Code Exercise for Tech Holding, goal: create a code in Android to demonstrate skills and knowledge, develop an Android app that pulls a list of posts from an API with some actions.
Write an Android Application the app should allow users to view a list of posts, view details of a specific post, and create new posts.
Install the latest version of Android studio and:
- compileSdk 34
- minSdk 26
- gradle-8.2
- emulator or device with min version DEVELOPER mode
- make sure unsigned apks can be installed
Clone repo and open it Android studio. Execute and install generated APK in the emulator or device OR Download from "app/dist/**.apk"
- Connect to Wifi or any network
- Open the app and wait until load
- Main screen is the list of posts fetched from service
- If no fetch, the post are loaded from phone db
- Tap over a post to see details, comments are fetched from service
- FAB is used to add a new post
All rights reserved All images and brands are property of TechHolding, used as demo proposes.