All Projects → ImMathanR → Kotlinsample Mvp

ImMathanR / Kotlinsample Mvp

Sample Kotlin project with MVP implementation

Programming Languages

java
68154 projects - #9 most used programming language
kotlin
9241 projects

Projects that are alternatives of or similar to Kotlinsample Mvp

Simple Mvp Retrofit Example
A simple example of a project using MVP architecture and Retrofit 2.0 library for Android for beginners.
Stars: ✭ 70 (+536.36%)
Mutual labels:  sample, mvp, mvp-architecture
Mvp Dagger2 Rxjava2
Android 基本mvp+dagger(dagger2.android)+rxjava2+retrofit+ormdb框架。简单组件化架构 with Base Activity,Presenter ,View,Model 的抽象封装,http 请求封装&错误统一处理
Stars: ✭ 274 (+2390.91%)
Mutual labels:  mvp, mvp-architecture, retrofit2
Android Mvp Basic Sample
Android MVP Basic Sample
Stars: ✭ 140 (+1172.73%)
Mutual labels:  sample, mvp, mvp-architecture
Eve
Eve and Wall-e
Stars: ✭ 133 (+1109.09%)
Mutual labels:  mvp, mvp-architecture, retrofit2
uv-index
This is a work-in-progress (🔧️) ultraviolet index viewer app for demonstrating Instant Apps + Kotlin + Dagger + MVP
Stars: ✭ 64 (+481.82%)
Mutual labels:  mvp, mvp-architecture, retrofit2
Androidstarter
A sample Android app using the MVP architecture.
Stars: ✭ 140 (+1172.73%)
Mutual labels:  mvp, mvp-architecture, retrofit2
Eva
Eva and Wall-e
Stars: ✭ 131 (+1090.91%)
Mutual labels:  mvp, mvp-architecture, retrofit2
Android Mvp Architecture
MVP + Kotlin + Retrofit2 + Dagger2 + Coroutines + Anko + Kotlin-Android-Extensions + RX-java + Mockk + Espresso + Junit5
Stars: ✭ 82 (+645.45%)
Mutual labels:  mvp, mvp-architecture, retrofit2
Fineract-CN-mobile
DEPRECATED project - Check the Apache fineract-cn-mobile project instead
Stars: ✭ 17 (+54.55%)
Mutual labels:  mvp, mvp-architecture, retrofit2
Weather-Guru-MVP
Sample Material-design Android weather application build with MVP architectural approach using Dagger2, RxJava2, Retrofit2, Event-Bus, GreenDao, Butterknife, Lottie etc.
Stars: ✭ 15 (+36.36%)
Mutual labels:  mvp, mvp-architecture, retrofit2
Armscomponent
📦 A complete android componentization solution, powered by MVPArms (MVPArms 官方快速组件化方案).
Stars: ✭ 1,664 (+15027.27%)
Mutual labels:  mvp, mvp-architecture, retrofit2
AndroidMVPArchitecture
Android MVP architecture sample project with or without RxJava and Dagger2 and Kotlin
Stars: ✭ 78 (+609.09%)
Mutual labels:  mvp, mvp-architecture, retrofit2
Mvparms
⚔️ A common architecture for Android applications developing based on MVP, integrates many open source projects, to make your developing quicker and easier (一个整合了大量主流开源项目高度可配置化的 Android MVP 快速集成框架).
Stars: ✭ 10,146 (+92136.36%)
Mutual labels:  mvp, mvp-architecture, retrofit2
Kotlinmvparchitecture
Clean MVP Architecture with Dagger2 + Retrofit2 + Mockito + Fresco + EasiestGenericRecyclerAdapter using Kotlin. Added Unit Tests(Kotlin Tests)!
Stars: ✭ 143 (+1200%)
Mutual labels:  mvp, mvp-architecture, retrofit2
Kotlinrxmvparchitecture
Clean MVP Architecture with RxJava + Dagger2 + Retrofit2 + Mockito + Fresco + EasiestGenericRecyclerAdapter using Kotlin. Includes Unit Tests(Kotlin Tests)!
Stars: ✭ 94 (+754.55%)
Mutual labels:  mvp, mvp-architecture, retrofit2
AndroidStarterAlt
A sample View-based Android app using the MVP architecture. It uses Mosby, Dagger2, RxJava, retrofit, LoganSquare, requery, EventBus, Conductor.
Stars: ✭ 27 (+145.45%)
Mutual labels:  mvp, mvp-architecture, retrofit2
Mvvm Kotlin Android Architecture
MVVM + Kotlin + Retrofit2 + Hilt + Coroutines + Kotlin Flow + mockK + Espresso + Junit5
Stars: ✭ 1,014 (+9118.18%)
Mutual labels:  mvp, mvp-architecture, retrofit2
wikilight
A lightweight Wikipedia Client
Stars: ✭ 50 (+354.55%)
Mutual labels:  mvp, mvp-architecture, retrofit2
mvp-android-template
MVP Android Template to give you a Quick Head Start for your next Android Project. It implements MVP Architecture using Dagger2, Room, RxJava2 , Retrofit2
Stars: ✭ 20 (+81.82%)
Mutual labels:  mvp, mvp-architecture, retrofit2
Supermvp
MVP“美”图+新闻+天气预报+Material+RxJava3+Retrofit2+Glide4+AndroidX+Leakcanary+Butterknife
Stars: ✭ 763 (+6836.36%)
Mutual labels:  mvp, mvp-architecture, retrofit2

Kotlin Sample - MVP Architecture

Image

This Project is mainly focused on implementing MVP Pattern in Android with Kotlin.

The repository contains simple Login screen and welcome screen with the following learnings.

  • Kotlin
  • MVP Architecture

Also, the MVP Architecture is inspired from Mindorks MVP Android Architecture, but concentrates on demonstrating the architecture without introducing the third party libraries like Dependency Injection(Dagger) and RxJava.


Thanks


Download

You can download the sample here.

Do login with the following credentials

Mobile no - 8812345678
Password - saymyname


Demo

Image

Screenshots

Login screen Main Screen

Yet to finish

  • Test cases
  • Implementing Broadcast
  • Service
  • And more

License

   Copyright (C) 2017 Mathan raj

   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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].