LinearLayout – Android Layout Tutorial Series-1/5
Introduction of Android Layout Tutorial : LinearLayout : A Layout that arranges its children in a single column or a single row either Horizontally or Vertically using orientation method. However the Horizontal…
Android Manifest File
What is Android Manifest File The Android manifest file can be called as central manager of whole Android Application. ADT provides an inbuilt editor which organizes the manifest file. Editor contains…