336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.
제목 그대로 Html Tag가 포함된 문자열에서 String 값만 빼오는 방법 이다.
public String stripHtml(String html) {
return Html.fromHtml(html).toString();
}
http://stackoverflow.com/a/7389663/3534559
정말 최고의 방법 인듯!!!
참고하세요.
'나의 플랫폼 > 안드로이드' 카테고리의 다른 글
[Android] 화면 전체 사이즈 구하기 (0) | 2016.01.20 |
---|---|
[Android] skipped frames the application may be doing too much work on its main thread (0) | 2016.01.20 |
[Android][Git] commit failed with error bad signature (0) | 2016.01.12 |
[Android] View Background를 Rounded corner 형태로 반영 (0) | 2016.01.12 |
[Android] Background animation에 쓸만한 TransitionDrawable (0) | 2016.01.08 |