I want add search places to favourites in Android maps program. I am getting the search place successfully, how can I add it to the favourites list.
Please share some sample code or give some instructions
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
As you get your search place result you can store it’s data as one row in database for example you can get idea from this SO link.
For use of SQLite in android refer this Link Vogella.
you can also refer this for get Geo-point from SQlite