Re: [android-developers] write tag with opengl on android

2011-03-22 Thread a a
Following is my test code, but it can't drawable. public class testCanvas extends Activity { /** Called when the activity is first created. */ @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState);

[android-developers] write tag with opengl on android

2011-03-21 Thread a a
Hi all, How can i write a tag like string Dog on the picture. Can anyone paste his/her code on here? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe

Re: [android-developers] write tag with opengl on android

2011-03-21 Thread Marcin Orlowski
On 21 March 2011 09:48, a a harvey.a...@gmail.com wrote: How can i write a tag like string Dog on the picture. Use Canvas to paint on your bitmap. http://developer.android.com/reference/android/graphics/Canvas.html -- You received this message because you are subscribed to the Google