エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
記事へのコメント1件
- 注目コメント
- 新着コメント
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Androidメモ
//端末IDの取得 public static String getPhoneID(Context context) { return android.provider.Setting... //端末IDの取得 public static String getPhoneID(Context context) { return android.provider.Settings.System.getString( context.getContentResolver(), android.provider.Settings.System.ANDROID_ID); } //メモリ(空きヒープ/使用中ヒープ/確保ヒープ) public static void memory(Context context) { String memory="memory>"+ Long.toString(Debug.getNativeHeapFreeSize()/1024)+","+ Long.toString(Debug.getNativeHeapAllocatedSize()/1024)+","+
2011/11/05 リンク