[android-developers] Please Download Rate My Android Applications

2013-10-04 Thread Dharmendra Deshmukh
https://play.google.com/store/apps/details?id=com.parkhya.swami https://play.google.com/store/apps/details?id=com.parkhya.SmsrejectionNew https://play.google.com/store/apps/details?id=com.parkhya.eventmanager -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] Please Download Rate My Android Applications

2013-10-04 Thread Trevor Page
OK, sure! I hope a single star will do. On 4 Oct 2013 07:39, Dharmendra Deshmukh dharm.dr...@gmail.com wrote: https://play.google.com/store/apps/details?id=com.parkhya.swami https://play.google.com/store/apps/details?id=com.parkhya.SmsrejectionNew

Re: [android-developers] Re: How to make a Service That will periodically send the Users Location on a server

2013-10-04 Thread HImanshu Mittal
Hello friends, I have just checked it out that my service is working fine but the problem is I am in an area where location is unavalaible and my friend is in an area where location is availaible. How should* *I fix this that my location also can be transmitted to my server!!! Now I think ii

[android-developers] Re: [GRADLE] Problems building a project in Android Studio 0.2.10

2013-10-04 Thread rock3r
I've updated to Android Studio v0.2.11 and I still have the same error. Just for the sake of completeness: I'm on Ubuntu 10.04. Thanks to anyone that can help me. Sebastiano On Thursday, October 3, 2013 6:40:40 PM UTC+2, rock3r wrote: Hello, I've got a project I'm trying to port from the old

Re: [android-developers] Re: How to make a Service That will periodically send the Users Location on a server

2013-10-04 Thread Kristopher Micinski
I guess the problem is, if your location is unavailable, how are you expecting that that will be fixed? This doesn't make any sense, if it's not available, it's not available, Kris On Fri, Oct 4, 2013 at 6:16 AM, HImanshu Mittal himanshu5...@gmail.comwrote: Hello friends, I have just

Re: [android-developers] Re: How to make a Service That will periodically send the Users Location on a server

2013-10-04 Thread HImanshu Mittal
But when I open my map And as i have done maps.setmylocationenabled than the blue dot comes at the position where I am But the same doesn't come when I use it in my service Thats y I was asking how to fix it !!! On Fri, Oct 4, 2013 at 7:06 PM, Kristopher Micinski krismicin...@gmail.comwrote: I

Re: [android-developers] Re: How to make a Service That will periodically send the Users Location on a server

2013-10-04 Thread Mukesh Srivastav
The problem could be , Himanshu is missing the Location setting to be enabled :) Please check the device setting and test your code. On Fri, Oct 4, 2013 at 7:06 PM, Kristopher Micinski krismicin...@gmail.comwrote: I guess the problem is, if your location is unavailable, how are you

Re: [android-developers] Re: How to make a Service That will periodically send the Users Location on a server

2013-10-04 Thread HImanshu Mittal
I have enabled it ... If it was not enabled the blue dot would not have appeared But as the permissions are there it appears on the map !!! On Fri, Oct 4, 2013 at 7:28 PM, Mukesh Srivastav mukicha...@gmail.comwrote: The problem could be , Himanshu is missing the Location setting to be

Re: [android-developers] Re: How to make a Service That will periodically send the Users Location on a server

