[android-developers] How can I find a sample nv21 and nv12

2014-04-03 Thread michael s
Hi, How can I find sample image with the format NV21 NV12? I tried google for it, but I can't find anything. Thank you. -- 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] Using android

2012-09-16 Thread Michael S. Levinson
I am a developer very very small d. I'm really the designer of educational software using three dolphins to reach the alphabet and numbers. My program is in an earlier version of Flash. My quest chin: Do I upgrade the Flash, or move it to html 5 (it's a great animation of three dolphins- a game

[android-developers] Maximum number of thread created by an Android activity

2012-07-17 Thread michael s
Hi, Is there a limit for the number of thread created by an Android activity runs on a phone? If yes, how can I find out such limit? Thank you. -- 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] A thread has a RuntimeException in run() method

2012-07-14 Thread michael s
In my android, if I create a thread new Runnable() { public void run() { doSomething(); } } If the method doSomething(), throws a Runtime Exception and I don't catch it in my run() method, will that crashes my whole application? Thank you. -- You received this message

[android-developers] cannot startActivity when I'm in onItemClick

2011-08-12 Thread Michael S
Hello , I'm trying to go to a new activity after one of the items on the list is clicked. The problem is that It throws me away every time. this is the class that deals with the clicking and I simply can't find the error I made. The putExtra objects are not the cause of the problem. Code: