All Projects → sgzsh269 → Android Mvp Architecture

sgzsh269 / Android Mvp Architecture

Sample app to show basics of Model-View-Presenter (MVP) architectural pattern

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Android Mvp Architecture

CustomFontView
Custom View classes for TextView, EditText & Buttons - to set custom fonts
Stars: ✭ 26 (-67.09%)
Mutual labels:  android-application, android-architecture
Ddcomponentforandroid
一套完整有效的android组件化方案,支持组件的组件完全隔离、单独调试、集成调试、组件交互、UI跳转、动态加载卸载等功能
Stars: ✭ 3,281 (+4053.16%)
Mutual labels:  android-architecture, android-application
Calculator-Plus
A Simple Calculator with rich features for daily use.
Stars: ✭ 14 (-82.28%)
Mutual labels:  android-application, android-architecture
Android-Clean-Architecture
🚀A basic sample android application to understand Clean Architecture in a very simple way and is written in Kotlin.
Stars: ✭ 39 (-50.63%)
Mutual labels:  android-application, android-architecture
Androidkex
Extensions for Kotlin. Use the power of Kotlin to make your code smaller and beautiful.
Stars: ✭ 35 (-55.7%)
Mutual labels:  android-architecture, android-application
Android-daily-read-tips
log for articles and info in android for every developer
Stars: ✭ 13 (-83.54%)
Mutual labels:  android-application, android-architecture
Kotlin Cleanarchitecture
This is a sample app that is part of a blog post I have written about how to architect android application using the Uncle Bob's clean architecture and Fernando Cejas Android-CleanArchitecture in Kotlin. Post in Spanish: http://katade.com/clean-architecture-kotlin/
Stars: ✭ 274 (+246.84%)
Mutual labels:  android-architecture, android-application
Awesome Android Complete Reference
Awesome Android references for everything like best practices, performance optimization, etc.
Stars: ✭ 2,701 (+3318.99%)
Mutual labels:  android-architecture, android-application
Android Arsenal.com
Source to android-arsenal.herokuapp.com
Stars: ✭ 541 (+584.81%)
Mutual labels:  android-architecture, android-application
Canaree Music Player
Complete music player published in the Play Store. Heavily relies on Dagger, kotlin coroutines and Clean architecture.
Stars: ✭ 371 (+369.62%)
Mutual labels:  android-architecture, android-application
media-picker
Easy customizable picker for all your needs in Android application
Stars: ✭ 167 (+111.39%)
Mutual labels:  android-application, android-architecture
Permissionsflow
A simple library to make it easy requesting permissions in Android using Kotlin Coroutines.
Stars: ✭ 49 (-37.97%)
Mutual labels:  android-architecture, android-application
Android Cleanarchitecture
This is a sample app that is part of a series of blog posts I have written about how to architect an android application using Uncle Bob's clean architecture approach.
Stars: ✭ 15,062 (+18965.82%)
Mutual labels:  android-architecture, android-application
android-boilerplate
Android Boilerplate à la ustwo
Stars: ✭ 43 (-45.57%)
Mutual labels:  android-application, android-architecture
Nytimes App
🗽 A Simple Demonstration of the New York Times App 📱 using Jsoup web crawler with MVVM Architecture 🔥
Stars: ✭ 246 (+211.39%)
Mutual labels:  android-architecture, android-application
Android Mvp Sample Application
Android MVP Sample Application
Stars: ✭ 260 (+229.11%)
Mutual labels:  android-architecture, android-application
Android Mvp Architecture
🏛 A basic sample android application to understand MVP in a very simple way. Just clone, build, run and understand MVP.
Stars: ✭ 203 (+156.96%)
Mutual labels:  android-architecture, android-application
Modern Android Development
Modern Android Development tools & key points
Stars: ✭ 219 (+177.22%)
Mutual labels:  android-architecture, android-application
Android Clean Architecture Boilerplate
An android boilerplate project using clean architecture
Stars: ✭ 3,534 (+4373.42%)
Mutual labels:  android-architecture, android-application
Androidroom
Android example to show how to use Room to access SQLite database on device for reading and writing data. This example also shows how to use LiveData and ViewModel with Room to build reactive, well performing and easy to maintain applications.
Stars: ✭ 36 (-54.43%)
Mutual labels:  android-architecture, android-application

Sample app to show basics of Model-View-Presenter (MVP) architectural pattern as described in my blog article.

The sample app fetches and displays the interesting photos and their comments for the most recent day from the Flickr API.

App Demo

Carousel Demo

GIF created with LiceCap.

License

   Copyright 2017 Sagar Nilesh Shah

   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].