/SQLite-database

Udacity Coursework Capstone Project

Primary LanguageJava

Nanodegree

This is the capstone project 🚀 of the Nanodegree program which Required:

  • User workflow
  • User needs
  • Backend database storage
  • Networking
  • UI development

A strong foundation in the above skills are foundational to Android development worldwide.

This project is about combining various ideas and skills we’ve been practicing throughout the course. They include:

  1. Storing information in a SQLite database
  2. Integrating Android’s file storage systems into that database
  3. Setting up a Content Provider and use it to access a repository of data
  4. Presenting information from files and SQLite databases to users
  5. Updating information based on user input
  6. Creating intents to other apps using stored information