[android-developers] How to imitate multi-touch by emulator

2011-01-04 Thread Kenny Chang
I want to test my multi-touch program, but I don't know how to do. -- 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] Can not decode high resolution picture

2011-01-04 Thread Kenny Chang
How to open a high resolution png picture, the picture is 4000x3000,but it crashed when it was decoded. -- 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] Re: How to destroy an activity immediately?

2010-12-13 Thread Kenny Chang
and that includes destroying any activities (your first one), still hanging around.  So I don't think you need to worry about this stuff at all. On Dec 11, 8:13 pm, Kenny Chang eric-...@163.com wrote: The first activity is the welcome activity, which lets users choose a choice to start a new

[android-developers] Re: How to destroy an activity immediately?

2010-12-13 Thread Kenny Chang
you need to worry about this stuff at all. On Dec 11, 8:13 pm, Kenny Chang eric-...@163.com wrote: The first activity is the welcome activity, which lets users choose a choice to start a new activity. If the second activity go straight to onDestroy, the heap resources that the second

[android-developers] Re: How to destroy an activity immediately?

2010-12-11 Thread Kenny Chang
, Kenny Chang eric-...@163.com wrote: I try to call finish() in an activity in order to destroy the activity to free resources. But the Logcat shows it doesn't work immediately to call onDestroy instead of calling onPause and after a few seconds onDestroy is called. What I want

[android-developers] How to destroy an activity immediately?

2010-12-10 Thread Kenny Chang
I try to call finish() in an activity in order to destroy the activity to free resources. But the Logcat shows it doesn't work immediately to call onDestroy instead of calling onPause and after a few seconds onDestroy is called. What I want is destory and finish the activity just after I call

[android-developers] How to deal with the SQLite resource that is too large?

2010-12-06 Thread Kenny Chang
My project has 3 SQLite database files, and each of them is larger than 2M. You know, the limit is beyond 1M in apk file. So how to make my database files setup when the apk is installing? And I don't want the way of downloading the database file by network. -- You received this message because

[android-developers] Unable to open sync connection

2010-10-25 Thread Kenny Chang
The console shows [2010-10-24 16:37:10 - ChinaSubway] -- [2010-10-24 16:37:10 - ChinaSubway] Android Launch! [2010-10-24 16:37:10 - ChinaSubway] adb is running normally. [2010-10-24 16:37:11 - ChinaSubway] Performing com.com2us.Activity.SubwayMapActivity activity launch