Skip to content

alicimsamil/CountriesComposeApp

 
 

Repository files navigation

CountriesComposeApp

In this repository we made countries app with using Jetpack Compose. Datas is coming from API. You can look in here.

Libraries Used

  • Architecture - Start with classes for managing your UI component lifecycle and handling data persistence.
    • Lifecycles - Create a UI that automatically responds to lifecycle events.
    • Navigation - Handle everything needed for in-app navigation.
    • Repository - Repository modules handle data operations.
    • ViewModel - Easily schedule asynchronous tasks for optimal execution.
  • UI - Details on why and how to use UI Components in your apps - together or separate
  • Third party and miscellaneous libraries
    • Retrofit for turns your HTTP API into a Java interface
    • Gson for convert Java Objects into their JSON representation
    • Coil for image loading
    • Dagger-Hilt Hilt is the recommended solution for dependency injection in Android apps, and works seamlessly with Compose.

App GIF

GIF

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 100.0%