Forums

Connecting android app to python backend hosted on pythonanywhere servers

I have my website hosted on pythonanywhere servers.I plan to make an android app using xamarin and C# .How can i send the user login username and password to my pythonbackend logic so that user is logged in, in the app and do other stuff from the app. My python backend is written using flask framework.I politely request to help me as STACKOVERFLOW community refused from helping and downvoted my question.PLEASE do reply sir.

You could try our friends at codementor for help with general programming questions?

i want to connect my android application with server pythonanywhere

You need to create api endpoints and make your android app talk to them.