Skip to content
This repository has been archived by the owner on Sep 21, 2024. It is now read-only.

Latest commit

 

History

History
26 lines (19 loc) · 1.24 KB

README.md

File metadata and controls

26 lines (19 loc) · 1.24 KB

TechFinder

An android app that allows users to find, categorise, vote, comment and get directions to tech stores nearby.

It uses google's API to get the user location and the distance to the shops.

Running

  1. Run the API on a server you own and fill the database with the stores, locations, etc.
  2. Modify the file DbAPI.kt and change the IP and PORT to match your server's exposed API.
  3. Compile with android studio and install the apk on your android phone.

App screenshots

Ignore that most shops are 4000km away.
These screenshots are from an emulator without working location services.
It was defaulting the location to google's HQ.

Main menu and login screen

techfinder1

Shop and vote screens

techfinder 2

Side Menu and favourites screen

techfinder3