Skip to content

mhs/mhs.code-challenge.mobile.android.weather-sensor-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spindance.code-challenge.mobile.android.weather-sensor-service

Kotlin library implementing a singleton service that provides access to a weather sensor reader.

How to Add the library to another project

  1. Copy the lib.jar file in lib/build/libs into the app\libs directory of your new project
    • Note: the libs directory may not show up in some IDEs, including Android Studio
  2. Add the line implementation files('libs/lib.jar') to the build.gradle file in the app directory
  3. Sync project with Gradle files

For instructions on how to add in Android Studio: Click Here

About

Kotlin Library implementing a singleton service that provides access to a weather sensor reader.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages