JetNote is modern note android application written by kotlin language and jetpack-compose toolkit. The app dealing with Room for Database, Koin dependency injection, Coroutine the non-blocking programming, Navigation-Compose, DataStore, ExoPlayer to play the recorded media in the app, CameraX to take and save picture, And more to make it good app that inspired by google app keep Notes.
A coroutine is a concurrency design pattern that you can use on Android to simplify code that executes asynchronously.
A multiplatform navigation and viewmodel library built for, and seamlessly integrated with, Jetpack Compose.
The Room persistence library provides an abstraction layer over SQLite to allow for more robust database access while harnessing the full power of SQLite.
Jetpack DataStore is a data storage solution that allows you to store key-value pairs or typed objects with protocol buffers. DataStore uses Kotlin coroutines and Flow to store data asynchronously, consistently, and transactionally.
Koin is a pragmatic lightweight dependency injection framework for Kotlin developers.
Jetpack Compose canvas library that helps you draw paths, images on canvas with color pickers and palettes.
Accompanist is a group of libraries that aim to supplement Jetpack Compose with features that are commonly required by developers but not yet available.
ExoPlayer is an application level media player for Android. It provides an alternative to Android’s MediaPlayer API for playing audio and video both locally and over the Internet.
CameraX is an addition to Jetpack that makes it easier to add camera capabilities to your app. The library provides a number of compatibility fixes and workarounds to help make the developer experience consistent across many devices.
LiveData is an observable data holder class. Unlike a regular observable, LiveData is lifecycle-aware, meaning it respects the lifecycle of other app components, such as activities, fragments, or services. This awareness ensures LiveData only updates app component observers that are in an active lifecycle state.
An image loading library for Android backed by Kotlin Coroutines.
Collects all dependency details including licenses at compile time, and offers simple APIs to visualize these in the app.
WorkManager is the recommended solution for persistent work. Work is persistent when it remains scheduled through app restarts and system reboots.
*****************************
| UI Controller |
*****************************
|
|
*****************************
| View Module |
*****************************
|
|
*****************************
| Repository |
*****************************
|
--------------------------------------
| |
***************************** *****************************
| Room | | ........... |
***************************** *****************************
Copyright 2022 The Android Open Source Project
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
https://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.