[android-developers] Re: Android 2.3 not handling orientation change properly - screen is not redrawn

2010-12-20 Thread ymst
FYI this problem has been listed in the issue tracker http://code.google.com/p/android/issues/detail?id=13189 ymst -- 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

[android-developers] Re: Android 2.3 not handling orientation change properly - screen is not redrawn

2010-12-06 Thread ymst
Hello, I've found a similar problem on Emulator. - create Activity A (screenOrientation=landscape) - launch Browser from Activity A - orientation of Browser never changed even if Emulator has been rotated (ctrl+F11) I hope it's an emulator specific problem... ymst -- You received

[android-developers] Re: 512x512 high res icon required?

2010-11-18 Thread ymst
of this high res icon. ymst -- 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 from this group, send email to android-developers+unsubscr...@googlegroups.com

[android-developers] 512x512 high res icon required?

2010-11-17 Thread ymst
I've noticed that app's update/publish screen on Developer Console suddenly requires High Resolution Application Icon which is 512x512 24bpp jpeg/png. are there any official info about this? ymst stackrmobile.com -- You received this message because you are subscribed to the Google Groups

[android-developers] Is there a easy/fast way to make a mirrored/reversal bitmap?

2009-05-26 Thread ymst
I want to make a mirrored/reversal bitmap from the original bitmap source. But I know only a way of copying pixel by pixel. Is there a easy/fast way to make a mirrored/reversal bitmap? --~--~-~--~~~---~--~~ You received this message because you are subscribed to

[android-developers] Re: Is there a easy/fast way to make a mirrored/reversal bitmap?

2009-05-26 Thread ymst
I'm sorry. I've found a post that solves it. http://groups.google.com/group/android-developers/browse_thread/thread/411de6d15f8d04cb/247fb94d0278006a?lnk=gstq=mirror#247fb94d0278006a --~--~-~--~~~---~--~~ You received this message because you are subscribed to

[android-developers] Re: Is there a easy/fast way to make a mirrored/reversal bitmap?

2009-05-26 Thread ymst
to Romain Thank you! and sorry for taking your time --~--~-~--~~~---~--~~ 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

[android-developers] How to display my picture files correctly at default Gallery app

2009-05-26 Thread ymst
My app creates picture files and stores it to SD card. The files are not displayed on top of the grid view of All pictures group at default Gallery app but displayed in the middle~end of. (Even if I set config to Sort order = Newest first) How to display my picture files correctly at default

[android-developers] How to add a Date taken attribute to picture files

2009-05-25 Thread ymst
I'm making picture-retouch application. The picture file that my app generated was not shown on the top of group All pictures at pre-installed Gallery app even if I set Gallery config to Sort order = Newest first. I guess the reason is the Date taken attribute is not present in my picture files