Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android: Tutorial on Custom View creation [closed]

Tags:

android

uiview

Can anyone suggest a good tutorial about how to create custom view?

like image 973
Pria Avatar asked Mar 08 '10 11:03

Pria


People also ask

What is custom view and create it in Android?

Creating custom views. By extending the View class or one of its subclasses you can create your custom view. For drawing view use the onDraw() method. In this method you receive a Canvas object which allows you to perform drawing operations on it, e.g. draw lines, circle, text or bitmaps.

What is Customview?

Custom Views is just a way to make an android developer a painter. When you need to create some custom and reuse the views when it is not provided by the Android Ecosystem. Custom Views can be used as widgets like TextView, EditText etc.


1 Answers

Custom View - HorizontalSlider | Hello Android

http://www.helloandroid.com/tutorials/custom-view-horizontalslider

like image 115
ratty Avatar answered Nov 08 '22 10:11

ratty