随笔分类 -  Training

developer.android official website
摘要:If your unit test has no dependencies or only has simple dependencies on Android, you should run your test on a local development machine. This testin 阅读全文
posted @ 2016-07-18 17:03 yexiant 阅读(286) 评论(0) 推荐(0)
摘要:Android tests are based on JUnit, and you can run them either as local unit tests on the JVM or as instrumented tests on an Android device. This page 阅读全文
posted @ 2016-07-18 16:10 yexiant 阅读(304) 评论(0) 推荐(0)
摘要:The IntentService class provides a straightforward structure for running an operation on a single background thread. This allows it to handle long run 阅读全文
posted @ 2016-07-12 16:11 yexiant 阅读(166) 评论(0) 推荐(0)
摘要:The navigation drawer is a panel that displays the app’s main navigation options on the left edge of the screen. It is hidden most of the time, but is 阅读全文
posted @ 2016-06-29 18:37 yexiant 阅读(332) 评论(0) 推荐(0)
摘要:To create complex lists and cards with material design styles in your apps, you can use the RecyclerView and CardView widgets. //想要创建复杂的带有material des 阅读全文
posted @ 2016-06-12 15:32 yexiant 阅读(286) 评论(0) 推荐(0)