I developed my math quiz app Neuro Quiz and recently it uploaded on Play Store and please test my app and if found any issue or bug tell me that gives me opportunity to develop my game.
Screenshots :
Google Play Download Link :
https://play.google.com/store/apps/details?id=com.ajubagamer.neuroquiz
1 Like
JEWEL
(Extension Developer đź§©)
March 8, 2024, 6:06pm
2
I’ll suggest you to make your app UI responsive for Landscape mode also. Also I’ve found screen rotation issue. You may work on this bug.
1 Like
Thanks for your valuable feedback i will try to fix these issues
1 Like
JEWEL
(Extension Developer đź§©)
March 9, 2024, 12:47pm
4
You may use this extension to fix orientation issue.
There is a bug in the App Inventor framework that causes a screen orientation flip issue. The “orientation” option for screen orientation does not behave as expected, resulting in unintended behavior. This extension solves the problem by using reflection to access the ScreenOrientation.class, which is part of the App Inventor framework. It modifies its internal state to replace the “unspecified” screen orientation value with “User” for all screens, thus correcting the issue.
This extension is s…
1 Like