Develop
2013.04.23 16:32
[android] ArrayAdapter 테스트 파일 ㅎㅎ
조회 수 46294 댓글 0
ArrayAdapter 샘플 코드
public class ArrayAdapterTest2 extends ListActivity { ArrayList<String> aList = new ArrayList<String>(); public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); for(int i=0; i<100; i++){ aList.add("haha"+i); } ArrayAdapter<String> aA = new ArrayAdapter<String>(this, R.layout.list_item, aList); setListAdapter(aA); ListView lv = getListView(); lv.setTextFilterEnabled(true); lv.setOnItemClickListener(new OnItemClickListener() { public void onItemClick(AdapterView<?> parent, View view, int position, long id) { // When clicked, show a toast with the TextView text Toast.makeText(getApplicationContext(), ((TextView) view).getText(), Toast.LENGTH_SHORT).show(); } }); } }
-
[dos] 노트북 백업 스크립트 xcopy 명령 예제
-
[svn] 콘솔에서 svn 사용시 레티나용 이미지 add 안될 때..
-
[mac] 맥에서 APM(apache,php,mysql) 구성하기
-
[ms-sql] 서브스트링(substring), 프로시저(SP) 작성 예제
-
[용어] POC, Pilot, BMT에 대한 IT 업계에서 통용되는 의미
-
[c++] BHO 프로그램 동작 원리.. 간단하게..
-
[java] 스트러츠(Struts) 세팅 ㅋㅋ
-
[android] 화면 전환(가로/세로)시 설정
-
[android] ArrayAdapter 테스트 파일 ㅎㅎ
-
[android] ListView+ArrayAdapter 테스트
-
스파이웨어(BHO) 탐지하는 방법..
-
[php] Laravel 5.4: Specified key was too long error