Advertisement
Guest User

Untitled

a guest
Feb 5th, 2016
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. public class MainActivity extends AppCompatActivity {
  2.  
  3. private static final int RESULT_LOAD_IMAGE = 1;
  4. ImageView image_Upload;
  5. ImageView image_Result;
  6. Button filter_Button;
  7. Button upload_Button;
  8. Bitmap bitmap_Image;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement