Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Android Mvp Architecture | 4,425 | 10 days ago | 40 | apache-2.0 | Java | |||||
This repository contains a detailed sample app that implements MVP architecture using Dagger2, GreenDao, RxJava2, FastAndroidNetworking and PlaceholderView | ||||||||||
Android Mvvm Architecture | 2,877 | 6 months ago | 40 | apache-2.0 | Java | |||||
This repository contains a detailed sample app that implements MVVM architecture using Dagger2, Room, RxJava2, FastAndroidNetworking and PlaceholderView | ||||||||||
Android Kotlin Mvp Architecture | 687 | 6 months ago | 17 | apache-2.0 | Kotlin | |||||
This repository contains a detailed sample app that implements MVP architecture in Kotlin using Dagger2, Room, RxJava2, FastAndroidNetworking and PlaceholderView | ||||||||||
Android Mvp Interactor Architecture | 401 | 6 months ago | 11 | apache-2.0 | Java | |||||
Extension of the android-mvp-architecture for very large projects. | ||||||||||
Eggs Android | 2 | 6 years ago | apache-2.0 | Java | ||||||
Practice version of MVP | ||||||||||
Android Mvp Architecture | 2 | 5 years ago | Kotlin | |||||||
This repository contains a detailed sample app that implements MVP architecture using Dagger2, GreenDao, RxJava2, FastAndroidNetworking and PlaceholderView | ||||||||||
Androidmvpsampal | 2 | 4 years ago | Java | |||||||
mvp + rx java + di | ||||||||||
Smarthotel220java | 1 | 5 years ago | mit | Java | ||||||
Experimental mobile client on Java for SmartHotel220 project. | ||||||||||
Crm | 1 | 4 years ago | Java | |||||||
Android Mvvm | 1 | 6 years ago | ||||||||
Latest android practices ( MVVM, Dagger 2.11 , Architecture components, rxJava ) |
This repository contains a detailed sample app that implements MVP architecture using Dagger2, GreenDao, RxJava, FastAndroidNetworking, PlaceHolderView and AndroidDebugDatabase
This is a boilerplate project aimed to help bootstrap new Android MVP Applications. Feel free to fork this application or use AndroidStarters to create new app using this boilerplate.
When we follow any architecture pattern like MVP, MVVM, MVP clean, we always come across a small but repetitive task to create basic files like Android Activity, Presenter, View, Api models and then writing boiler plate code. This usually takes 1-2 hours for each single screen. To ease out work and save time We have created an automated template which will do above work in less than 20 seconds.
Find the template/MVPActivity folder under root directory of android-mvp-architecture app. Paste the MVPActivity folder at below location.
Restart the Android Studio.
Select the folder under which you want to create a new MVP folder. This MVP folder will contain Activity, Presenter, MVpPresenter and View class. For example, to create a new MVP folder under view folder, do as shown below.
Copyright (C) 2022 JANISHAR ALI ANWAR
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.
All pull requests are welcome, make sure to follow the contribution guidelines when you submit pull request.