Contacts Provider 电话簿(注:联系人,联络人.通信录)提供者 ------------------------------- QUICKVIEW 快速概览 * Android's repository of information about people. * Android的关于人的信息的仓库. * Syncs with the web. * 与互联网同步. * Integrates social stream data. * 集成社交流数据. IN THIS DOCUME…
------- 源自梦想.永远是你IT事业的好友.只是勇敢地说出我学到! ---------- 仅供学习和交流使用,翻译不好勿喷,请只摘除不合适的地方 Testing The Android framework includes an integrated testing framework that helps you test all aspects of your application and the SDK tools include tools for setting up and…
原文: Design by Contract for Embedded Software (state-machine.com) Design by Contract is the single most effective programming technique for delivering high-quality code. Here you can learn what the Design by Contract programming philosophy is, what ca…
Testing Fundamentals The Android testing framework, an integral part of the development environment, provides an architecture and powerful tools that help you test every aspect of your application at every level from unit to framework. Android测试框架,是A…
public abstract class FragmentPagerAdapter extends PagerAdapter java.lang.Object ↳ android.support.v4.view.PagerAdapter ↳ android.support.v4.app.FragmentPagerAdapter Class Overview 它是PagerAdapter的一种实现,每一个页面都是一个Fragment,并且每一个页面都会保存到fragment ma…
介绍:ViewPager和PagerAdapter结合使用 public abstract class PagerAdapter extends Object java.lang.Object ↳ android.support.v4.view.PagerAdapter Known Direct Subclasses FragmentPagerAdapter, FragmentStatePagerAdapter Class Overview 提供一个适配器用于填充ViewPager页面.…