[android-developers] connecting android with mysql

2010-09-03 Thread Chetan Singh Bisht
hey guys i am developing a final year location-based project(gps) in
android.I have to create a server using php and mysql which contains
name and location(in latitude and longitude) of important hospitals in
Mumbai.The android client should be able to retrieve the the latitude
and longitude of locations in mysql(external) database and then plot
it on a google map.

Could u plzz tell me whether this is possible?If yes, then how?
Any help would be appreciatedcheers

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] connecting android with mysql

2010-09-03 Thread EnjoyLifeHappyEveryday--Jay Meng
Dear Chetan Singh Bisht,

I'm interesting your project. Now we're doing GPS project between Server and 
Cell-phone.
We used the latitude and longitude data got from gps dierectly, not sorted in 
mysql.
hhee

Best Regards.

Jay Meng
EnjoyLifeHappyEveryday
CodeCore Groups

You received this message because you are subscribed to the Google
Groups CodeCore group.
To post to this group, send email to codecoregro...@googlegroups.com
To unsubscribe from this group, send email to
codecoregroups+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.ca/group/codecoregroups?hl=en
2010-09-03 17:06:40 



发件人: Chetan Singh Bisht 
发送时间: 2010-09-03  16:50:13 
收件人: Android Developers 
抄送: 
主题: [android-developers] connecting android with mysql 
 
hey guys i am developing a final year location-based project(gps) in
android.I have to create a server using php and mysql which contains
name and location(in latitude and longitude) of important hospitals in
Mumbai.The android client should be able to retrieve the the latitude
and longitude of locations in mysql(external) database and then plot
it on a google map.
Could u plzz tell me whether this is possible?If yes, then how?
Any help would be appreciatedcheers
-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] connecting android with mysql

2010-09-03 Thread Brad Gies

 It's certainly possible and many devs are doing it.

Just write a web service in PHP, your android app can connect using 
DefaultHttpClient or other client if you want.


The Google Maps API documentation has everything you need to put markers 
on the map (look for ItemizedOverlay).


Sincerely,

Brad Gies
---
Bistro Bot - Bistro Blurb
http://bgies.com
http://bistroblurb.com
http://ihottonight.com
http://forcethetruth.com
---

Everything in moderation, including abstinence

Never doubt that a small group of thoughtful, committed people can
change the world. Indeed. It is the only thing that ever has - Margaret Mead


On 02/09/2010 12:14 AM, Chetan Singh Bisht wrote:

hey guys i am developing a final year location-based project(gps) in
android.I have to create a server using php and mysql which contains
name and location(in latitude and longitude) of important hospitals in
Mumbai.The android client should be able to retrieve the the latitude
and longitude of locations in mysql(external) database and then plot
it on a google map.

Could u plzz tell me whether this is possible?If yes, then how?
Any help would be appreciatedcheers



--
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en