Hi ... I found out a Software called DRODDRAW ( www.droiddraw.org ) which is very easy for designing Android Applications .
After inserting some buttons , i clicked on the Generate button and it Generate the XML code for it... Next for testing it , I copied the XML code and pasted it in ECLIPSE and its showing me an ERROR.... ERROR listed below .... <?xml version="1.0" encoding="utf-8"?> <AbsoluteLayout ------------------------------------------------------------------- ERROR android:id="@+id/widget0" android:layout_width="fill_parent" android:layout_height="fill_parent" xmlns:android="http://schemas.android.com/apk/res/android" > <Button android:id="@+id/widget28" android:layout_width="90px" android:layout_height="39px" android:text="Kural" android:layout_x="20px" android:layout_y="355px" > </Button> <Button android:id="@+id/widget29" android:layout_width="93px" android:layout_height="40px" android:text="About" android:layout_x="205px" android:layout_y="353px" > </Button> </AbsoluteLayout> Kindly help on this ... Thanks -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

