[android-developers] Re: Is there any way to display 8000 * 8000 jpeg file without OutOfMemoryException

2009-11-30 Thread Jett
Try to use SQLite to store tiles (So there is only one db file in your sdcard.) And the speed of access files is more efficient. On 11月26日, 上午9時15分, James Wang jameswangc...@gmail.com wrote: @PJ Thanks for your interesting. We just want to display such picture, no further edition on it. In

[android-developers] Re: How to store Images in sqlite database using android? How to retrieve images from sqlite database

2009-11-08 Thread Jett
Save as Blob in table byte[] b=xxxCursor.getBlob(xxx) Bitmap bitmap = BitmapFactory.decodeByteArray(b, 0, b.length); On 11月4日, 下午1時40分, devi devi.n...@gmail.com wrote: hi!            I want to store Images(using insert statement) in sqlite database retrive that image from database and

[android-developers] Re: How to get webview's content into a bitmap?

2009-10-26 Thread Jett
Great! Thanks a lot! On 9月10日, 下午11時12分, gjs garyjamessi...@gmail.com wrote: Hi again, I thought you pasted the correct code already ? Anyway for risk of being accused of writing the code for you, the following will write a jpg file, to the sdcard, which contains the entire content of the