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 map….connectivity 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 am new to intents..can anyone please provide codes or relevant links which may be helpful in solving this problem
any help will be really appreciated….cheers 🙂
You can add data to an Intent using one of the
putExtraroutines. But serializing large amounts of data is expensive. Take a look here for alternatives.