Uri data = Uri.parse(sudoku_capture);
Intent result = new Intent(null, data);
setResult(RESULT_OK, result);
finish();
Display :In this step, all the photos give the same result. Below, you can see the final result with 3 different Android phones.
Here are some observations concerning the images :
- the application can be in English or in French depending on which language you set for your phone
- the taller is the height of the phone screen, the more you see new or taller buttons; the same functions of the buttons missing in the first image can be obtained with the menu button
No comments:
Post a Comment