have an activity group containing 3 activities. When a button is pressed, I enter into this activity group and show the 1st activity. From the 1st activity I can goto 2nd activity and from 2nd activity I can goto 3rd activity. I have a spinner in this 3rd activity layout. Problem is I am not able to click on that spinner. Error gets displayed showing:
How can I solve this issue? Can anyone plz help... Hi, Please find the code for spinner attached:
Inside requestinfo.xml,
|
|||
|
2
| Hi, The error was with the setContentView. I had given
Instead of that we should give,
And the spinner code is:
|
'Android > Tip&Tech' 카테고리의 다른 글
TextView에 링크 넣어보기 (0) | 2011.03.25 |
---|---|
Android task,stack,flag 자세한 설명 (0) | 2011.03.24 |
android,spinner에서 선택된 값 가져오기 (1) | 2011.03.24 |
Custom Tab을 꾸며보자 (3) | 2011.03.23 |
스피너 외관확장관련 링크모음 (0) | 2011.03.23 |