You need to add the ScrollView FrameLayout. A great example on how to do this can be found here:
http://android-pro.blogspot.com/2010/02/android-scrollview.html
You need to add the ScrollView FrameLayout. A great example on how to do this can be found here:
http://android-pro.blogspot.com/2010/02/android-scrollview.html
To remove the bar that appears at the top of your activity, modify your AndroidManifest.xml document. Foreach activity, add the line:
android:theme="@android:style/ThemeNoTitleBar.Fullscreen"
Making the result look like:
<activity android:name=".MainActivity"
android:label="@string/app_name"
android:theme="@android:style/Theme.NoTitleBar.Fullscreen">
Great resource on the different XML layouts:
http://www.learn-android.com/2010/01/05/android-layout-tutorial/
Here's a great tutorial on how to do that:
http://www.androidcompetencycenter.com/2009/10/json-parsing-in-android/
Checkout this thread. Pretty awesome: