Skip to content

Latest commit

 

History

History
61 lines (31 loc) · 1.49 KB

README.md

File metadata and controls

61 lines (31 loc) · 1.49 KB

Maps

First of all, a few screenshots:

Map!
Map
Home Fuel Stations Restaurants
Home Fuel Restaurants

What is this?

A simple app to fetch Restaurants and Fuel Stations around a particular location entered. Click on a card to open the Maps app with that particular location pinned.

Dependencies

The focus of this project lies on making use of the Google Places API to discover Fuel Pumps and Restaurants around a place

  • Volley
  • FastAdapter
  • Butterknife

Supported devices

The app supports every device with a SDK level of at least 23 (Android Android 6.0+).

Quick walkthrough

Basically we have two Activities and one Fragment monitoring the jobs.

  • MainActivity
  • ResultsActivity
  • MasterFragment

Activities

MainActivity is the class which handles

  • The Homepage to enter Location

ResultsActivity is the class which handles

  • Using fragment to show data
  • Switching between Restaurant and Fuel tabs

MasterFragment is the class which handles

  • Used in ResultsActivity
  • Displays data using RecyclerView