Notice
Recent Posts
Recent Comments
Link
목록안드로이드/String (19)
설.현.아빠
문자열을 Resource ID로 사용하는 방법
안드로이드 프로그래밍에서 가장 많이 사용되는 함수는 findViewById일 것이다. 근데 프로그래밍을 하던 중 불편한 점을 발견했는데, 바로 findViewByString 이라는 함수가 없다는 것이다. 이게 왜 필요할까? 아래의 예를 보자 [code xml]
안드로이드/String
2011. 2. 11. 11:37
안드로이드에서 문자열을 표현하는 방법
http://mainia.tistory.com/469
안드로이드/String
2011. 2. 11. 11:37
[IME] 구현해보기
http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent"> android:layout_width="fill_parent" android:layout_height="fill_parent" android:stretchColumns="1" > android:text="규칙없음"/> android:text="이메일 주소 : "/> android:inputType="text|textEmailAddress" android:imeOptions="actionSend"/> ..
안드로이드/String
2011. 2. 11. 11:36