[android-developers] Re: passing arrays between classes using intent

2011-03-14 Thread Chetan Singh Bisht
yes i am working with primitive data types...i have an integer array
and two string arrays(no object arrays as such)

-- 
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


[android-developers] passing arrays between classes using intent

2011-03-13 Thread Chetan Singh Bisht
hi, i am developing a final year project where i need to retrieve
details of hospitals like name ,address, location(in terms of latitude
and longitude) from a server and display them on a mapconnectivity
has been established and i am able to retrieve the values in the from
of array like address[], name[] etc..

now i need to pass these values from an activity class to map activity
class..i have used bundle to pass variables but i have no clue how to
pass integer and string arrays and how to retrieve them in the second
class using bundle...

can anyone please provide codes or relevant links which may be helpful
in solving this problem using bundle

any help will be really 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


[android-developers] passing arrays between classes using intent

2011-03-13 Thread Chetan Singh Bisht
hi, i am developing a final year project where i need to retrieve
details of hospitals like name ,address, location(in terms of latitude
and longitude) from a server and display them on a mapconnectivity
has been established and i am able to retrieve the values in the from
of array like address[], name[] etc..

now i need to pass these values from an activity class to map activity
class..i have used bundle to pass variables but i have no clue how to
pass integer and string arrays and how to retrieve them in the second
class using bundle...

can anyone please provide codes or relevant links which may be helpful
in solving this problem using bundle

any help will be really 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


[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