A user should be able to click a button while the app is open to share their sudoku solution
When a user clicks on the "share result button" a screen shot of the app UI is taken and an Intent is opened for sharing.
Resources for implementation
https://www.geeksforgeeks.org/how-to-take-screenshot-programmatically-in-android/
https://trendoceans.com/how-to-take-and-share-screenshot-programmatically-in-android-studio/
A user should be able to click a button while the app is open to share their sudoku solution
When a user clicks on the "share result button" a screen shot of the app UI is taken and an Intent is opened for sharing.
Resources for implementation
https://www.geeksforgeeks.org/how-to-take-screenshot-programmatically-in-android/
https://trendoceans.com/how-to-take-and-share-screenshot-programmatically-in-android-studio/