Posted by Shoaib at 11:30:00 am
Read our previous post
Creating a new class that extends the abstract class BaseAdapter and then implement the following methods:
- getCount
- getItem
- getItemId
- getView
You can also search for adapter tutorials. I'd recommend:
- Reading the Binding to Data with AdapterView
- Getting started on an implementation as described above
- Asking questions when you have problems with your implementation
The implementation will depend on the underlying data you are trying to represent, so a one-line question is really not going to cut it
No comments:
Post a Comment