Android Question Questions about formatting and design

anaylor01

Well-Known Member
Licensed User
Longtime User
1. This question is about AutoScaleAll. I have placed the following code in the designer under designer scripts.
AutoScaleRate(0.5)
AutoScaleAll
It looks like it made changes to the Abstract Designer. But it doesn't do anything in the emulator or when I copy the apk to my phone.

2. What is the best way to design for all resolutions and screen sizes? In my other apps I had coded for each object which is somewhat tedious and hard to test for all devices.

3. I would like to make my app have a trial period. The way I was going to go about this was to insert the date that it was installed into a table and then every day check that value against todays date to see if it has expired yet. I guess my question is what is the best way to go about this that is easiest on the end user? I would like it so they don't lose any of their settings or have to manually uninstall the trial version.

4. Text to speech. I want to use some sort of TTS. What are my options?
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
Upvote 0
Top