기본 콘텐츠로 건너뛰기

Android Programming Architecture

Good writings for Android Architecture.

list for resources
https://github.com/ziem/android-architecture-resources

History of Android Architecture
http://zserge.com/blog/android-mvp-mvvm-redux-history.html

Android Clean Architecture
http://fernandocejas.com/2014/09/03/architecting-android-the-clean-way/

Google sample for Android Architecture with to-do app
https://github.com/googlesamples/android-architecture

MVP
http://www.tinmegali.com/en/model-view-presenter-android-part-1/

https://github.com/konmik/konmik.github.io/wiki/Introduction-to-Model-View-Presenter-on-Android

http://antonioleiva.com/mvp-android

MVP examples
https://github.com/antoniolg/androidmvp
https://github.com/glomadrian/MvpCleanArchitecture


in Krean
http://thdev.tech/androiddev/2016/06/14/Android-TODO-MVP-Example.html

http://pluu.github.io/blog/android/2016/04/06/android-mvc-mvp/

https://github.com/javajigi/mvp-examples

댓글

이 블로그의 인기 게시물

install parse-server & parse-dashboard at CentOS 7

yum install epel-release -y yum update -y shutdown -r now install mongodb https://docs.mongodb.com/manual/tutorial/install-mongodb-on-red-hat/#configure-the-package-management-system-yum semanage port -a -t mongod_port_t -p tcp 27017 curl --silent --location https://rpm.nodesource.com/setup_9.x | sudo bash - yum install git -y git clone https://github.com/ParsePlatform/parse-server.git sudo npm install -g parse-server mongodb-runner * install parse-server-example https://github.com/parse-community/parse-server-example.git * install parse-dashboard https://github.com/parse-community/parse-dashboard.git firewall-cmd --permanent --zone=public --add-port=4040/tcp semanage port -a -t mongod_port_t -p tcp 4040 parse-dashboard --config parse-dashboard-config.json --allowInsecureHTTP