[android-developers] Porting Andoid Apps

2010-12-01 Thread Ouael Mouelhi
Hi everybody,

I am developing a game and I tested it in my HTC HERO.
Everything works fine !

I thought that it will be OK for all android phones because I carried
about screen's density and size.

When I launched my game on a Nexus One, I had a memory leak issue.
This was normal because I use many Bitmaps at the same time and code
wasn't optimized ...

How can I be sure that my game will work fine in other devices I
didn't tried (Samsung, HTC, SonyEricsson)  ??

Someone already had an issue when porting applications from a device
to another one ?

Thanks !

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Viewflipper issue

2010-10-21 Thread Ouael Mouelhi
Hi all,

I have an issue with a view flipper.

When I test my flipper in a separate application (activity), showNext
and show previous work fine.
But the issue is when the code is executed in a thread, the call of
showNext() methods blocks and there's no error message.
In fact I want to flip the view every time a step of my thread code is
executed.

Does someone knows how can I resolve this ?

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@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en