Auto scrolling (horizontal running) TextView Dankers August 29, 2016 It's follow-up post about my old post of " Implement auto-running TextView ", to make a TextView horizontal scrolling automati... Read more »
TextView, auto scroll down to display bottom of text Dankers August 27, 2016 This example show how to make a TextView auto scroll down to display bottom of text. In the demonstration, the upper TextView is normal, use... Read more »
Create styling string from resources Dankers July 20, 2016 This example show how to create partial styling string from resources: Edit values/strings.xml to add string resources with styling: <res... Read more »