2011-10-01から1ヶ月間の記事一覧

AndroidのArrayAdapter.getViewでnullを返すとシステムがNullPoを吐くからめんどくさいね

Serviceスニペット

何か→Service 何かのメソッド内 Context context;//なんらかの方法でContextを得る context.bindService( new Intent(context, SnippetService.class), new ServiceConnection(){ @Override public void onServiceConnected(ComponentName arg0, IBinder bin…