Don't delete anything without explicit instructions from a maintainer.
Check by changing each [ ] to [x]
[x] Read and understood the code.
[x] Included a description of change below.
[x] Included screenshot(s)/link showing after and before the changes.
[x] Tried to squash the commits.
Changes done in this Pull Request
Fixes #107
Screenshots showing changes before and after the changes
The problem I want to solve or the facility I want to improve further is/are
Adding the facility of sharing the app.
My steps to solve it would be
Adding the menu option for sharing app
Making the shareApp function to handle the sharing of the app
Added adequate data like App name and Link to the app in the shareApp function
Connecting both function and View.
Don't delete anything without explicit instructions from a maintainer.
Check by changing each
[ ]
to[x]
[x] Read and understood the code.
[x] Included a description of change below.
[x] Included screenshot(s)/link showing after and before the changes.
[x] Tried to squash the commits.
Changes done in this Pull Request
Fixes #107
Screenshots showing changes before and after the changes
The problem I want to solve or the facility I want to improve further is/are
Adding the facility of sharing the app.
My steps to solve it would be
Adding the menu option for sharing app Making the shareApp function to handle the sharing of the app Added adequate data like App name and Link to the app in the shareApp function Connecting both function and View.