OpenSkyAPICompose
OpenSkyAPICompose copied to clipboard
👨💻 A demonstration modern Android development project with Jetpack(Compose, Room, ViewModel, Navigation), Hilt and based on MVVM by using Open Sky API and Google Maps Compose. ✈️ 🌍
OpenSky API - Android Jetpack Compose
A demonstration modern Android development project with Jetpack(Compose, Room, ViewModel, Navigation), Hilt and based on MVVM by using Open Sky API.
ℹ Introduction
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.
What You Will Need
Hardware Requirements
- A computer that can run Android Studio.
- An Android phone for debugging.
Software Requirements
- Android SDK package
- Android Studio 4.X
🛠 Features
- Show flights on map
- Show flights information on list
📱 Screenshots
📲 Download
Go to the Releases to download the latest APK.
🏗 Tech Stack
Architecture
- 100% Kotlin based, including Gradle files
- MVVM Clean & Multi-Module Architecture
- Repository Pattern
Libraries
-
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
Services
- Open SKY API Service - Open Sky API ✈️
- Google Maps Compose - Google Maps with Jetpack Compose 🌍
How to get the Google MAPS API key?
Register here and get your own Google Maps API key for your builds.
❤️ Find this repository useful?
Support the repository by becoming a stargazer 🌟
License
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.