书签专用

Posted on 2014-12-17 10:21  小菜菜学编程  阅读(140)  评论(0)    收藏  举报

一、 Android

      1.1   

      Android官方文档  Creating a View Class  :        http://developer.android.com/training/custom-views/create-view.html#customatt

                                Accessing Resources  :        http://developer.android.com/guide/topics/resources/accessing-resources.html

                               RecycleView                :         https://developer.android.com/training/material/lists-cards.html

                                                                          https://developer.android.com/reference/android/support/v7/widget/RecyclerView.html

      AvailableAnnotations  Android的注解写法 :         https://github.com/excilys/androidannotations/wiki

                                                                           https://github.com/excilys/androidannotations/wiki/AvailableAnnotations

                                                                           https://github.com/excilys/androidannotations/wiki/AdapterViewEvents

 

     某个通讯框架:   http://square.github.io/retrofit/

    

     EventBus:        http://www.cnblogs.com/angeldevil/p/3715934.html