[android-developers] NullPointerException related to AutoCompleteTextView

2011-05-17 Thread raukodraug
Hi everyone, I have an app in the market, and in the developer console, I've been receiving many reports that look like this: java.lang.NullPointerException at android.view.WindowManagerImpl.removeViewLocked(WindowManagerImpl.java: 275) at

[android-developers] NullPointerException related to AutoCompleteTextView

2011-05-17 Thread raukodraug
Hi everyone, I have an app in the market, and in the developer console, I've been receiving many reports that look like this: java.lang.NullPointerException at android.view.WindowManagerImpl.removeViewLocked(WindowManagerImpl.java: 275) at

[android-developers] Re: Finish multiple tasks (stacks)

2010-11-17 Thread raukodraug
and guidance everyone, Cheers. On Nov 12, 3:27 pm, raukodraug gabriel.martine...@gmail.com wrote: Thanks everyone for your replies :) I solved it by keeping an array of all the activitygroups, and whenever i finished one of them, i finished others. I know its not the cleanest solution, but it works fine

[android-developers] Re: Finish multiple tasks (stacks)

2010-11-17 Thread raukodraug
and guidance everyone, Cheers. On Nov 12, 3:27 pm, raukodraug gabriel.martine...@gmail.com wrote: Thanks everyone for your replies :) I solved it by keeping an array of all the activitygroups, and whenever i finished one of them, i finished others. I know its not the cleanest solution, but it works fine

[android-developers] Re: Finish multiple tasks (stacks)

2010-11-17 Thread raukodraug
and guidance everyone, Cheers. On Nov 12, 3:27 pm, raukodraug gabriel.martine...@gmail.com wrote: Thanks everyone for your replies :) I solved it by keeping an array of all the activitygroups, and whenever i finished one of them, i finished others. I know its not the cleanest solution, but it works fine

[android-developers] Re: Finish multiple tasks (stacks)

2010-11-12 Thread raukodraug
Thanks a lot Ganapathy and fr4gus, it sounds like the way to go. Ill implement that. And Dianne, I know its not the way it is supposed to be, but that was the solution i took after trying to make the tabs work in 1.5. Always running out of memory in the stack, since the tabhost puts like 5 levels

[android-developers] Re: Finish multiple tasks (stacks)

2010-11-12 Thread raukodraug
tab, thus the need for creating Activities. Any other ideas? Cheers On Nov 12, 8:16 am, Mark Murphy mmur...@commonsware.com wrote: On Fri, Nov 12, 2010 at 9:13 AM, raukodraug gabriel.martine...@gmail.com wrote: And Dianne, I know its not the way it is supposed to be, but that was the solution

[android-developers] Re: Finish multiple tasks (stacks)

2010-11-12 Thread raukodraug
: On Fri, Nov 12, 2010 at 9:15 AM, raukodraug gabriel.martine...@gmail.comwrote: Ganapathy and fr4gus, the startactivityforresult does not work when using singleTask, which is what i am doing http://developer.android.com/reference/android/app/Activity.html#star... , int) Yes, as I said

[android-developers] Finish multiple tasks (stacks)

2010-11-10 Thread raukodraug
Hi everyone, I have an app that contains multiple tasks (stacks of activities). I can jump from one to another with no problem, but when i finish a task it goes to the previous stack. I would like to finish all stacks whenever i finish one of them, because I want my application to finish. Does

[android-developers] Re: save photo problem- probably HTC problem ??

2010-07-05 Thread raukodraug
Hi vandzi. Im having the exact same problem. Did you ever find a solution for this problem? I've tried the code with emulator and nexus one (which is HTC) and it works fine. Thanks for your time -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Modify strings.xml dynamically

2010-04-21 Thread raukodraug
Hi everyone, I want to implement a Settings section in my application, and I want that when the user selects whatever, one of the strings from string.xml will change its value according to the user selection. Is this possible at all? any ideas on how to implement it? Thanks! Have a great day

[android-developers] Re: Modify strings.xml dynamically

2010-04-21 Thread raukodraug
Thank you Mark and TreKing for your responses, both were very useful. Now I wont try at all to modify them and the preference activity can do what i need to Thanks a lot =) Gabe -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] how to know when a map has been completely drawn

2010-04-13 Thread raukodraug
Hi everyone, Im trying to find a listener on the drawing of a map, so i can know when it has finished drawing Does anyone have any idea on how i can know this? Thanks Gabbo -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this