Giter Club home page Giter Club logo

roadcastassignment's Introduction

RoadCastAssignment

This is a two screen app which show your current location and top rated movies respectively.

Features

  1. Track your current location using GPS on the Map.
  2. Handling of location permission and GPS setting efficiently.
  3. Explore top rated Movies.
  4. Single Activity Architecture and uses Jetpack navigation to navigate through destination (fragments).
  5. Retrofit to do api calls and gson to parse response.
  6. Paging3 to load only required Movies and for infinite scroll.
  7. Hilt for dependency injection.
home movies
RoadCastAssignmentScreenRecording.1.mp4

TODO

  • Show a progress at bottom when appending pages in movies screen.
  • Show a Error message and give the user a button to retry.

Architecture

This app follows MVVM architecture with Clean architecture, Uni Directional Flow (UDF) pattern and Single Activity architecture pattern.

Packages

Build With

Kotlin: As the programming language.

Jetpack Navigation : To navigate between destinations(fragments).

Google Maps API : To track user's location on the Map.

Hilt : As a dependency injector.

Paging3: For infinite scrolling.

Retrofit: As Api Client.

Coroutines: For Asynchronous programming.

Installation

Simple clone this app and open in Android Studio.

Google Map Integration

Do these steps if you want to show google maps. The tracking functionalities will work as usual even if you don't do these step.

  1. Create and Get Google Maps API key by using this official guide
  2. Open local.properties file.
  3. Enter your API key like this:
MAPS_API_KEY=your_maps_api_key

roadcastassignment's People

Contributors

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