Sample Output:
View More Sample Relative LayoutCategory: Android Development
Relative Layout View
RelativeLayout is a view group that displays child views in relative positions. The position of each view can be specified as relative to sibling elements…
View More Relative Layout ViewXML and Layout
XML View Graphical Layout Preview
View More XML and LayoutSample Linear Layout
Sample Linear Layout 2 Output
View More Sample Linear LayoutAndroid Hello World!
It has been a custom in learning any programming languages to start with a Hello World program. Let us create one for Android. Goal Create…
View More Android Hello World!Android Introduction
Before we go into the programming and layouting of Android, let us first have a small introduction about this environment. This chapter introduces Android, how…
View More Android IntroductionXML Review
In Android, XML is used in a lot of places. Configuration, xml, value definitions, layout and many more depends on the use of XML. XML…
View More XML ReviewJava Review
Java is the primary language used in Android development. With this, it would be proper to have a good background on the Java development concepts…
View More Java ReviewIntroduction to Mobile Application Development
Mobile devices are becoming popular nowadays. Mobile devices can be a personal digital assistant, enterprise digital assistants or mobile phones. The processing power of mobile…
View More Introduction to Mobile Application Development