출처 : http://daeha.egloos.com/1139323
★ 현상
SimpleCursorAdapter와 spinner 연결해서 사용할 경우
Spinner.getSelectedItem()을 하면 Cursor가 넘어온다. 정확하게 말하면 SQLiteCursor...
Cursor에 들어있는 값을 가져오고 싶은데
어떻게 해야하나요?
★ 해결
((SQLiteCursor)spinner.getSelectedItem()).getString(1)
존나 촌스럽고 더티하다 -_-;;
하지만 일단되니 뭐...
좀 더 스마트한 방법 아시는분 댓글 좀 부탁드려여! ^^
Notice
Recent Posts
Recent Comments
올해는 머신러닝이다.
[펌]SimpleCursorAdapter와 spinner 연결시 getSelectedItem() 본문
- 2010/11/26 18:00
- daeha.egloos.com/1139323
- 덧글수 : 0
'Android > Tip&Tech' 카테고리의 다른 글
Working with XML on Android (0) | 2011.05.28 |
---|---|
[android] Button의 color변경 (pressed, focus, default) 과 그라데이션 주기. (1) | 2011.05.27 |
android chart 관련 (0) | 2011.05.25 |
DB변경시 어댑터 자동변경 코드 (0) | 2011.05.25 |
[펌]Android Custom CursorAdapter 사용법 (0) | 2011.05.25 |