Hello
Thanks for the reply. But i am facing the same problem.
How can i put the button in this page?
private static class SampleView extends View
{
private Canvas mCanvas;
private final Paint mPaint;
public SampleView(Context context) {
super(context);
}
protected void onDraw(Canvas canvas) {
}
This is the coding of drawing something. But can you tell me how can i
put the button in this page?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---