[android-developers] multiple threads problem, possible memory leak

2010-12-12 Thread Rustam Kovhaev
in 5 min time I have about 30 threads, thread.interrupt doesn't seem to be working -- Regards, Rustam Kovhaev http://libertadtech.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

[android-developers] Re: multiple threads problem, possible memory leak

2010-12-12 Thread Rustam Kovhaev
scratch that, I am simply tired for today ^) //service on destroy public void onDestroy() { handler.getLooper().quit(); } 2010/12/13 Rustam Kovhaev rkovh...@gmail.com Hello there, I have a service from which I constantly call another service(lets call it B service), the problem

[android-developers] listen for GPS updates for definite time

2010-11-30 Thread Rustam Kovhaev
How do I listen for GPS location changes for lets say 5 minutes? and if It don't get a single gps fix it removes listener(removeUpdates()) -- Regards, Rustam Kovhaev http://libertadtech.com -- You received this message because you are subscribed to the Google Groups Android Developers group

Re: [android-developers] Re: listen for GPS updates for definite time

2010-11-30 Thread Rustam Kovhaev
listener here }; On Nov 30, 1:07 pm, Rustam Kovhaev rkovh...@gmail.com wrote: How do I listen for GPS location changes for lets say 5 minutes? and if It don't get a single gps fix it removes listener(removeUpdates()) -- Regards, Rustam Kovhaevhttp://libertadtech.com -- You

Re: [android-developers] Re: 3g or wifi connection without user interaction

2010-11-28 Thread Rustam Kovhaev
To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.comandroid-developers%2bunsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- Regards, Rustam Kovhaev http://libertadtech.com

[android-developers] emulator sleep?

2010-11-28 Thread Rustam Kovhaev
How do I put my Android emulator to sleep mode? -- Regards, Rustam Kovhaev http://libertadtech.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

[android-developers] Re: 3g or wifi connection without user interaction

2010-11-27 Thread Rustam Kovhaev
. why do I have working internet connection in my emulator when I activate Airplane mode? 3. when I disable all connections in emulator I still have internet connection, why is that? -- Regards, Rustam Kovhaev -- You received this message because you are subscribed to the Google Groups Android

[android-developers] best layout for app, dynamic set of 2 rows which consist of icons and text

2010-11-22 Thread Rustam Kovhaev
Hello, I am developing simple web app, It gets data from url, then parses it with htmlcleaner + xpath. That was easy part. Now I am trying to present data and populate my RelativeLayout with data and icons(I store icons in local resources) I am trying to populate my Activity with multiple sets,