i have two applications which i want them to share the same arraylist.
how could i achive something like that? is there anything in Android for sharing such a prefrenceses?
thanks,
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.
When you pass between activities you can send info
so your Activity B can receive the ArrayList
you can save data in Shared Preferences too and read in every Activity of your app
Shared Preferences