URI, String 변환
URI uri;
String string;
string = uri.toString();
uri = URI.parse(string);
'프로그래밍 > Android' 카테고리의 다른 글
getBaseContext()와 getApplicationContext()의 차이 (0) | 2013.05.14 |
---|---|
Cursor의 메서드 목록 (0) | 2013.04.22 |
SlidingMenu, ActionBarSherlock 사용시 유의점 (0) | 2013.04.03 |
Tstore(티스토어) 재검증시 확인사항 (0) | 2013.03.18 |
이클립스(Eclipse) 한글 깨짐 현상 (5) | 2013.03.13 |
댓글