Android-ExpandableTextView
Android-ExpandableTextView copied to clipboard
An expandable TextView for Android applications
I cannot be able to see the ellipsize with the ExpandableTextView while parsing the Text to HTML with the Spannable String
If we have different categories of ExpandablePlaceHolders and we often switch between them to load different data, caching the data for each placeholder is more efficient and quicker than removing...
How can you get if you need to expand the text? ie when the text takes up very little , so as not to show the expand button .
Getting multiple edittext fields dynamically from JSON response.To save edittext data need to get id of edittext.How to get ids for edittext in android
Assume we have a textview with variable text inside. The text can change from 3 lines or up to 20 lines. If we set the duration as let's say 300ms,...
Currently, if we toggle while the view is animating, nothing will happen. In other words, the action is not cancelable until full expand/retract. Can the toggle method support toggling while...
This pr enables setting `maxLines` via code. Usage is shown in the sample activity. It also fixes #13 and #8.
In addition to onExpand/onCollapse events that fire when expand/collapse animation starts, it would be great to get onExpandFinished/onCollapseFinished events that fire when the corresponding animation finishes.