Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.06 KB

README.md

File metadata and controls

32 lines (21 loc) · 1.06 KB

Fulcrum

alt text

This is a simple two-page application that was built to showcase Google Map address API. The first page of the application would prompt the user to search for an address. Based on the address provided by the user, The application would hit the Google Map address API and would return a list of suggestions to the user. The second page would prompt the user to search for an insurance carrier. The data for the insurance carrier is stored in the res directory of the project.

Library

The following set of libraries are used in this project

  • RxJava
  • Retrofit
  • Dagger 2
  • GSON

Design Pattern

Model View ViewModel (MVVM)

Navigation Architecture Component

Jetpack Navigation

Application Workflow Video

Download

Download Now!!

Authors