I am new to Android. Please tell me how to get two dimensional string Array from one Activity to other Activity.
Thank You
I am new to Android. Please tell me how to get two dimensional string
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.
I can give you the simplest answer, Make a Serializable Class for getter and setter and use your data anywhere in your application as:
Yous can set it as
In another activity
and enjoy