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 an
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.
http://code.google.com/p/kayak
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 be
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/
>
> Licens
Post a stack trace and perhaps someone can help
Kris
On Fri, Oct 4, 2013 at 11:28 AM, HImanshu Mittal wrote:
> 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 wro
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 F
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 wrote:
> No problem Sir,
> I will figure it out Soon!!!
>
> And thanx once again!! :)
>
>
> On Fri, Oct 4, 2013 at 8:34 PM, Mu
No problem Sir,
I will figure it out Soon!!!
And thanx once again!! :)
On Fri, Oct 4, 2013 at 8:34 PM, Mukesh Srivastav wrote:
> sorry to say, you looks like collecting the code from here and there and
> making your application. :(
>
> cant do the spoon feeding
>
> sorry.
>
>
> On
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 wrote:
> Sir,
> Actually, I don't know where this code has to be integrated in my code.
> And that'
I am out of this Forum :(
On Fri, Oct 4, 2013 at 7:57 PM, HImanshu Mittal wrote:
> 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 a
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 wrote:
> I think, you have missed the code which i had sent you... check t
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 wrote:
> Look, you are only checking for the best location but, I wou
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 wrote:
> 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
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 = locationManager
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 wrote:
> The problem could be , Himanshu is missing the Location setting to be
> enabled :)
>
> Please
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
wrote:
> I guess the problem is, if your location is unavailable, how are you
> expecting that that will
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
wrote:
> I guess the problem is,
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 wrote:
> Hello friends,
> I have just checked it out that my ser
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
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 could
20 matches
Mail list logo