Skip to content

Multimodule native android project showcase. Using modern android development tools.

Notifications You must be signed in to change notification settings

amit517/Image-Gallery

Repository files navigation

Image Gallery

cover

Table of Contents


Description

In this project I tried to make a simple image list and full image view presentation application with Native Android. Backend is powered by Unsplash API. Used minimal third party library support. This project covers di, api response cache, unit tests.

Tech stack

  • MVVM Design Pattern
  • Flow
  • Coroutine
  • Paging 3
  • Dagger Hilt
  • Jetpack Navigation
  • Data binding
  • Glide
  • Okhttp
  • Retrofit
  • Mockwebserver
  • Unit Test
  • Truth
  • CI with Github actions

Architecture

Multi modular project structure

  • [ app ]
    • [ android test ]
      • [ mocprovider ]
    • [ main ]
      • [ data ]
      • [ model ]
      • [ view ]
        • [ gallery ]
        • [ imagedetails ]
    • [ test ]
      • [ data ]
      • [ view ]
        • [ gallery ]
    • [ test-common ]
  • [ base ]
    • [ main ]
      • [ event ]
      • [ network ]
        • [ model ]
      • [ utils ]
      • [ view ]
      • [ viewmodel ]

Back To The Top

How To Use

  • Clone this repository from master branch.
  • Get a client authorization key from this link.
  • Replace the UnsplashApiToken from the gradle.properties
  • Build the application

Back To The Top


License

MIT License

Copyright (c) [2022] [Amit Kundu]

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Back To The Top


Acknowledgments

Author Info

Back To The Top

About

Multimodule native android project showcase. Using modern android development tools.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages