or find it out on github releases section
- Kotlin - a modern programming language that makes developers happier
- Jetpack Compose - is Android’s modern toolkit for building native UI
- Square Logcat - a tiny Kotlin API for cheap logging on top of
Android's normal
Log
class. - Material Components - an adaptable system of guidelines, components, and tools that support the best practices of user interface design
- Coroutines and Flow - asynchronous world
- Lifecycle - perform actions in response to a change in the lifecycle status of another component, such as activities and fragments
- ViewModel - class is designed to store and manage UI-related data in a lifecycle conscious way
- Navigation Components - helps you implement navigation, from simple button clicks to more complex patterns, such as app bars and the navigation drawer
- DataStore - is a data storage solution that allows you to store key-value pairs or typed objects with protocol buffers
- Room - the Room persistence library provides an abstraction layer over SQLite to allow fluent database access while harnessing the full power of SQLite
- Android Studio Hedgehog | 2023.1.1 Beta 5
- Android SDK 21+
- Gradle 8.2
- Java 17
MIT License
Copyright (c) 2022-2023 Atabayev Muslim (@SkyfaceD)
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.