[android-developers] Re: I am trying to set the Image for an ImageView any help would be great

2012-11-30 Thread bob
I believe this document is in error: http://source.android.com/tech/accessories/guide/custom.html It talks about this: Simple Serial Protocol (SSP) I'm fairly certain it should say: Serial Port Profile (SPP) On Wednesday, November 28, 2012 5:49:51 PM UTC-6, Lew wrote: bob wrote:

[android-developers] Re: I am trying to set the Image for an ImageView any help would be great

2012-11-28 Thread bob
Just to clarify, here is the method you are calling with a bad input stream: public static Bitmap decodeStream (InputStream is) Added in API level 1 Decode an input stream into a bitmap. If the input stream is null, or cannot be used to decode a bitmap, the function returns null. The stream's

[android-developers] Re: I am trying to set the Image for an ImageView any help would be great

2012-11-28 Thread Piren
Without going into the subject at hand, i just want to mention that sometimes the documentation is wrong... already came across a few functions not doing what they say they would do.. so... should probably not rely on that On Wednesday, November 28, 2012 4:48:43 PM UTC-5, bob wrote: Just to

[android-developers] Re: I am trying to set the Image for an ImageView any help would be great

2012-11-28 Thread Lew
Piren wrote: Without going into the subject at hand, i just want to mention that sometimes the documentation is wrong... already came across a few functions not doing what they say they would do.. so... should probably not rely on that Such as ...? -- Lew -- You received this

[android-developers] Re: I am trying to set the Image for an ImageView any help would be great

2012-11-28 Thread bob
There's a comma on this page that should not be: http://developer.android.com/reference/android/hardware/SensorManager.html This line public class SensorActivity extends Activity, implements SensorEventListener { should have no comma. On Wednesday, November 28, 2012 4:39:28 PM UTC-6, Lew

[android-developers] Re: I am trying to set the Image for an ImageView any help would be great

2012-11-28 Thread Lew
bob wrote: There's a comma on this page that should not be: http://developer.android.com/reference/android/hardware/SensorManager.html This line public class SensorActivity extends Activity, implements SensorEventListener { should have no comma. Oh, yeah, that completely kills the value