From the course: Building an Android App with Jetpack Libraries

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

The history of Plain Ol' Notes

The history of Plain Ol' Notes - Android Tutorial

From the course: Building an Android App with Jetpack Libraries

Start my 1-month free trial

The history of Plain Ol' Notes

- [Instructor] Plain OL' Notes is a simple Android app that's designed to let you create simple notes and save them on your Android device. It was originally created in 2013 and was intended to be a sample app that demonstrated the use of data in a simple mobile application. As it's turned out, the history of this app has echoed the best practices for Android development as they've changed over the years. Google has continually upgraded how we build Android applications, and so each time a new version of the app has come out, it might have looked the same to the user, but internally it was built completely differently. The original version of the app was created all the way back in 2013. It was targeted at Android 4.4 KitKat. It didn't actually use a database, it stored its data persistently in shared preferences, and it looked a lot different than more recent versions. And that's because back in 2013, material…

Contents