Coder Social home page Coder Social logo

map_challenge's Introduction

Map Challenge

Mini-app to play around with the Google Maps API!

Setup

Git

Pull this repository into a folder on your local machine using the standard git clone https://github.com/sureshs592/map_challenge.git command.

This project makes use of a submodule (the Volley library in the root folder). Run git submodule init to initialize the Volley submodule.

Next, run git submodule update to pull the volley code from its respective repository.

Android Studio

Import the project into Android Studio using the Import Project... option. There might be issues around the buildToolsVersion being used by the app and Volley library here.

Please change the buildToolsVersion in app/build.gradle and volley/build.gradle to the version installed on your machine.

Maps v2 Android SDK

You can head over to the Google Developer Console and create a project for getting the Maps v2 API key. Complete instructions (including debug key retrieval) over here.

Places API

In the same project created in the previous step, you can enable the Places API and generate a public Server key for using the Places API. You can place the generated key in the Constants.java file over here.

Libraries Used

  1. Android Support Library v7 (appcompat + cardview)
  2. Play Services (Maps + Location API)
  3. Volley (networking + image loading)

Known Issues

  1. The black marker on the centre of the map (denoting the centre of the search) fails to show up on rare occassions.

map_challenge's People

Contributors

sureshs592 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.