HerosApp
HerosApp copied to clipboard
JSON parsing into Android application Recyclerview with local storage functionality.
HeroApp
Parsing JSON data to list and saving them to Android local persistence.
This app demonstrates JSON parsing from API of super-heroes into an Android Recyclerview.The data is immediately stored into Shared Prefrences persistency and can be viewed without internet.
When pressing on an image, a new activity will open that features an ImageView with pinch-to-zoom capability.
When pressing on the row itself, the new hero is selected as the favorite hero and is relocated in the top of the list and also shown in the Collapsing Toolbar.
Built using MVC architecture.
Prerequisites
Available on github only - open via Android Studio.
Installing
This project is built for learning purpose, therefore is not available though Play Store or anything else rather then this repository.
Built With
- Android Studio.
Authors
- Alon Shlider - (https://github.com/alonsd)
License
This project is licensed under MIT License - see the LICENSE file for details