spencerstock / Android_Debug_NoteTaker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android_Debug_NoteTaker

Introduction

This goal of this project is to debug a Note Taker project. As this is a project specifically intended to help you practice your debugging skills and using the resources available to you, refrain from asking for help unless absolutely necessary.

Instructions

Please fork and clone this repository. It contains the broken project that you should debug. As this is a project that you have worked on previously, do not use your own completed version of this project as you will gain nothing (in the long term) from referencing it.

As a recap, the project when working properly should:

  • Allow the user to create notes that are saved to a Firebase Database and an on-device persistent store using an SQL database
  • The device's persistent store is synchronized with the Firebase Database. (When a journal entry is saved to the device's persistent store it gets sent to Firebase, and vice-versa.

About