摘要: NetWorkUtils package com.example.tomorrow.MobileOA.utils; import android.content.Context; import android.net.ConnectivityManager; import android.net.N 阅读全文
posted @ 2015-11-15 16:14 dreamOwn 阅读(135) 评论(0) 推荐(0) 编辑
摘要: 通过Intent打开手机中能够阅读word,excle或pdf的应用,让那个应用来打开文件。这里给出word,excle的open OpenWord类 package com.example.tomorrow.MobileOA.utils; import android.content.Contex 阅读全文
posted @ 2015-11-15 15:52 dreamOwn 阅读(1143) 评论(0) 推荐(0) 编辑
摘要: 在实际开发中LayoutInflater这个类还是非常有用的,它的作用类似于findViewById()。不同点是LayoutInflater是用来找res/layout/下的xml布局文件,并且实例化;而findViewById()是找xml布局文件下的具体widget控件(如Button、Tex 阅读全文
posted @ 2015-11-15 14:17 dreamOwn 阅读(218) 评论(0) 推荐(0) 编辑