Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MathRoda authored Aug 10, 2022
1 parent e1e99ca commit 2c65d1e
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
![](NoteMe/NoteMe_thumb.jpg)

# **Note Me**

### **Note Me** | a notes generator app built for a Room tutorial on my YouTube channel

Watch the tutorial on Youtube here [NoteME Tutorial](https://www.youtube.com/watch?v=KS89hz6n3cI) .


## Application Install

***You can Install and test latest Note Me app from below 👇***

[![NoteMe](https://img.shields.io/badge/NotMe✅-APK-red.svg?style=for-the-badge&logo=android)](https://github.com/MathRoda/Dash-Coin-App/releases/latest)

## About

- Clean and Simple UI.
- Best and Clean Code Quality following Modern Android Development
- Clean Architecture Approach by uncle bob

## 📸 Screenshots

| | | |
|---|---|---|
|![](NoteMe/main_screen.png)| ![](NoteMe/note_screen.png)


## Built With 🛠
- [Kotlin](https://kotlinlang.org/) - First class and official programming language for Android development.
- [Coroutines](https://kotlinlang.org/docs/reference/coroutines-overview.html) - For asynchronous and more..
- [Flow](https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.flow/-flow/) - A cold asynchronous data stream that sequentially emits values and completes normally or with an exception.
- [StateFlow](https://developer.android.com/kotlin/flow/stateflow-and-sharedflow) - StateFlow is a state-holder observable flow that emits the current and new state updates to its collectors.
- [Android Architecture Components](https://developer.android.com/topic/libraries/architecture) - Collection of libraries that help you design robust, testable, and maintainable apps.
- [ViewModel](https://developer.android.com/topic/libraries/architecture/viewmodel) - Stores UI-related data that isn't destroyed on UI changes.
- [Dependency Injection](https://developer.android.com/training/dependency-injection) -
- [Hilt-Dagger](https://dagger.dev/hilt/) - Standard library to incorporate Dagger dependency injection into an Android application.
- [Hilt-ViewModel](https://developer.android.com/training/dependency-injection/hilt-jetpack) - DI for injecting `ViewModel`.
- [Room](https://developer.android.com/jetpack/androidx/releases/room) - an abstraction layer over SQLite to allow for more robust database access while harnessing the full power of SQLite.
- [Material Components for Android](https://github.com/material-components/material-components-android) - Modular and customizable Material Design UI components for Android.

---

## If you like my projects you can buy me a cup of coffee

<a href="https://www.buymeacoffee.com/mathroda"><img src="https://img.buymeacoffee.com/button-api/?text=Buy me a coffee&emoji=&slug=VaibhavJaiswal&button_colour=FFDD00&font_colour=000000&font_family=Cookie&outline_colour=000000&coffee_colour=ffffff"></a>


## Contact
you can connect with me here 💙 [LinkedIn](https://www.linkedin.com/in/mathroda/) .

0 comments on commit 2c65d1e

Please sign in to comment.