Git Product home page Git Product logo

tideplaces's Introduction

Tide Places

Technical project for the position of Android developer at Tide.co.

Description

This a simple app that based on your location, provides you with nearby bars using the Google places API. The retrieved places are shown both in a list and a map.

Screenshots

List screen Map screen

Architecture

The project architecture is based on the MVP pattern. More specifically, the code structure is separated in three layers :

  • Model: This layer is responsible for managing data. In this app this layer communicates/interacts with external resources (Network, databases etc) to serve the requested data.
  • Presenter: This layer is responsible to interacts to all views requests, querying the Model layer and updating the corresponding view, according to the data provided by model
  • View: This layer is responsible to present the data as decided by the presenter and querying the presenter when it needs to be updated.

More info about this architecture may be found here

Libraries used

  • Dagger 2
  • Retrofit
  • ButterKnife
  • RxJava 2
  • RxAndroid
  • Mockito

Getting started

Just clone the project and import it to android studio or in android studio select "New Project from version control -> Github" and fill the reopository url https://github.com/latas/TidePlaces.git

Also, you have to provide an unrestricted Google Api Key to ~/app/src/debug/res/values/google_maps_api.xml with the Google places web API and Android Maps API enabled.

IDE

Developed in Android studio 3.0 using Gradle 3.0.0

Developed by

Antonis Latas ([email protected])

tideplaces's People

Contributors

latas avatar

Watchers

 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.