[android-developers] Re: How many projects are being canned because of Market TCs

2009-02-24 Thread steve68
If you guys find Android Market has so many issues particular in billing area, then maybe just use it for marketing related applications while offering the true service from your own website? --~--~-~--~~~---~--~~ You received this message because you are

[android-developers] Access Linux shell command from within the Android SDK

2009-02-24 Thread steve68
Is it a way to access Linux shell command from with the Android Java SDK? I would like to do it as a root user after the user gives the permission. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Re: remote service process persists (i.e. won't disappear from process table)

2009-02-24 Thread steve68
You are dealing with Java GC. There is no guaranty that GC will run immediately and you don't really know or care when GC will run and clean your service. On Feb 24, 11:53 am, Alex B alexba...@gmail.com wrote: Google employees... any ideas about this? Thanks.

[android-developers] Re: Start activity within a thread

2009-02-24 Thread steve68
Actually, progress dialog will kind of blocking your UI thread. So yes, for Android, using handler to post a message to UI thread is one of the ways to ensure some code will be executed in UI's thread when the HandleMessge is invoked by the plaftorm in your UI thread. What this means is that you

[android-developers] Re: How many projects are being canned because of Market TCs

2009-02-24 Thread steve68
well, there is no perfect world. You could market the app elsewhere. But you will loose many potential customers. On Feb 24, 10:27 am, Al Sutton a...@funkyandroid.com wrote: And that is prohibited by the Market TCs. steve68 wrote: If you guys find Android Market has so many issues