Technical Details on Android Application of Texting Story Video Maker
I don't create android apps, I ask Usman on fiverr to do that. But I add some JavascriptInterface to show Android Native Share Dialog and minor modification :) If I see the code, It only has 1 activity, MainActivity. All the logic reside in that java class. It initialize UI, prepare web view, do logic, etc. I added 1 java class to handle JavascriptInterface. MainActivity handles several things: Keep open Play and Share page in the apps (doesn't go to browser), show admob banner ads. & admob interestial ads. The web page URL that opened on the first screen is loaded from firebase realtime database. So If I decide to rename the page then simply change in the firebase. Admob Id for banner also stored in firebase realtime database. There is no sophiscated things in this apps. Simply a webview.