MVP Starter Android Project
This is a simple project demonstrating the MVP architecture using Kotlin, RxJava, Dagger2 and a bit of Databind.
Dependencies
To run this project you need to have:
- JDK 7
- Android Studio 2.3 or higher
- Kotlin Plugin 1.1.2 or higher
Setup the project
- Install the dependencies above
$ git clone https://github.com/wakim/kotlin-mvp-starter.git
- Clone the project$ cd kotlin-mvp-starter
- Go into the project folder- Open Android Studio
- Click "Import project (Eclipse ADT, Gradle, etc.)"
- Build the project to see if everything is working fine
License
Copyright 2017 Wakim, Inc. 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.