Giter VIP home page Giter VIP logo

android-habit-tracker's Introduction

Habit Tracker

Functionality:

  • There exists a contract class that defines name of table and constants and inside the contract class, there is an inner class for each table created.
  • There exists a subclass of SQLiteOpenHelper that overrides onCreate() and onUpgrade() and contains an implemented deleteDatabase().
  • There is a single insert method that adds at least two values of two different datatypes (e.g. INTEGER, STRING) into the database using a ContentValues object and the insert() method.
  • There is a single read method that returns a Cursor object. It should get the data repository in read and use the query() method to retrieve at least one column of data.
  • There is a single delete method that deletes all the entries from the table.
  • There is a single update method that updates at least one value in one column in the table.
  • No external libraries (e.g. Realm) or the use of Content Providers should be used. All data insertion, reading, deletion, and updating should be done using direct method calls to the SQLite database in the SQLiteOpenHelper class.

Code Readability:

  • All variables, methods, and resource IDs are descriptively named such that another developer reading the code can easily understand their function.
  • The code is properly formatted i.e. there are no unnecessary blank lines; there are no unused variables or methods; there is no commented out code. The code also has proper indentation when defining variables and methods.

android-habit-tracker's People

Contributors

isabelpalomar avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.