摘要: PackageInfo、ResolveInfo 阅读全文
posted @ 2016-07-06 16:58 星辰之力 阅读(271) 评论(0) 推荐(0)
摘要: 就Android平台而言,URI主要分三个部分:scheme, authority and path。其中authority又分为host和port。格式如下:scheme://host:port/path举个实际的例子:content://com.example.project:200/folde 阅读全文
posted @ 2016-07-06 16:46 星辰之力 阅读(729) 评论(0) 推荐(0)
摘要: 1. Parcelable接口 Interface for classes whose instances can be written to and restored from a Parcel。 Classes implementing the Parcelable interface must 阅读全文
posted @ 2016-07-06 16:30 星辰之力 阅读(143) 评论(0) 推荐(0)
摘要: 1.MINA框架简介 MINA(Multipurpose Infrastructure for Network Applications)是用于开发高性能和高可用性的网络应用程序的基础框架。通过使用MINA框架可以可以省下处理底层I/O和线程并发等复杂工作,开发人员能够把更多的精力投入到业务设计和开 阅读全文
posted @ 2016-07-06 13:46 星辰之力 阅读(290) 评论(0) 推荐(0)
摘要: public class handlerThread2 extends Activity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.main... 阅读全文
posted @ 2016-07-06 10:21 星辰之力 阅读(8638) 评论(0) 推荐(0)