http://www.coderzheaven.com/2013/06/28/navigation-drawer-android/
http://www.android4devs.com/2014/12/how-to-make-material-design-navigation-drawer.html
Android端App设计经验小分享
http://www.liweiliang.com/archives/309.html
DESIGNING BY LEARNING
設計,是在不理性中尋找更多的理性
https://heywesley.wordpress.com/
APP设计之一稿走天下 - Sketch项目实战经验
http://www.ui.cn/detail/60848.html
我用Sketch 設計Android app 的 工作流程
https://medium.com/sketch-app-sources/%E6%88%91%E7%94%A8-sktch-%E8%A8%AD%E8%A8%88-android-app-%E7%9A%84%E5%B7%A5%E4%BD%9C%E6%B5%81%E7%A8%8B-5062c337b64b#.k22hx83yr
http://p.codekk.com/
https://en.wikipedia.org/wiki/List_of_free_and_open-source_Android_applications
https://github.com/pcqpcq/open-source-android-apps
https://github.com/FredJul/Flym
https://github.com/gdg-x/frisbee
http://web.stanford.edu/class/cs193a/videos.shtml
=====
http://www.codeceo.com/article/tag/android
http://yun.lu/student/scheme/detail/4_0?from=CodeCEO.com_LeftBanner1
Can not understand couchbase todolite demo Q1: doucment id p:xxoooxx Q2:facebook login auto add user
http://stackoverflow.com/questions/30905279/can-not-understand-couchbase-todolite-demo/30931841#30931841
http://stackoverflow.com/questions/20822285/couchbase-lite-stops-syncing-when-an-app-resumes-from-background
answered Dec 30 ‘13 at 12:55
MonkeyBonkey
Looks like if I set the replication to “persistent” it resumes on app backgrounding
e.g._pull.persistent = YES;
https://github.com/couchbaselabs/ToDoLite-Android
Write ToDoLite database sync guy is very good.
OK, take out.
android studio:new project then
Copy todolist four java : Application.java、BaseActivity.java、Preferences.java、Synchronize.java
Edit java : MainActivityjava、AndroidManifes.xml 1、app/src/main/AndroidManifest.xml
<application add android:name=“com.sandk.groupaccountbook.Application”
2、app/src/main/java/com/sandk/groupaccountbook/MainActivity.java
change public class MainActivity extends ActionBarActivity => public class MainActivity extends BaseActivity {
If have new activity, just change extends to BaseActivity, then can use application.getDatabase().