Design Using XML Unknown 16:54 0 comments Designing Android ui components in XML using Android XML vocabulary for views, widgets, graphics, and layouts. In this lesson we will cover ...
Material Design Unknown 16:49 0 comments Google recently announced a new visual language called Material Design. It was announced at Google IO 2014 and included as the official desi...
Android Tutorial For Beginer - Qualify Resources Examples Unknown 16:48 0 comments Here we have a few examples of how easy it is to use qualifiers to designate specific resources for specific configurations. In the first ex...
Android Tutorial For Beginer - Qualify Resources Unknown 16:47 0 comments In order to deal with the diverse set of screen sizes, screen resolutions, device languages, versions of Android, and other differentiating ...
Android Tutorial For Beginer - Relative and Linear Layouts Unknown 16:46 0 comments Two of the more popular and useful layouts, or as their class derivation is known as view groups, are the relative layout and the linear...
Android Tutorial For Beginer- Layouts Unknown 16:37 0 comments In Android the layout components allow us to design a visual structure for the user interface for a UI component or screen. These l...