public class Test_Image extends Activity {
/** Called when the activity is first created. */
@Override
public void onCreate(Bundle icicle) {
super.onCreate(icicle);
final String path = new String("C:\\Images\\DSC00822.jpg");
ImageButton imgButton = new ImageButton(this);
Canvas canvas = new Canvas(BitmapFactory.decode(path));
Bookmarks