raheemadamboev / notepad-app

✏️ "Notepad" app demonstrates modern Android app development with Jetpack Compose, Hilt, Material3, Coroutines, Flows, Room based on MVVM architecture

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Notepad

License API

✏ "Notepad" app demonstrates modern Android app development with Jetpack Compose, Hilt, Material3, Coroutines, Flows, Room based on MVVM architecture.


Download

You can download the release app on Google Play Store:

Get it on Google Play

🎉 More than 50 000 downloads and overall 4.7 star rating. 1500 - 2000 daily active users according to Google Analytics.

Tech stack

  • Kotlin: first class programming language for native Android development.
  • Kotlin Coroutines: structured concurrency.
  • Kotlin Flows: reactive communication.
  • Material3: modern UI/UX guidelines and components.
  • Jetpack Compose: modern, declarative way of building UI in Kotlin.
  • Jetpack Lifecycle: observe Android lifecycles and handle UI states upon the lifecycle changes.
  • Jetpack ViewModel: manages UI-related data holder and lifecycle aware. Allows data to survive configuration changes such as screen rotations.
  • Jetpack SavedStateHandle: in case of process death, key-value map that allows to write and retrieve bundle data to and from the saved state.
  • Jetpack DataStore Preferences: uses Kotlin Coroutines and Flows to store data asynchronously, consistently, and transactionally.
  • Room: SQLite abstraction and database solution.
  • Dagger Hilt: first class dependency injection for native Android development.
  • Firebase: tracks analytics and crashes using the Firebase services.
  • Compose Destinations: a type-safe navigation for composables.
  • Timber: a logger with a small, extensible API.
  • PinLock: light PinLock library for Jetpack Compose.

Architecture

"Notepad" is based on the MVVM architecture pattern, Repository pattern, Mapper pattern.

MAD Score

About

Notepad is completely offline and ad-free. Also, it is very lightweight and fast as a rocket. Its interface is so user-friendly and simple that even your granny can use it. Regarding adding notes, it has never been straightforward like this.

Features

  • Add, edit and delete notes.
  • Share notes.
  • Auto-save.
  • Pin lock.
  • Delete all notes at once, delete selected note.
  • Beautiful animations and indicators.
  • Dark/Light theme support.
  • Multiple language support.
  • Multiple screen sizes support.
  • Light that is less than 2 MB.
  • Works without the internet.
  • Simplicity that has only five screens.
  • Adaptive screens that change according to screen orientation.
  • Completely robust to process death.
  • Completely robust to configuration change.

License

Designed and developed by raheemadamboev (Raheem) 2022.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

✏️ "Notepad" app demonstrates modern Android app development with Jetpack Compose, Hilt, Material3, Coroutines, Flows, Room based on MVVM architecture

License:Apache License 2.0


Languages

Language:Kotlin 100.0%