• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

How to draw lines in Android Studio?

Hello
Im wondering how I can draw lines in android studio.
These lines need to be at certain angle,need to rotate with each other and change in time.
Is this possible in Android studio and if it is how I can do this?
 
You need to use a Canvas object, which allows you to draw lines and other graphics.
Just Google for 'android canvas tutorial' or 'android 2d graphics tutorial' and you'll find plenty of resources to explain this.
 
Back
Top Bottom