I have read a thread over here(I would have asked this there but there are strict answer policies) regarding whether the "mysampleapp" project can be renamed(the answer came out to be no). In that case, I would like to know what these instructions on the AWS Mobile Hub are about:
Use MySampleApp as a Starter App
When you use MySampleApp as a starter app for your own app project, it serves as a starting point for your own App development. Remove the "demo" features, replace the app name and package name, build in your own app logic and user interface, and you're done!Set Unique App Package Name
Please copy this segment of code from the MySampleApp project into your own project.Android Apps must each have a unique package name, before they can be published to any app store. If you have not already, please make sure you replace "com.mysampleapp" with a unique package name for your app. Note that you may also have to change Activity class names in your AndroidManifest.xml file; Android will look for com.mysampleapp.MainActivity.
(Some code after this)
Thanks for reading!!(No tl;drs please :D)