[android-developers] media formats at run time

2008-09-15 Thread wiki
HI, Is this possible to find at RUN TIME what are the audio/video/image format are supported on device. Regards --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send

[android-developers] Re: Question of displaying a ProgressDialog in a joined thread

2008-09-15 Thread roland
Hi, the reason i block the thread is that i need wait the end of the thread before execute other methods (delete synchronized data), if i don't use block thread's method (join or synchronized), the delete methods will be executed before the thread. That's why i block the thread. I just used your

[android-developers] Menu Font

2008-09-15 Thread rajesh
I have created an options menu with only one value @Override public boolean onCreateOptionsMenu(Menu menu) { super.onCreateOptionsMenu(menu); menu.add(0, 0, 0, "Exit"); return true; } The layout with which the emulator displays the menu

[android-developers] ResourceBundle and *.properties files in classes.dex

2008-09-15 Thread janb
Hi, I've been trying to make ResourceBundle lookups work now that bug #173 is fixed: http://code.google.com/p/android/issues/detail?id=173&can=1&q=ResourceBundle&colspec=ID%20Type%20Version%20Security%20Status%20Owner%20Summary However, ResourceBundle.getBundle("com/acme/foo") always fails with

[android-developers] ERROR No resource identifier found for attribute 'textAlign' in package 'android'

2008-09-15 Thread rajesh
How to align text in android; Please help, Cheers, Shashank --~--~-~--~~~---~--~~ 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 un