Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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!

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.