The Android TextView component is a View subclass that is capable of showing text. Being a subclass of View the TextView the component can be used in your Android app’s GUI inside a ViewGroup or as the content view of an activity. Creating a TextView You can create a TextView instance either by declaring it inside a layout XML file ... Read More »
Jkoder.com Tutorials, Tips and interview questions for Java, J2EE, Android, Spring, Hibernate, Javascript and other languages for software developers