0
I want my android app whose goal and communication between school and parents, sending notes, notices, store a copy of all messages backup type,and the app owner have access to copies ?
You can do this with php ?
0
I want my android app whose goal and communication between school and parents, sending notes, notices, store a copy of all messages backup type,and the app owner have access to copies ?
You can do this with php ?
Browser other questions tagged php
You are not signed in. Login or sign up in order to post.
Clearly yes, just write the desired content on file or manage in the database itself.
– Woss
Here’s what I want to understand how to do, how to deploy the app communication to send the backup to the server ?
– Luiz
What App? Is android? PHP is back-end and not front-end, your question does not make much sense the way this, has how to explain this and right?
– Guilherme Nascimento
I know that php and back end and a server language, so I want to use it so that my android app sends up a copy of all messages
– Luiz
What you ask is too broad because it involves many things. To give you a north, with php vc creates an API that will run on the server where the database will also be. With the app, made in java (android) or objective-c (Ios), you create the app that will read and interact with the data provided by the API. Of course, you can create the mobile app with javascript only, or Swift (Xcode).. Anyway, the native mobile app you don’t do in php.. is another universe. There are several ways to create these apps. But the basics are JAVA for Android and Objective-C or Swift for iOS. Notice how broad is what you ask for?
– Daniel Omine
yes, man I thought in php because I have a little habit with it and consider it a good language when it comes to security, I understood what I should do vlw by the help
– Luiz
Your app is hybrid (Html5, CSS, JS) or native?
– Luiz Augusto Neto
It was made in android studio totally in java, not and hybrid
– Luiz