https://github.com/codesahib/mood-mapper
https://github.com/codesahib/mood-mapper
android database fragments
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codesahib/mood-mapper
- Owner: codesahib
- Created: 2021-04-18T15:59:30.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-29T19:02:01.000Z (about 5 years ago)
- Last Synced: 2025-03-19T04:41:45.282Z (over 1 year ago)
- Topics: android, database, fragments
- Language: Java
- Homepage:
- Size: 584 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: Change Username.jpeg
Awesome Lists containing this project
README
# Mood-Mapper
First android project
**Problem Statement:**
To track different moods of a user on daily/weekly/monthly/yearly basis. The user will just click on the mood at any time of the day and it will be stored in the database.
The user can fetch the data of moods between 1 week, 1 month, 1 year interval. There's also a custom date range interval.
**Aim:**
1. To understand android app development
2. Create a working protoype to compliment learning
**Learnings:**
1. Structure of an android app.
2. MVVM architecture: ViewModels
3. Bottom Navigation Bar.
4. SQLite database connectivity.
5. Shared Preferences(in activity and fragment)
6. Activity and Fragments.
7. Animations.
8. Working with charts using 3rd party lib.
**TODO:**
1. Shared ViewModels
**Screenshots:**




