[android-developers] Re: creating custom listview with radio buttons

2011-12-28 Thread Vendetta
Hi, If you have different options for the same questions then radiogroup is the best option. You can take a look at the link for programmatically adding stuff to your listview. You will have to inflate your own UI from XML file in getview method.

[android-developers] Google Maps Directions API JSON response Copyright tags

2011-07-14 Thread Vendetta
Hi All, I have a question regarding the JSON response which you get after requesting Directions info between to points. The JSON response contains following copyright tag in it .. 07-13 11:21:55.549: DEBUG/DirectionsActivity(6012): copyrights : Map data ©2011 Google, 07-13 11:21:55.549:

[android-developers] How about making an internet-less GPS system?

2008-11-30 Thread Vendetta
Just as normal GPS systems, how about having local area maps saved onto the micro SD instead of having to use google maps via internet? For instance, I'm lost and somehow 3g doesn't work and I don't have any other type of internet access. Wham! I'll use my offline normal GPS system! I think