編輯:中級開發
public long getFreeSpace () 返回這個分區包含這個路徑的剩余空間,如果返回0則表示不存在,下面為SDK原文
Returns the number of free bytes on the partition containing this path. Returns 0 if this path does not exist. Note that this is likely to be an optimistic over-estimate and should not be taken as a guarantee your application can actually write this many bytes
public long getTotalSpace () 返回這個分區包含這個路徑的總共字節,如果返回0則表示不存在,下面為SDK原文
Returns the total size in bytes of the partition containing this path. Returns 0 if this path does not exist
同時還有一些和權限相關的API,感興趣的網友可以在android 2.3的SDK文檔中找到,詳細如下
public boolean setExecutable (boolean executable)
public boolean setReadable (boolean readable)
public boolean setWritable (boolean writable, boolean ownerOnly)
簡介: 學習了解 IBM® Rational® Rhapsody® V7.5.2 版本中的新特性與改進之處,幫助系統管理員和實時、嵌入
本文節選於機械工業出版社推出的《Android應用開發揭秘》一書,作者為楊豐盛。本書內容全面,詳細講解了Android框架、android組件、用戶界面開發、游戲開發、
<?XML version=1.0 encoding=utf-8?> 然後是主布局,一個水平滾動條,放入menu
簡介: 有幾個網站從事一些非盈利服務,提供一些可輕松設置和使用的表單來進行民意測驗和數據收集。本教程介紹一個簡單的架構來為 android 設計類似的應用程