[android-developers] Re: out of memory exception on transferring large file to DataOutputStream

2009-04-28 Thread Mike Baroukh
Maybe you could try using httpclient ? haven't tried myself but using chunked request, the output will not be buffered. for exemple, cf http://www.java-tips.org/other-api-tips/httpclient/how-to-use-unbuffered-chunk-encoded-post-re.html Mike zeeshan a écrit : Hi Experts, I need to post

[android-developers] Re: Question about animation

2009-04-19 Thread Mike Baroukh
); *animation*.setDuration(500); *animation*.setFillAfter(false); absoluteLayout.startAnimation(*animation*); } }; Hope this helps... Daniel Mike Baroukh a écrit : Hi. Hi have an absolute layout

[android-developers] Question about animation

2009-04-17 Thread Mike Baroukh
Hi. Hi have an absolute layout with pictures. Only 2 pictures are show simultaneously. Others are on the layout, but out of view. I wan't on user click to show others picture. For this, I do an animation to translate the layer. For translation from right to left, it works correctly : an other