Using HTML text in android calendar's event description field -
i have custom syncadapter synchronizes on-device calendar events on server (i have custom accounts , calendar setup). event descriptions contains html (it existing webapp). description on on-device calendar ends showing html markup - treating content plain text only. how instruct android process html content in description field? other (and painful) option parse , strip html trying avoid it.
android minsdk 23 android targetsdk 25
Comments
Post a Comment