Build a Persistent Storage App in Android Studio

Go to class
Write Review

Build a Persistent Storage App in Android Studio provided by Coursera is a comprehensive online course, which lasts for 2 hours worth of material. Build a Persistent Storage App in Android Studio is taught by Ken Cotter. Upon completion of the course, you can receive an e-certificate from Coursera. The course is taught in Englishand is Paid Course. Visit the course page at Coursera for detailed price information.

Overview
  • In this course you will build an Android app with persistent storage (specifically Shared Preferences) in Android Studio. What is meant by persistent storage is that when a user exits an app and then restart it, the app will remember some information that the user gave it previously. This app has four input boxes where the user is being asked to enter a name, address, phone number, and email address. Beneath that section the user will be asked to use radio buttons to indicate the part of the day they prefer, Morning, Afternoon, Evening, or Night. The ability to save and retrieve information is a fundamental part of practically all apps and is essential knowledge for any aspiring app developer and those who like to create apps out of curiosity for fun.

    Projects in Series 1:
    1. Build a Simple App in Android Studio with Java
    2. Build a Persistent Storage App in Android Studio
    3. Build a Linear Layout App in Android Studio
    4. Build a Relative Layout App in Android Studio
    5. Build a Table Layout App in Android Studio

    Projects in Series 2:
    1. Build an App in Android Studio using Resources
    2. Build an App in Android Studio using Static Files
    3. Build an App in Android Studio using Read - Write
    4. Build an App in Android Studio using onTouch
    5. Build an App in Android Studio using Activities