
User Interfaces-Basics of UI Design
All user interface elements in an Android app are built using View and ViewGroup objects. View An object that draws something on the screen that the user can interact with. ViewGroup An object that holds other View(and ViewGroup) You can use two ways to creating Views Dynamically Add By Coding […]