Is it possible in the main Activity in a separate thread, loading a ArrayList (reading records from a database) and use that ArrayList loaded in a secondary Activity?
Share
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.
You can try
new Intent().putStringArrayListExtra(String name, ArrayList<String> value)to pass String Arraylist from one Activity to another Activity For Refrence Seepass arraylist from one activity to other