[android-beginners] BitmapFactory.decodeFile

2008-12-10 Thread fala70
I did an application that create an image file copied from external memory with follow code: Bitmap bitmap = Media.getBitmap (getContentResolver(), uri); ByteArrayOutputStream bytes = new ByteArrayOutputStream();

[android-beginners] ImageView crash

2008-12-04 Thread fala70
I've a problem on ImageView. I am using an ImageView to show an Image captured from camera or selected from Media.INTERNAL_CONTENT_URI; When the result come back from preview camera Activity or from Intent.ACTION_PICK Activity, the ImageView show the image and work good. The second or third time

[android-beginners] Re: HttpClient and POST requests

2008-11-23 Thread fala70
Yeah Thanks Adam now work On 23 Nov, 10:36, "Adam Connors" <[EMAIL PROTECTED]> wrote: > Best guess... Do you have the INTERNET permission correctly declared > in your manifest...? > > On 11/22/08, fala70 <[EMAIL PROTECTED]> wrote: > > > >

[android-beginners] Re: HttpClient and POST requests

2008-11-22 Thread fala70
thanks Adam, for your answer. I tried your instructions but when I call the execute I receive an IOException. Follow the stack log. Any idea ??? Also I tried to use the same Header, but without success. httppost.addHeader("Content-Type", "application/octet- stream");

[android-beginners] HttpClient and POST requests

2008-11-22 Thread fala70
Hi, I've a problem to translate follow code to org.apache.http.*; OutputStream pos = new OutputStream(); pos.writeShort(Const.INVOCATION_CODE); pos.writeInt(requestId); pos.writeString(nickname); pos.writeString(password); con

[android-beginners] video capture

2008-11-10 Thread fala70
I read that now is not available api to make video capture. Somebody can know when will be possible ? thanks. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send ema