I have created an android app which stores the user input data like name, email-id into a local sqlite database . When I launch the app on playstore, I want all users to be able to see other users data as well(the users will be aware that others can see it)
If I use XAMPP to upload my sqlite database , after I launch the app on playstore , will others (different people using different phones) be able to upload/retrieve data from my xampp server? or is xampp a server only accessible from localhost / other computers on the same LAN?
Current status
Currently app is working correctly with local sqlite database
Required:
Centralized database to store and retrieve data
question from:
https://stackoverflow.com/questions/65881944/if-i-use-xampp-for-uploading-my-local-sqlitedatabase-from-android-app-will-it 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…