Skip to content
This repository has been archived by the owner on Apr 29, 2021. It is now read-only.

Latest commit

 

History

History
9 lines (8 loc) · 295 Bytes

File metadata and controls

9 lines (8 loc) · 295 Bytes

HabitTracker

A Project for Udacity Android Basics Nanodegree. Simple habit tracking app, that does not have any ui elements.

Project Covers

  • Creating a SQLite table in your app
  • Populating that table with new entries
  • Modifying the entries
  • Displaying the contents of the table to users.