Skip to content

Latest commit

 

History

History
97 lines (91 loc) · 4.54 KB

README.md

File metadata and controls

97 lines (91 loc) · 4.54 KB

GitHub contributors GitHub last commit

Table of Contents

  1. About the project
  2. App preview
  3. Tasks

ING Mobile app project

Project created in cooperation with ING by the team:
👤 Dariusz Gansty
👤 Krzysztof Dąbrowski
👤 Anna Domańska
👤 Patryk Dragon

Built with

Tested with

Icon sources

Icons made by:

App preview:

gif

screen-icon home-screen error-screen user-screen

Tasks

Main goal of mobile app is to download, parse and display data from JSONPlaceholderAPI.

Part 1:

  • Display all posts
  • View paging

Part 2:

  • Display comments of the selected post
  • Add navigation between post view and comments

Part 3:

  • Display user information
  • Add map view with user location
  • Add navigation between user profile and map

Part 4:

  • Display all albums that the user has
  • Display all photos in the selected album
  • Add navigation between user profile, album list and photos

Part 5:

  • Firebase Authentication
  • Navigation Bar (MainPage | CreatePost | UserInfo)
  • Create post, save to device
  • Remote & local data loading
  • Lifecycle aware error dialog fragment
  • More main screen interaction
  • Design changes
  • Add photo zoom
  • Write tests