In last post we have seen linear layout and Relative layouts. In both layout inner child elements are at fixed
Continue readingLinear Layout android
In Linear layout elements are arranged linearly either Horizontally or Vertically just by setting orientation tag to vertical or horizontal.
Continue readingRelative Layout Android
Relative Layout: Relative Layout is view group where arrangement of child elements is in relative to each other or relative
Continue readingExploring Android Studio
We just developed our first app in previous post. Let’s continue further. In android studio you can see different windows
Continue readingInstalling Android Studio and Hello World App
Before Android Studio Programmers were using eclipse for developing android app with Android Developer Tools (ADT) a plugin for Eclipse that
Continue reading