//直接撥打**,需要許可權
public
static
void
gotocallphone(context context,string tel)
//跳轉到撥打**介面
public
static
void
gotodialphone(context context,string tel)
//string double型別轉換
public
static
double
parsedouble(string dstring) catch (exception e)
}//string float 型別轉換
public
static
float
parsefloat(string fstring) catch (exception e)
}//手機iemi獲取
public
static string getiemi()
//dp轉px
public
static
intdip2px(context context, float dpvalue)
//px轉dp
public
static
intpx2dip(context context, float pxvalue)
//sp轉dp
public
static
intsp2px(context context, float spvalue)
//獲取螢幕高度 activity.getwindowmanager()
public
static
intgetscreenhight(windowmanager windowmanager)
//獲取螢幕寬度 activity.getwindowmanager()
public
static
intgetscreenwidth(windowmanager windowmanager)
//獲取系統時間
public
static string getsystime()
//手動進行gc
public
static
void
gc()
public
static
void
updategallery(context context)
//遞迴刪除所有檔案
public
static
void
deleteallfiles(file file)
if (file.isdirectory())
for (file f : childfile)
file.delete();}}
//隨機數+時間取檔名
public
static string getfilename(string header,string format)
android常用工具類
import android.content.context import android.net.connectivitymanager import android.net.networkinfo import android.widget.toast 常用的工具類集合!public class...
android常用工具類集合
本文集合本人在開發中經常用到的工具類 待續 1 獲取系統日期時間 更詳細的使用詳見 日期時間操作類工具 2 日期格式字串轉換成時 public static string date2timestamp string date str catch exception e return 3 檢查網路是否...
Android開發常用工具類
該類包含bitmap常用的工具類,涉及到bitmap的獲取 bitmap與drawable的相互轉換。該類包含日期的常用處理,涉及到日期字串與date物件的各種格式相互轉換 獲取星期 年月份 天數等功能。補充內部類datepattern 為我所定義的日期格式的列舉類。常用的json工具類,包含jso...