Quantcast
Channel: BlogoSfera » need
Viewing all articles
Browse latest Browse all 40

how i can limit size image selected

$
0
0

My problem it’s the consumption memory, i need limit size the image selected. my code public void onActivityResult(int requestCode, int resultCode, Intent data) { if (resultCode == RESULT_OK) { if (requestCode == SELECT_PICTURE) { Uri selectedImageUri = data.getData(); } catch (FileNotFoundException e) { e.printStackTrace(); } catch (IOException e) { // TODO Auto-generated catch block e.printStackTrace(); […]

The post how i can limit size image selected appeared first on BlogoSfera.


Viewing all articles
Browse latest Browse all 40

Trending Articles