[android-developers] PreferenceActivity Nullpoint Error

2009-11-19 Thread Radzell
I keep getting a nullpoint error from my preferenceactivity i have no idea whats wrong. I debug and the saveInstancestate is coming in null for some reason, but it may be something else. public class SettingsFrontEnd extends PreferenceActivity { public static final String NO_SELECTION = "0″";

[android-developers] Database Errors

2009-11-03 Thread Radzell
I been working on this code dealing with my database for days i can figure out whats wrong. Heres my code: package com.helpihelpyou; import android.content.ContentValues; import android.content.Context; import android.database.Cursor; import android.database.SQLException; import android.database

[android-developers] error on Oauth on android

2009-07-18 Thread Radzell
oading function"); consumer.setTokenWithSecret(ACCESS_TOKEN, TOKEN_SECRET); //Http request to the protected resource URL url = new URL("https://api.cliqset.com/200905/user/radzell/ profile"); HttpURLConnection request = (HttpURLConnection) url.openConnection (); //sign the

[android-developers] xml over http

2009-07-12 Thread Radzell
I was wonder how would i access a xml file over http like which libray would i use and how i would then combine that data to a view kind of like facebook does when you update your status. --~--~-~--~~~---~--~~ You received this message because you are subscribed to

[android-developers] Re: Clickable ListView element?

2009-07-09 Thread Radzell
It looks like what you need is not to put android clickable in the view group but in the individual view that you want to make clickable ie http://schemas.android.com/apk/res/ android" android:orientation="horizontal" android:gravity="center_vertical" android:layout_width="fi