Task 1 : Create simple layout of Android App

by - March 19, 2016



Simple Layout Android App

Design a simple layout with two edited text on left hand side following by a button on right hand side. 

After the completion of the design layout, I implemented the OnClickListener on the same activity. For example, passing an object from one activity to another activity when the users click on the button.  

The last task at my first day is to create a Listview which contains with three values. A notification toast popups and displays the selected value when the users click on the list. 


In general, Relative and Linear Layout are very important attributes for this layout structures. 


I have tested Android Studio app on a Physical Android device. To illustrate the Android App using real device, we have to enable USB debugging and install Samsung USB Driver for my Window to detect the device 

You May Also Like

0 comments