I am using list view using “ArrayAdapter” to display number of items while user is looking at results when user click on load button i want results to load and prepends(add in the beginning)
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.
Found solution
use adapter’s insert method and add it to position 0 every time and also before adding reverse order so that first item will display at the beginning if don’t reverse first item will display at end.