Android Question SCREEN SIZE AND MYSQL DATABASE

Anonymous28

Member
Licensed User
Good day!
I would just like to ask the following:

1. How can I make my app automatically adjust to all screen sizes?

2. How to call a MySQL databasefrom my app?
(P.S. The app that I am making is a reviewer app and it calls thequestions, choices, and answers from a MySQL database.)

3. How can I make an item analysis at the end of the quiz? (i.e. xx out of yy)

Please do reply. It would help us a lot. Thank you!
 

mangojack

Expert
Licensed User
Longtime User
Ok .. so you should have already read and solved your first problem ...;)

jeez , that only took an hour ... now on to part 2 ! ... MySQL :D
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
2. How to call a MySQL databasefrom my app?
This will only work if your database is accessible from outsite or if you are using a man-in-the-middle PHP-Script or a RDC (jRDC2)...
 
Upvote 0

Anonymous28

Member
Licensed User
Okay. Thank you for your replies :)

Could I still ask you questions if ever I would encounter problems later on?

If you setup your xampp´s MySQL to be accessible from outside (#skipnetworking is NOT active) and you router is forwarding the correct port to your server...
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
Could I still ask you questions if ever I would encounter problems later on?
Sure. Create a new thread for any new question you have. This is a comunity forum. someone may have an answer.

Next time DONT use uppercased subjects! It is considered as shouting
 
Upvote 0
Top