Created
August 3, 2018 09:43
-
-
Save Tonnie-Dev/9c66d922a83456d5785b3d60bf572fff to your computer and use it in GitHub Desktop.
dynamic TextView
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*creating a dynamic textview*/ | |
TextView textView = new TextView(MainActivity.this); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment