Skip to content
/ Satonda Public

Note & Task taking app with Jetpack Compose + MVVM + Dagger Hilt + Modern Android Components

License

Notifications You must be signed in to change notification settings

oolyvi/Satonda

Repository files navigation

asset1

Satonda

Productivity app for Tasks and Notes app that prioritizes your privacy with a local storage solution

License API

Get it on Google Play

asset1

🚀 Tech Stack

  • Kotlin: modern programming language for Android development
  • Jetpack Compose: declarative UI toolkit for building native Android applications
  • Material Design 3: elegant design language for a visually cohesive user experience
  • MVVM with Clean Architecture: organized architectural pattern for scalable and maintainable code.
  • Hilt: streamlines dependency injection in your app
  • Coroutines: simplifies asynchronous programming and concurrency in Kotlin
  • Lifecycle: seamlessly manage UI states based on Android lifecycles
  • ViewModel: preserves UI-related data through configuration changes
  • Live Data: responsive data holder that reacts to lifecycle changes
  • Room: constructs a robust database with SQLite abstraction for fluent data access
  • Data Store: efficient and modern data storage solution
  • Splash API: implements a sleek splash screen for a polished user experience
  • Lottie: integrates delightful animations into the app
  • Ksp: enhances Kotlin with powerful symbol processing capabilities

⚡ Features

With Satonda, you can:

  • Take notes and tasks whenever you want
  • Easily find your favorites by adding them
  • Search through notes
  • Sort your notes and tasks on all screens
  • Mark your tasks when they are done
  • Store all your data on the local database so that nobody can track you
  • Toggle between Light and Dark mode
  • Choose between multiple color schemes on notes and tasks

📱 Screens

asset2

asset3

asset4

❤️ Find this repository useful?

Support it by joining stargazers for this repository ⭐ and follow me on GitHub and LinkedIn for informing about my next projects! 🤩

📝 License

This project is released under the MIT license. See LICENSE for details.

MIT License

Copyright (c) 2023 Ulvi Rahimli

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.