Hello.
I have an application made in android studio. I need to send message from the application to the website.
So, I need to get to the server side in the backend.
How can I do this?
Please , let me know about it asap.
BR,
Srijana KC
Hello.
I have an application made in android studio. I need to send message from the application to the website.
So, I need to get to the server side in the backend.
How can I do this?
Please , let me know about it asap.
BR,
Srijana KC
Hi,
Sounds like you need http function, check it out here.
Hello.
Thank you very much for the information.
Another question is that, I have a google place API embedded in my app and when the user clicks on the place from that, it leads to them to the next page created by me and they can write a message there.
How is it possible? That in the website it will show that they clicked on this particular place and the message coming is about this particular place?
Thank you.
Best wishes.
Srijana KC
Hi,
I am not sure I fully understand your question, you want to display in your site 2 things, the place they chose in your app and the massage that they wrote? If you do, send the information in the body of the POST request, there you need to save the data to a collection.
Now, do you want that data to be displayed immediately once the post request arrives? If you do you need to set interval on your page that refreshes the dataset so once the database is updated you can display it in your site.
Good luck