Chapter 14. Handling and Displaying Notes in Note To Self
Now that we have thoroughly practiced and theorized data handling and how the Android SDK can help us with ListView
and BaseAdapter
, we can begin to stretch our knowledge a little further to make our Note To Self app handle almost unlimited notes.
In this chapter, we will do the following:
- Create a list item layout
- Implement the adapter
- Bind the adapter to
ListView
- Discuss how we can improve our app