Re: [android-developers] Retrieving Contacts from ContactsList device

2013-12-09 Thread Thiago Turim
seeing the same number over and over again. I found that it is acoount_name different, but de AccountManager.getAccounts not return it; On Tue, Nov 19, 2013 at 1:49 PM, Turim turim_thi...@hotmail.com wrote: I need to retrive the contacts from device, but i need the contacts from ContactsList

[android-developers] Retrieving Contacts from ContactsList device

2013-11-19 Thread Turim
I need to retrive the contacts from device, but i need the contacts from ContactsList aplication. I'm get que Contacts: Cursor cursor = cr.query(ContactsContract.Contacts.CONTENT_URI, new String[] { ContactsContract.Contacts._ID, ContactsContract.Contacts.DISPLAY_NAME,

[android-developers] Android kills my Thread created by Service

2013-04-23 Thread Turim
I am developing a simple GPS tracker. But i have a problem. When starts the Service, i create a Thread that get de localization, time after time. The problem is after long time (about hours), the Thread is stoped. I dont know why. How do i create a service/thread long time. I need that thread

[android-developers] how to calculate area of ​​a polygon of points on the map?

2011-10-18 Thread Turim
is there any way or WebService to make this calculation? -- 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 this group, send email to

[android-developers] Re: Route between two GeoPoints/ lat-lon pairs

2009-10-07 Thread Turim
Hello, I'm searching about this too. --~--~-~--~~~---~--~~ 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 this

[android-developers] Draw Path on Map

2009-10-07 Thread Turim
Hi, Do anybody know how to draw path between two points on Map? I need to draw a line, from one point to other... I found one link (http://csie-tw.blogspot.com/2009/06/android-driving- direction-route-path.html) about this, but it´s not works well. Thanks.