Re: [android-developers] Re: Problem in larger xml parsing with SOAP web service

2013-01-08 Thread Rajan Thakrar
see this link : http://stackoverflow.com/questions/1270191/how-to-parse-this-web-service-response-in-android (see: Rooban Abraham POST) On Tue, Jan 8, 2013 at 6:48 PM, Krishna Mahadik wrote: > Hi, > Give me a days time. I am busy right now

Re: [android-developers] Re: Blocked my UI thread by background service

2012-11-26 Thread Rajan Thakrar
Hello Jonathan, As you suggest me that i have to use IntentService, but after implementing the IntentService and again test my app at the time realize that IntentService's onHandleIntent() method is never ever hold for the time when gps find the current location(lat & long). so that i get null lo

Re: [android-developers] Re: Blocked my UI thread by background service

2012-11-23 Thread Rajan Thakrar
Hello Jonathan, Thanx a lot for suggestion to use IntentService, now my app doesn't block UI thread, it works perfectly. again Thank you. On Sat, Nov 10, 2012 at 3:05 AM, Jonathan S wrote: > Why you are not using IntentService? that class stop the service when it > finished. > > > On Friday,

Re: [android-developers] Re: Blocked my UI thread by background service

2012-11-10 Thread Rajan Thakrar
hi, Nitin thanx for the suggestion, but i know 1 min. is very costly for battery life , right now my app is in testing face that is why i used 1 min. after that i'll use 5 to 10 min. On Sat, Nov 10, 2012 at 12:52 PM, Nitin Sethi wrote: > You issue aside, listening for GPS fix every one minute is

Re: [android-developers] Re: Blocked my UI thread by background service

2012-11-09 Thread Rajan Thakrar
Thanx Jonathan S, i don't know about IntentService, i have never worked on it. but now i surely work on it and after that i'll show you my output(result). once again thanx for your guidance. On Sat, Nov 10, 2012 at 3:05 AM, Jonathan S wrote: > Why you are not using IntentService? that class s

Re: [android-developers] StackOverflow Exception while using TabActivity

2012-09-27 Thread Rajan Thakrar
Hello, Marina i did'n get what you are saying, can you explain it? please help me if you know anything regarding my question. https://groups.google.com/forum/?fromgroups=#!searchin/android-developers/Multiple$20SubActivity$20:$20facing$20StackOverflowError,$20please$20help/android-developers/nDW

Re: [android-developers] stuck in custom control

2012-08-31 Thread Rajan Thakrar
but how can i get two slider in one seekbar ?? is it possible in seek bar? On Fri, Aug 31, 2012 at 12:19 PM, Parthi K wrote: > Hi > according to your requirements use seekbargive thread condition > ...it will load like this > > > On Fri, Aug 31, 2012 at 12:14

Re: [android-developers] stuck in custom control

2012-08-30 Thread Rajan Thakrar
Any other alternative idea is also acceptable. i want range specified by user. It is not necessary to use only & only this customized control, you can also able to use other control to get the range. On Fri, Aug 31, 2012 at 12:01 PM, Rajan wrote: > i want to develop one customized control. > > h

Re: [android-developers] How to get every time new/refreshed Current Location

2012-08-24 Thread Rajan Thakrar
or developing and android app/ > > > On Thu, Aug 23, 2012 at 11:38 PM, TreKing wrote: > >> On Thu, Aug 23, 2012 at 2:03 AM, Rajan Thakrar wrote: >> >>> can you please provide some code snippet, so i can understand. >> >> >> There is a section in th

Re: [android-developers] How to get every time new/refreshed Current Location

2012-08-23 Thread Rajan Thakrar
first of all you have to find latitude and longitude for both the cities: -- Example : -- City1 latitude : 24.2525697 longitude : 89.9240492 City2 latitude : 24.6081436 longitude : 90.0250385 ok , then according to math formula you can able to find dist

Re: [android-developers] How to get every time new/refreshed Current Location

2012-08-23 Thread Rajan Thakrar
can you please provide some code snippet, so i can understand. B'cos without using Location location = locationManager.getLastKnownLocation(LocationManager.GPS_PROVIDER); this line of code how can i get the latitude and longitude ? (Note : I don't want to use getLastKnownLocation() method) Tha

Re: [android-developers] Re: Problem in larger xml parsing with SOAP web service

2012-08-17 Thread Rajan Thakrar
c.-Ahmedabad; }; * - * * * *so how can i parse it...* *===* * * On Fri, Aug 17, 2012 at 12:42 PM, Rajan Thakrar wrote: > Ohh! I am so sorry krishana, i

Re: [android-developers] Re: Problem in larger xml parsing with SOAP web service

2012-08-17 Thread Rajan Thakrar
Ohh! I am so sorry krishana, i have tried your code and it is working perfectly, but now i got the output that is neither XML nor JSON (output is available in Dataset). so what can i do ? How can i parse the response data. On Fri, Aug 17, 2012 at 11:14 AM, Rajan Thakrar wrote: > hi Kris

Re: [android-developers] Re: Problem in larger xml parsing with SOAP web service

2012-08-16 Thread Rajan Thakrar
hi Krishna, so i am going on wrong track, is it so ?? B'cos i am also trying this code with small xml response at that time it will be worked fine, but when i get that the larger xml at that time i am facing the problem. And yes i have already tried out your code before creating this post, but i

Fwd: [android-developers] Problem : Compass Direction with 1km far latitude longitude

2012-07-13 Thread Rajan Thakrar
thanks, thanks a lot lbendlin -- Forwarded message -- From: lbendlin Date: Fri, Jul 13, 2012 at 10:45 PM Subject: Re: [android-developers] Problem : Compass Direction with 1km far latitude longitude To: android-developers@googlegroups.com here's a pointer to get you thinkin

Re: [android-developers] Problem : Compass Direction with 1km far latitude longitude

2012-07-13 Thread Rajan Thakrar
Thank you for replying me but i am new in android and this is my first app. so if it is possible can you please help me for understanding the concept of : finding(means calculating) the lat. lon. point of 1km far away from the user's location. that means how earth coordinates are working ?? and