how convert in bitmap droawable resource have in form of string follows
android.resource://com.example.myapp/drawable/name_picture
bitmap bitmap= bitmapfactory.decoderesource(context.getresources(),r.drawable.myphoto);
how convert in bitmap droawable resource have in form of string follows
android.resource://com.example.myapp/drawable/name_picture
bitmap bitmap= bitmapfactory.decoderesource(context.getresources(),r.drawable.myphoto);
Comments
Post a Comment