InterviewSolution
Saved Bookmarks
| 1. |
Suppose you need to create an App name as ” MyGalryApp”. Here you have an activity name as “Home Activity” where you have one button to take a Picture. If you click on that button it will open Camera to click Picture. Once you click the Picture it should display in Imageview. What code you will write for this problem? |
|
Answer» We will write below to do display an image in imageview after clicked by Camera
|
|