FOODCOURT ANDROID APP.
FIRST ANDROID APP CODING ANDROID APP FOODCOURTS NOW I M GOING TO START APP AND CREATE FIRST ACTIVITY AND THE NAME IS HOME.ACTIVITY AND THE ALL THE STEPS IS OVER HERE. Create Linear Layout for Home Activity Create Relative Layout & set Attributes Create Action Bar via Relative Layout Understand Design Basics for Action Bar Image Button & Its Attributes Handling Click Event Add Comments CREATE LAYOUT : ( activity_home.xml ) CREATE ACTION BAR <RelativeLayout android:layout_height="56dp" android:layout_width="fill_parent" android:background="#7D26CD" android:layout_margin="1dp"> <TextView android:layout_height="wrap_content" android:layout_width="wrap_content" android:id="@+id/textView" android:layout_centerHorizontal="true" android:layout_centerVertical="true" android:textColor="#FFFFF0" android:textS...




Comments
Post a Comment