/KotlinWeather

Small example of using Kotlin with popular Android libraries

Primary LanguageKotlinApache License 2.0Apache-2.0

KotlinWeather

##Purpose I created this project to get familiar with Kotlin.

KotlinWeather demonstrates how to use Dagger 2, Retrofit 2, and (some) RxJava in Kotlin.

##Future My original goal was to create another module that is an exact replica, but written in Java. This is still my plan and will be coming in the future weeks.

##Where are the tests? While I had planned on adding tests, this wasn't the focus of the project and I have come to realize that my pattern (mainly, how I use Presenters) is not very friendly for testing. I may make more of an effort to add tests after completing the Java module.

License

Copyright 2016 Brandon Gogetap

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.