For example: I have a file bug.png in the "/res/drawable/ ", so i get its ResourceID with the following code:
int resID = getResources( ) .getIdentifier ( "org.anddev.android.testproject:drawable/bug" , null , null ) ;
// or
int resID = getResources( ) .getIdentifier ( "bug" , "drawable" , "org.anddev.android.testproject" ) ;
'Android' 카테고리의 다른 글
안드로이드 폰트 적용 방법 (0) | 2009.12.14 |
---|---|
Android NDK (Native Development Kit) Window에서 설치 및 실행 (0) | 2009.12.14 |
앤드로이드 어플리케이션 설치 및 환경 설정 #2 - install the Android App. & set the configuration #2 (0) | 2009.12.09 |
앤드로이드 어플리케이션 설치 및 환경 설정 #1 - install the Android App. & set the configuration #1 (0) | 2009.12.09 |
App Widgets (0) | 2009.12.09 |