importandroid.content.context;
import
android.net.connectivitymanager;
import
android.net.networkinfo;
import
android.widget.toast;
/*** 常用的工具類集合!
*/public
class
utils
/*** 判斷當前使用者手機有沒有網路
* (wifi and traffic)
* @param
context
* @return
*/public
static
boolean
checknet(context context)
return
true
; }
/*** 彈出toast的工具類**
@param
context
* @param
msg
*/public
static
void
toastshow(context context, string msg)
/*** 彈出toast的工具類**
@param
context
* @param
msg
*/public
static
void toastshow(context context, int
id)
/*** 判斷手機是否使用wifi連線**
@param
context
* @return
*/public
static
boolean
iswificonnected(context context)
return
false
; }
/*** 判斷手機是否使用流量連線 大資料下提示使用者使用wifi節省流量!**
@param
context
* @return
*/public
static
boolean
ismobileconnected(context context)
return
false
; }
}
android常用工具類集合
本文集合本人在開發中經常用到的工具類 待續 1 獲取系統日期時間 更詳細的使用詳見 日期時間操作類工具 2 日期格式字串轉換成時 public static string date2timestamp string date str catch exception e return 3 檢查網路是否...
Android開發常用工具類
該類包含bitmap常用的工具類,涉及到bitmap的獲取 bitmap與drawable的相互轉換。該類包含日期的常用處理,涉及到日期字串與date物件的各種格式相互轉換 獲取星期 年月份 天數等功能。補充內部類datepattern 為我所定義的日期格式的列舉類。常用的json工具類,包含jso...
常用工具類
本講內容 常用工具類 陸續更新 author administrator public static context context public void oncreate public static context getcontext 2 提供所有activity呼叫 基類 author ad...