Posts

My first Aps code

Image
Actvity_main.xml Input <? xml version ="1.0" encoding ="utf-8" ?> <LinearLayout xmlns: android ="http://schemas.android.com/apk/res/android" xmlns: app ="http://schemas.android.com/apk/res-auto" xmlns: tools ="http://schemas.android.com/tools" android :layout_width ="match_parent" android :layout_height ="match_parent" tools :context =".MainActivity" android :orientation ="vertical" android :layout_margin ="20dp" > <TextView android :id ="@+id/text_view_id" android :layout_width ="348dp" android :layout_height ="wrap_content" android :layout_margin ="10sp" android :gravity ="center" android :padding ="10dp" android :text ="BEAUTY OF BANGLADESH" android :textAlignment ="center" android :te...