[android-developers] Re: Image doesn't appear from sqlite

2010-12-24 Thread DanH
What's varying? The data won't be read back into the same address, but into a new byte array, and [...@ is just a byte array at a certain address. Dump a few bytes of the arrays (eg, first and last 10) so you can compare their contents. On Dec 22, 4:46 pm, Amiral 4mi...@gmail.com wrote:

Re: [android-developers] Re: Image doesn't appear from sqlite

2010-12-24 Thread Kostya Vasilyev
+0.02 - this code: public void insertlistNews(String city,*byte[] newsImageUrl*, String publishDate, String expiredDate){ [snip] + VALUES (' + city + ',*' + imageUrl + '*,' + publishDate+ ',' + expiredDate');); appends a byte[] to a String. This is the same as appending