[android-developers] Re: Help! Force close after renaming package

2009-11-14 Thread FJMustak
I'm not exactly sure how to display the stack-trace in eclipse... But here is exactly what I did: - Using the Snake example that came with the 1.1 SDK, I replaced com.example.android.snake with com.example.android.snake2 in the .java files, and in the manifest. I also renamed the directory from /c

[android-developers] Problem with communicating Thread with progressBar

2009-11-14 Thread adag
Hello, Here is my code: -- final Handler mHandler = new Handler(){ public void handleMessage(Message msg) { if(location!=null){ Log.i(TAG, "go

[android-developers] Can't we have multiple instances for root of a task, in the same task?

2009-11-14 Thread pink 444
Hi all, I am trying to know the association between activities and tasks. Thus i tried to instantiate root of a task for multiple times by using intent object, which has FLAG_ACTIVITY_NEW_TASK flag .But i did not get succeeded. Instead the intent ,which fired to instantiate roo

[android-developers] Whats You want?

2009-11-14 Thread Alberto
http://www.healths.110mb.com/ -- 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

[android-developers] Re: ListView problem is back.

2009-11-14 Thread Sergey Vasilinets
Goog Morning Dan, Thank you for your reply. This project is very simple and there isn't such functions as delete and edit. That's why only action with the size of adapter is adding and it's in safe method of AsyncTask On 14 ноя, 06:52, Dan Dumont wrote: > I'm pretty sure that if the size of the a

[android-developers] Re: Choosing Dev Phone

2009-11-14 Thread Maps.Huge.Info (Maps API Guru)
I have a Google ION and can purchase and download any app I want. I believe only rooted phones are restricted from downloading paid apps, is that correct? -John Coryat "Radar Now!" "What Zip Code?" -- You received this message because you are subscribed to the Google Groups "Android Developers

<    1   2