what is the diffrence between
Cursors and base adapter spically when i wanna use them to show object in list ?
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.
huge difference:
cursor is used to go over data , usually from database.for example , go over all of your contatcs/sms messages.
baseAdapter is like a tube to send the data to UI components . for example , i use it a lot for listViews, to set exactly what each item there would have.