Tabactivity android Vs Iphone
hi i just fixed the issue i had with my application, now i am stuck with another problem, please help :)
most of my code is here
"unknown Exception android"
now i want to make my main page look like this as shown in iphone application given below,
"http://wwwm.coventry.ac.uk/app/Pages/iPhoneApp.aspx"
i dont know if i need to use tab activity or option menu or inflator,
as for call, email and web, i will have to call services as far as i know.
and last if i can see any tutorial or code which will help me to solve my problem, please give me a link.
thanks alot**
Main.xml looks like this
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
>
<AbsoluteLayout android:layout_width="fill_parent" android:layout_height="fill_parent" android:id="@+id/AbsoluteLayout01">
<TextView android:layout_x="61dip" android:layout_y="176dip" android:id="@+id/TextView02" android:layout_height="wrap_content" android:layout_width="wrap_content" android:text="@string/courses"></TextView>
<ImageButton android:id="@+id/CoursesButton" android:layout_x="62dip" android:layout_y="107dip" android:background="@drawable/a" android:layout_height="65dp" android:layout_width="65dp"></ImageButton>
<TextView android:gravity="center" android:textSize="25dp" android:layout_height="wrap_content" android:layout_width="fill_parent" android:text="@string/LabelNescot" android:layout_x="1dip" android:layout_y="39dip" android:id="@+id/TextView"></TextView>
<ImageButton android:id="@+id/ILoveNescotButton" android:background="@drawable/b" android:layout_height="65dp" android:开发者_Python百科layout_width="65dp" android:layout_x="179dip" android:layout_y="106dip"></ImageButton>
<ImageButton android:id="@+id/GettingHereButton" android:background="@drawable/d" android:layout_height="65dp" android:layout_width="65dp" android:layout_x="185dip" android:layout_y="208dip"></ImageButton>
<TextView android:id="@+id/TextView05" android:layout_height="wrap_content" android:layout_width="wrap_content" android:text="@string/Directions" android:layout_x="182dip" android:layout_y="283dip"></TextView>
<TextView android:id="@+id/TextView03" android:layout_height="wrap_content" android:layout_width="wrap_content" android:text="@string/facility" android:layout_x="180dip" android:layout_y="177dip"></TextView>
<ImageButton android:background="@drawable/c" android:id="@+id/CampusMapButton" android:layout_height="65dp" android:layout_width="65dp" android:layout_x="48dip" android:layout_y="208dip"></ImageButton>
<TextView android:text="@string/Map" android:layout_height="wrap_content" android:id="@+id/TextView04" android:layout_width="wrap_content" android:layout_x="37dip" android:layout_y="285dip"></TextView>
</AbsoluteLayout>
z
</LinearLayout>
Hello Tab Layout.
精彩评论