Started work on downloading and displaying forums.

As of this commit, I can officially download and display forums to the
user

Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
This commit is contained in:
2012-08-30 11:19:35 -04:00
parent 8d4840fce3
commit 35bd7d729e
6 changed files with 247 additions and 8 deletions

View File

@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent" >
<TextView
android:id="@+id/textView1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentLeft="true"
android:layout_alignParentTop="true"
android:textAppearance="?android:attr/textAppearanceLarge" />
</RelativeLayout>

View File

@@ -3,6 +3,8 @@
<string name="app_name">OSJ Forum</string>
<string name="title_topic_detail">Topic Detail</string>
<string name="title_topic_list">Topics</string>
<string name="title_forum_detail">Forum Detail</string>
<string name="title_forum_list">Forumss</string>
<string name="server">http://rickbarrette.org/forum/mobiquo/mobiquo.php</string>
</resources>