Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
spanned from.Html を使用して空白の画像を取得しています。それらを非表示にしてテキストのみを取得する方法はありますか?
Spanned description = Html.fromHtml(des.get(position));
の代わりにHtml.fromHtml(String source)、 を使用できますHtml.fromHtml(String source, Html.ImageGetter imageGetter, Html.TagHandler tagHandler)。
Html.fromHtml(String source)
Html.fromHtml(String source, Html.ImageGetter imageGetter, Html.TagHandler tagHandler)
ImageGetter空白の画像を返す を実装し、 に渡しnullますTagHandler。
ImageGetter
null
TagHandler