Skip to content

Latest commit

 

History

History
60 lines (28 loc) · 2.24 KB

README.md

File metadata and controls

60 lines (28 loc) · 2.24 KB

Ringer App

This is an android application that changes the ringer mode based on the location of the user. It is not server dependent application.

Features

  • User can create a multiple user profile
  • Change ringer mode of the phone

Instalation guide


In order to run the project you need to have to have Mapbox account. How to get Mapbox API token.

  1. Clone this repository and import into Android Studio
git clone [email protected]:Mohammad-Safayet/Ringer-App.git
  1. Add the mapbox api key to local.properties
MAPBOX_API_TOKEN=YOUR_API_KEY
  1. Then run the app using the Run 'app' button

Screenshots


Landing Page Empty Profile input page

Built With


  1. Room - Android persistence library provides an abstraction layer over SQLite

  2. Coroutines - Library for concurrency design pattern

  3. Mapbox - SDK to provider of custom online maps

  4. Livedata - Library for observable data holder class

  5. Navigation Component - Library to allow users to navigate between different pieces of content within app.