Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/steliospapamichail/gdsc-csd-notes
A simple note-taking app built with Jetpack Compose for the "Intro to Android dev" GDSC UoC event!
https://github.com/steliospapamichail/gdsc-csd-notes
android jetpack-compose kotlin
Last synced: about 1 month ago
JSON representation
A simple note-taking app built with Jetpack Compose for the "Intro to Android dev" GDSC UoC event!
- Host: GitHub
- URL: https://github.com/steliospapamichail/gdsc-csd-notes
- Owner: SteliosPapamichail
- Created: 2023-04-17T09:27:26.000Z (almost 2 years ago)
- Default Branch: step-1-room-setup
- Last Pushed: 2023-04-26T10:41:55.000Z (almost 2 years ago)
- Last Synced: 2025-01-10T21:48:19.727Z (about 1 month ago)
- Topics: android, jetpack-compose, kotlin
- Language: Kotlin
- Homepage: https://gdsc.community.dev/university-of-crete/
- Size: 120 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GDSC-CSD-Notes
A simple note-taking app built with Jetpack Compose for the "Intro to Android dev" GDSC UoC event! See [our Google Developer Student Clubs UoC event platform](https://gdsc.community.dev/university-of-crete/)## Branch outlines
There are four branches, each one representing a significant milestone in this sample's development. In the event, we will begin our development from `step-1-room-setup` which contains all the necessary dependencies for our project, as well as the basic
database setup for our app's needs. We will then slowly build out the UI for the two main screens (a screen for adding new notes & one for displaying them in a simple list) and finally move on to writing the business logic through ViewModels &
repositories!## Architecture
This sample "follows" vaguely a simple MVVM architecture.