Top "Drawing" questions

Issues around forms and graphics being drawn onto a computer screen, windowing system or device

What is the ultimate program to make a drawing of a database model?

One of the first things I do when I'm on a new project is design a database model. To visualize …

drawing data-modeling
How to draw a path with variable stroke width

My code is basically from this example (http://corner.squareup.com/2010/07/smooth-signatures.html) and Google APIs (FingerPaint) but now I …

android drawing width paint stroke
Application for sketching ideas on a computer

I've always wanted to sketch all ideas I come up with in the computer instead of on paper, but everyone …

drawing diagram project-planning
How to go about creating a race track game?

i am planning to make racing game in android.I have created many applications in different mobile technology. but i …

android drawing java-2d
Create layer list with rounded corners programmatically

I am currently trying to convert the following XML to be created programmatically so that I can set the top …

android xml drawing shape layer-list
How to set combined color for overlapped area of two different color objects?

I am creating different custom views with two different colors. According to my app features user will drag those objects …

android drawing
Android TextureView / Drawing / Painting Performance

I am attempting to make a drawing/painting app using TextureView on Android. I want to support a drawing surface …

android performance opengl-es drawing textureview
CAShapeLayer with UIBezierPath

I wanted to display a triangle shaped view in a UITableView cell like this. I managed to accomplish this using …

ios swift drawing uibezierpath cashapelayer
Circular sector shaped clipping mask with Path.addArc?

I need to create a clipping mask with a shape of a circular sector. I am able to draw one …

android graphics drawing android-canvas clipping
Draw dotted lines using Quartz on iPhone

I am developing an application in which I need to draw dotted lines between a couple of points. I tried …

iphone drawing quartz-graphics dotted-line