isoguzay / OpenSkyAPICompose

πŸ‘¨β€πŸ’» 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. ✈️ 🌍

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenSky API - Android Jetpack Compose

Latest Version Kotlin Minimum SDK Version Android Gradle Version Gradle Version

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

  • Retrofit Client - Execute network service calls

  • Splash API - Customize your Splash without effort

  • Timber - Log your messages

Services

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.

About

πŸ‘¨β€πŸ’» 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. ✈️ 🌍


Languages

Language:Kotlin 100.0%