There are online versions of software available where they provide synchronization of documents between different platforms. This application provides the same approach by taking user details in the beginning and keeping the user's notes synchronized in all platforms such as Desktop and Android.
Fig.1 - Sticky Notes FX Logo.
- The user can access every note separately while keeping the integrity of the notes safe. Currently, the data is consistent during the run-time.
- When the user deletes the note, it is deleted from the application as well.
- The user can create a new note from the editable notes as well, and from the note list as well.
- If the user double-clicks on the note card, it opens up as a separate note.
Fig.1 - Still shots from the Sticky Notes FX.
-
Currently, synchronizing the data in the local database and keeping only the login information in the firebase network.
-
Enable the search option in the note list (filter the notes and show only which contains the searched word).
Initial Apporach : List generated from the search is the subset of the mainList, and since they are having reference to same objects in the memory, updating one should reflect on the major one. Besides this, the application should also keep track of the notes which are opened from the search criteria.
Since the data is stored in firebase, the application can be made to work on the android platform as well, to provide a better User Experience
Get hands-on experience on the Android Development.