Main goal of our app is to download, parse and display data from JSONPlaceholderAPI.
This task may look simple, but we have already discovered that it isn’t.
Through making this app we want to learn programming in Kotlin language starting from basic parts like learning the syntax to more complicated stuff like following the optimal architecture rules of MVVM.
This section provide information about frameworks and technologies that our project is currently using
Here you can find how to locally set our project.
To build and install that project you need gradle. We are using android studio to compile everything
- gradle
./gradlew build
- Clone the repo
git clone https://github.com/psztefko/ING-app.git
- Build project with gradle
./gradlew build
- Install apk on your phone or run it with avd
Project is realized in collaboration with ING Bank Śląski