0

I am trying to post data from my client android application to a django server. for example I have User {login:---, email:---} and I wanna post them my LOCAL SERVER based on django.. what I should do ? any link or tutorial can be greatful, i can't find any thing really helpful.Thks

1 Answers1

0

You need to make a HTTP request to your django server. Here is a similar question how to do a post request in android

Community
  • 1
  • 1
Joakim Ericsson
  • 4,616
  • 3
  • 21
  • 29