2013-10-04 Thread Mukesh Srivastav
Look, you are only checking for the best location but, I would suggest to check all the possibilities. Please try the below code public Location getLocation() { try { locationManager = (LocationManager) this .getSystemService(LOCATION_SERVICE); // getting GPS status isGPSEnabled =

Re: [android-developers] Re: How to make a Service That will periodically send the Users Location on a server

2013-10-04 Thread Mukesh Srivastav
I think, you have missed the code which i had sent you... check that On Fri, Oct 4, 2013 at 7:40 PM, HImanshu Mittal himanshu5...@gmail.comwrote: I have enabled it ... If it was not enabled the blue dot would not have appeared But as the permissions are there it appears on the map !!! On

Re: [android-developers] Re: How to make a Service That will periodically send the Users Location on a server

2013-10-04 Thread HImanshu Mittal
but the requestLocationUpdates can be passed with any one provider I guess and the Service will take one think particularly and will poll location based on that instant only !!! On Fri, Oct 4, 2013 at 7:43 PM, Mukesh Srivastav mukicha...@gmail.comwrote: Look, you are only checking for the best

Re: [android-developers] Re: How to make a Service That will periodically send the Users Location on a server

2013-10-04 Thread HImanshu Mittal
Sir, Actually, I don't know where this code has to be integrated in my code. And that's why confused, IF you tell me that , I would test it right away and tell the update!! On Fri, Oct 4, 2013 at 7:52 PM, Mukesh Srivastav mukicha...@gmail.comwrote: I think, you have missed the code which i had

Re: [android-developers] Re: How to make a Service That will periodically send the Users Location on a server

2013-10-04 Thread Mukesh Srivastav
I am out of this Forum :( On Fri, Oct 4, 2013 at 7:57 PM, HImanshu Mittal himanshu5...@gmail.comwrote: but the requestLocationUpdates can be passed with any one provider I guess and the Service will take one think particularly and will poll location based on that instant only !!! On

Re: [android-developers] Re: How to make a Service That will periodically send the Users Location on a server

2013-10-04 Thread Mukesh Srivastav
sorry to say, you looks like collecting the code from here and there and making your application. :( cant do the spoon feeding sorry. On Fri, Oct 4, 2013 at 8:08 PM, HImanshu Mittal himanshu5...@gmail.comwrote: Sir, Actually, I don't know where this code has to be integrated in

Re: [android-developers] Re: How to make a Service That will periodically send the Users Location on a server

2013-10-04 Thread HImanshu Mittal
No problem Sir, I will figure it out Soon!!! And thanx once again!! :) On Fri, Oct 4, 2013 at 8:34 PM, Mukesh Srivastav mukicha...@gmail.comwrote: sorry to say, you looks like collecting the code from here and there and making your application. :( cant do the spoon feeding

Re: [android-developers] Re: How to make a Service That will periodically send the Users Location on a server

2013-10-04 Thread HImanshu Mittal
Sir Can u tell me .. I am developing an application.. Its is running fine on ICS.. but it is crashing on jElly bean... ?? On Fri, Oct 4, 2013 at 8:48 PM, HImanshu Mittal himanshu5...@gmail.comwrote: No problem Sir, I will figure it out Soon!!! And thanx once again!! :) On Fri, Oct 4,

[android-developers] Re: New library to serialize/convert primitives to byte arrays and back again...

2013-10-04 Thread Richard Schilling
Just a follow up. The library I mentioned earlier is now available as a production library: http://rschilling.wordpress.com/2013/10/04/pend-oreille-official-1-0-release/ Feedback is welcome. Cheers, Richard On Wednesday, September 25, 2013 9:26:40 PM UTC-7, Richard Schilling wrote: Just

Re: [android-developers] Re: How to make a Service That will periodically send the Users Location on a server

2013-10-04 Thread Kristopher Micinski
Post a stack trace and perhaps someone can help Kris On Fri, Oct 4, 2013 at 11:28 AM, HImanshu Mittal himanshu5...@gmail.comwrote: Sir Can u tell me .. I am developing an application.. Its is running fine on ICS.. but it is crashing on jElly bean... ?? On Fri, Oct 4, 2013 at 8:48 PM,

[android-developers] Re: New library to serialize/convert primitives to byte arrays and back again...

2013-10-04 Thread Lew
Richard Schilling wrote: Just FYI, I've announced a pre-release of a library that is built for Android which will convert Java primitives (and primitive arrays) to byte arrays and back again: http://rschilling.wordpress.com/2013/09/26/pre-release-announcement-pend-oreille/ License: GPL

[android-developers] Re: New library to serialize/convert primitives to byte arrays and back again...

2013-10-04 Thread Richard Schilling
I didn't compare to JSON serializers with that library because the goal is to just do simple data marshalling with primitives and primitive arrays. I'm working on another library that will work as an ORM persistence layer for SQLite. That library relies upon this one actually, so I will soon

[android-developers] New Android ORM/Persistence Library

2013-10-04 Thread Richard Schilling
I have been using ORMLite for a while, and it's a GREAT library. But realized that it was a bit on the heavy side because it's written for multiple platforms. So, I created a library specific to Android that is smaller (about 58k). Feel free to check it out.

[android-developers] Re: New Android ORM/Persistence Library

2013-10-04 Thread Richard Schilling
I forgot to mention the blog entry with the announcement for the library: http://rschilling.wordpress.com/2013/10/05/kayak-point-official-1-0-release/ -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to