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