Skip to content

A simple android app using the Google Maps API along with Retrofit and EventBus

License

Notifications You must be signed in to change notification settings

gkaffka/simple-map-android

Repository files navigation

simple-map-android

A simple map app to help you getting started with android development using the Google maps API for android ###Getting started Clone the repository and import the project in Android Studio, you can try the app installing the simple_map_app.apk available in the project root.

###Dependencies The depdendencies for the project are described in the Gradle script build.gradle of the app, just sync the project in Android Studio and you are ready to go :)

List of libraries used in the project so far

  • EventBus - Android optimized event bus that simplifies communication between Activities, Fragments, Threads, Services, etc.
  • Butterknife - A view injection library that makes the binding between views, methods and resourses declared in XML and the activities/fragments classes.
  • Retrofit/OKhttp - A type-safe REST client for Android and Java
  • Gson - Gson is a Java library that can be used to convert Java Objects into their JSON representation.

###Running it You can build and run the project using the Android Studio/Gradle. You need an android emulator or a real device to test the build.

###Screenshots

About

A simple android app using the Google Maps API along with Retrofit and EventBus

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages