Skip to content

A simple photos gallery application using Unsplash API. Using Android latest Architecture component. (MVVM + Kotlin + Retrofit2 + Coil + Navigation Component + Repository Pattern + Coroutines + Livedata

Notifications You must be signed in to change notification settings

yasirnaseem1990/SculptureArena

Repository files navigation

SculptureArena

A simple photos gallery application using Unsplash API. Using Android latest Architecture component. (MVVM + Kotlin + Retrofit2 + Coil + Navigation Component + Repository Pattern + Coroutines + Livedata


Features

  • Popular photos with pagination support
  • Search query with pagination support

Architecture

  • Built with Modern Android Development practices
  • Utilized ViewModels, Repository pattern for data

Built With 🛠

  • Kotlin - First class and official programming language for Android development.
  • Coroutines - For asynchronous and more...
  • Android Architecture Components - Collection of libraries that help you design robust, testable, and maintainable apps.
    • LiveData - Data objects that notify views when the underlying database changes.
    • ViewModel - Stores UI-related data that isn't destroyed on UI changes.
    • ViewBinding - Generates a binding class for each XML layout file present in that module and allows you to more easily write code that interacts with views.
  • Dependency Injection
    • Koin - Small kotlin Injection library, easier way to incorporate Koin DI into Android apps.
  • Retrofit - A type-safe HTTP client for Android and Java.
  • Coil - An image loading library for Android backed by Kotlin Coroutines.
  • Material Components for Android - Modular and customizable Material Design UI components for Android.

About

A simple photos gallery application using Unsplash API. Using Android latest Architecture component. (MVVM + Kotlin + Retrofit2 + Coil + Navigation Component + Repository Pattern + Coroutines + Livedata

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages