Posts

Showing posts from May, 2015

HOW TO CREATE THE CUSTOM DIALOG BOX IN ANDROID

Image
HOW TO CREATE THE CUSTOM DIALOG BOX IN ANDROID: 1.Create a custom layout in xml (example :alert_dialog.xml) 2. Write this code in java class Complete code in XML <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"     android:id="@+id/popup_element"     android:layout_width="400dp"     android:layout_height="200dp"     android:background="@drawable/popupbg"     android:orientation="vertical" >     <ImageView         android:id="@+id/imageView1"         android:layout_width="wrap_content"         android:layout_height="wrap_content"         android:layout_alignParentLeft="true"         android:layout_alignParentTop="true"         android:layout_marginLeft="22dp"         android:layout_margin...
I  DONE BY IN BARCODE GENERATOR FOR ANDROID if any quries tell me