Nexus 7 Android 4.2でデバックモードを有効にするには

設定→タブレット情報→ビルド番号を7回タップ
設定に開発者向けオプションが表示される。

コメント

  1. / ** adapter * /
    SampleAdapter adapter;

    / ** list to be passed to the adapter * /
    List users;

    / ** Called Created WHEN the activity is first. * /
    @ Override
    public void onCreate (Bundle SavedInstanceState) {
    Super onCreate (SavedInstanceState).;
    setContentView (R.layout.main);

    users = makeUsers (); obtain information / / User
    adapter = NEW SampleAdapter ( this , users);
    setListAdapter (adapter);

    }

    public void AddClickMethod (View v) {

    User = user NEW User ();
    user.name = "Taro" ;
    User.Mail = "Taroattotaro.Com" ;
    User.Phone = "090-1111-2222" ;

    adapter.addList (user);
        / / I will inform you that the data has changed for the adapter
    adapter.notifyDataSetChanged ();

    }

    · · · · ·
    }

    返信削除

コメントを投稿

このブログの人気の投稿

日本でコンピュータサイエンスを学ぶ難しさ

How to preview nif file on the ubuntu.