Skip to content

daniel553/TechHoldingPosts

Repository files navigation

TechHolding Posts

Description

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.

Built With

Assignment

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.

Prerequisites

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

Installation

Clone repo and open it Android studio. Execute and install generated APK in the emulator or device OR Download from "app/dist/**.apk"

Usage

  1. Connect to Wifi or any network
  2. Open the app and wait until load
  3. Main screen is the list of posts fetched from service
  4. If no fetch, the post are loaded from phone db
  5. Tap over a post to see details, comments are fetched from service
  6. FAB is used to add a new post

License

All rights reserved All images and brands are property of TechHolding, used as demo proposes.

Contacts

About

TechHolding code challenge

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages