Code Monkey home page Code Monkey logo

places's Introduction

App to search places

Application made natively with kotlin in which the google places API is consumed to bring places of interest to the user

Features

  • Search places based on a location selected on map and on a keyword given by the user
  • See the list of places
  • Go to the details view when tap a marker on the map
  • In Details screen you can save as favorite the place you are watching
  • You can see the places that you save in the tab "favorites"

Tech

Dillinger uses a number of open source projects to work properly:

  • [Framework Android]
  • [Retrofit] - awesome library to make http request
  • [GSON] - Library to convert JSON to Objects.
  • [Navigation Component] - It helps us to implement navigation between screens in our apps
  • [Room] - Room is a persistence library that provides an abstraction layer over SQLite
  • [RecyclerView] - To show collection of data (reviews and favorites places)
  • [LiveData] - Observable data holder class and lifecycle aware
  • [ViewModel] - To store UI related data
  • [DataBinding] - To bind UI components in your layouts to data sources in your app using a declarative format rather than programmatically

Requirements

  • Git - Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
  • Java - Java is a programming language and computing platform first released by Sun Microsystems in 1995. Install Java 8 and Java 11.
  • Android Studio - Android Studio provides the fastest tools for building apps on every type of Android device. Version Bumblebee | 2021.2.1 Patch 1.

screenshots

Installation

Clone the repository.

git clone https://github.com/NYK0de/Places.git
git status

You have to install Java 8 and Java 11.

Install Android Studio and then open the project... Only need to execute the run button and will build the project satisfactory.

Or if you want to build and install via terminal, this are steps:

Note: Set Java 11 is required for execute gradle tools. Note: The Physical Device have to have configure the Developer Options, Debugging USB and connected the device to laptop.

On Mac or Linux

./gradlew installDebug

On Windows

gradlew.bat installDebug

places's People

Contributors

nyk0de 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.