http://schemas.android.com/apk/res/android" package="com.testsearch"> android:value=".LoremSearch" /> --> android:name=".LoremSearch" android:label="LoremSearch" android:launchMode="singleTop"> android:resource="@xml/searchable" /> android:value=".LoremSearch" />
1. imageCursor = ((Activity) ctxt).managedQuery(MediaStore.Images.Media.EXTERNAL_CONTENT_URI, proj,MediaStore.Images.Media.DISPLAY_NAME +" Like '"+getMonth(date)+"%' ", null , MediaStore.Images.Media.DISPLAY_NAME); 2.imageCursor = mContext.getContentResolver().query(MediaStore.Images.Media.EXTERNAL_CONTENT_URI, proj,MediaStore.Images.Media.DISPLAY_NAME +" Like '"+date+"%'", null, null); 밑 쪽은 클래스..
CursorAdapter를 생성할 때 Cursor클래스 변수를 가져와야한다. 이때, Cursor를 이용해서 newView 와 bindView를 사용하기 위해서는 꼭 DB에 '_id' 라는 이름으로 컬럼을 만들어놔야만 한다. 이 컬럼으로 Cursor가 이동되므로 설정을 해줘야만 한다. cf>여기에 나오는 DBAdapter와 ListViewAdapter는 Custom형태로 만들었다. /** Called when the activity is first created. */ private final String DB_NAME = "TestDB"; private final String TABLE_NAME = "TestTable2"; private int displayWidth; @Override public vo..
LinearLayout layout = new LinearLayout(mContext); layout.setOrientation(LinearLayout.HORIZONTAL); TextView text = new TextView(mContext); text.setText("id1 :" + array[position][0] +" value : " + array[position][1]); layout.addView(text); // 먼저 레이아웃에 추가를 해준다음 속성변경을 하라. ViewGroup.MarginLayoutParams margin = new ViewGroup.MarginLayoutParams(text.getLayoutParams()); margin.setMargins(50, 5, 5, 5); t..
- Total
- Today
- Yesterday
- 일본어 공부
- menifast.xml
- 홈페이지 작성
- php
- 일본어
- 자바
- searchManager
- php공부
- MapActivity
- 공부
- 다 수
- 세일즈포스
- 실수형
- java
- visualforce
- 자리 지정
- Multi MapActivity
- 일본
- 예제
- 단어
- Salesforce
- Ruby on Rails
- 안드로이드
- Rails
- Android
- error
- 뷰 크기 조절
- 소스
- 아이디 텍스트 박스 보안
- LocationManager
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |