png image store in database and retrieve in android 1.5
- by hany
hai,
I am new to android.
I have problem.
This is my code but it will not work, the problem is in view binder.
Please correct it.
// this is my activity
package com.android.Fruits2;
import java.util.ArrayList;
import java.util.HashMap;
import android.app.ListActivity;
import android.database.Cursor;
import android.graphics.Bitmap;
import…