Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.26 KB

README.md

File metadata and controls

24 lines (16 loc) · 1.26 KB

NASA_Pictures_app

Nasa Picture app where the data is loaded from the Json file with MVVM pattern.

This project uses predefined Json file located in the assests folder of the project. This app fetches the images and title of the images from the parsed Json using Moshi library. Further Image clicked shows the full size image which was loaded using Glide and all the metadata related to it. You can see the below preview of the above Implementation.

Preview

giflink

App build.gradle Dependency is maintained by using Kotlin and buildSrc for AutoComplete Feature.

This App uses following TechStack :