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

Note To Self continued

Open up the Note To Self app. As a reminder, if you want to see the completed code and working app after completing this chapter, it can be found in the Chapter 14/Note to self folder. As the actions in this chapter require you to jump around between different files, classes, ...

Get Android Programming for Beginners now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.