Git Product home page Git Product logo

azzumw / project4 Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 343 KB

Location Reminder allows user to save a to-do reminder at a point of interest on Google Maps.

Kotlin 100.00%
coroutines-android e2e-testing espresso espresso-tests geofencing google-maps-api instrumentation-tests integration-testing notification-android permissions-android room-database room-persistence-library unit-testing viewmodel

project4's Introduction

Location Reminder

Note: This project constitutes Udacity's Android Kotlin Developer Nano-degree Program

Description

Don’t you just hate it when you’ve walked past the local grocery store, and forgot to grab the milk? Not anymore!

Location Reminder App (LRA) will make forgetting the milk (and anything else) a thing of the past! LRA allows you to select a point-of-interest(POI) on the map, and set for yourself a to-do reminder. With LRA in your pocket, now when you’re within a 100 metres (default geofence app setting of 100 meters) of the POI (or the grocery shop) you’ll get a notification reminding you to grab that milk - you’ll never have to endure a black coffee or dry cereal ever again.

Topics/Skills covered as part of this project

The aim of this project is to showcase the following skills:
private val dataBindingIdlingResource = DataBindingIdlingResource()


    @Before
    fun registerIdlingResources() {
        IdlingRegistry.getInstance().register(EspressoIdlingResource.countingIdlingResource)
        IdlingRegistry.getInstance().register(dataBindingIdlingResource)
    }

    @After
    fun unregisterIdlingResources() {
        IdlingRegistry.getInstance().unregister(EspressoIdlingResource.countingIdlingResource)
        IdlingRegistry.getInstance().unregister(dataBindingIdlingResource)
    }
    

project4's People

Contributors

azzumw avatar

Stargazers

 avatar  avatar

Watchers

 avatar

project4's Issues

Unresolved reference: AutoCloseKoinTest

The project has a problem that it doesn't resolve this import import org.koin.test.AutoCloseKoinTest

So, a dependency should be added for koin test to your build.gradle module file inside the dependencies{} section like this:
implementation "io.insert-koin:koin-test:2.2.3"

This will result in another error: Failed to resolve: junit:junit:4.13.2
So, change the junitVersion to 4.12 inside your build.gradle project file.

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.