From e11bb5ff722834a8c6708c16dd38b4f776ae9c2a Mon Sep 17 00:00:00 2001 From: "J.D.Song" Date: Sat, 11 Mar 2017 12:45:27 +0800 Subject: [PATCH] Update README.md --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 11e5946..a2e4aa8 100644 --- a/README.md +++ b/README.md @@ -51,20 +51,14 @@ + [ANDROID DATABINDING: GOODBYE PRESENTER, HELLO VIEWMODEL](http://tech.vg.no/2015/07/17/android-databinding-goodbye-presenter-hello-viewmodel/) + [http://www.codeproject.com/Articles/166952/MVVM-in-Android](http://www.codeproject.com/Articles/166952/MVVM-in-Android) + [Android应用开发架构概述](http://www.liuguangli.win/archives/299) -+ [Google官方架构](https://github.com/googlesamples/android-architecture) ++ [Google官方架构Samples](https://github.com/googlesamples/android-architecture) #Flux * [flux and android](https://armueller.github.io/android/2015/03/29/flux-and-android.html) * [rxflux android architecture](https://medium.com/swlh/rxflux-android-architecture-94f77c857aa2#.sfjwchwok) * [why rxflux](https://medium.com/swlh/why-rxflux-5b687f062709#.ltlnlr4cl) - -####Sampls * [android flux todo app](https://github.com/lgvalle/android-flux-todo-app)([中文翻译](http://www.devtf.cn/?p=1028)) -####Library -* [RxFlux](https://github.com/skimarxall/RxFlux) -* [android-flux](https://github.com/naodroid/android-flux): Flux library for android data binding - #其它 + [Artchitecture Library](https://github.com/Juude/Awesome-Android-Architecture/blob/master/Library.md) + [Design for Offline: Android App Architecture Best Practices](https://plus.google.com/+AndroidDevelopers/posts/3C4GPowmWLb)