A demonstration modern Android development project with Jetpack(Compose, Room, ViewModel, Navigation), Hilt and based on MVVM by using Open Sky API.
It is about a demonstration application with Open Sky API. You get flight information from Open Sky API service, then update and display them every 10 seconds.
Hardware Requirements
- A computer that can run Android Studio.
- An Android phone for debugging.
Software Requirements
- Android SDK package
- Android Studio 4.X
- Show flights on map
- Show flights information on list
Go to the Releases to download the latest APK.
- 100% Kotlin based, including Gradle files
- MVVM Clean & Multi-Module Architecture
- Repository Pattern
-
Minimum SDK level 21 + based on Kotlin
-
buildSrc + Kotlin DSL - Manage dependencies and modules implementation easily and much clearer than the traditional way
-
Coroutines & Flow - Perform asynchronous operations
-
Hilt - for dependency injection
-
Jetpack Libraries
- Compose - Build modern declarative Android UI
- Compose Navigation - Navigate between composables
- Lifecycle - Observe lifecycle state changes
- Room - Manage CRUD operations
- ViewModel - Store UI related data
-
Retrofit Client - Execute network service calls
-
Splash API - Customize your Splash without effort
-
Timber - Log your messages
- Open SKY API Service - Open Sky API
✈️ - Google Maps Compose - Google Maps with Jetpack Compose 🌍
Register here and get your own Google Maps API key for your builds.
Support the repository by becoming a stargazer 🌟
Designed and developed by isoguzay (Ismail Oguzhan Ay)
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.