Kotlin MVP Starter

Additional

Language
Kotlin
Version
N/A
Created
Jun 5, 2016
Updated
Nov 18, 2017 (Retired)
Owner
Wakim Jraige (wakim)
Contributor
Wakim Jraige (wakim)
1
Activity
Badge
Generate
Download
Source code

Advertisement

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 3.0 or higher
  • Kotlin Plugin 1.1.60 or higher

Setup the project

  1. Install the dependencies above
  2. $ git clone https://github.com/wakim/kotlin-mvp-starter.git - Clone the project
  3. $ cd kotlin-mvp-starter - Go into the project folder
  4. Open Android Studio
  5. Click "Open an existing Android Studio Project"
  6. Build the project and run the tests 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.