I am using Android 2.1
I need to know how to mash 4 items (String, String, String, String) into a single item
that i could enter into an array (to display on a listview).
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 create a custom class with a method that has four parameters. Now you can use this class anywhere you want. Please study following example.