/ArchLifeCycleTesting

1) Location Change Services

Primary LanguageKotlin

ArchLifeCycleTesting

Goal:

  1. Create classes for services that require lifecycle handling via LifecycleObserver
  2. Pass back the data changes via LiveData

Types of services

  1. Location Change
  2. ...
  3. ...

Note:

  • I am going to start with location services. I am not sure what I want to do after that. Any suggestions would be great.