-2

I want to allow people to register via my application by sending data in my database on the internet. They have to fill (last name, first name, email, phone, city, school, business and opinion). How should I proceed to enable registering with post Http android, and post data with json?

Brian Tompsett - 汤莱恩
  • 5,195
  • 62
  • 50
  • 120
HenriG
  • 1
  • http://stackoverflow.com/a/6218563/2235972 – denvercoder9 Dec 07 '15 at 21:06
  • @RafiduzzamanSonnet when read I don't understand where have I to put this contents (last name, first name, email etc ). Somebody can give me an example ? I'm a beginner – HenriG Dec 07 '15 at 21:21
  • @HenriG Since you are a beginner, I would suggest you to follow a tutorial that does exactly that and also read up documentations and stuff. https://www.youtube.com/watch?v=5fmcmxbDLhg – denvercoder9 Dec 07 '15 at 21:25
  • Ok @RafiduzzamanSonnet I'll try and come back to you. – HenriG Dec 07 '15 at 21:43

1 Answers1

0

It actually pretty straight forward, grab this github repo https://github.com/chrisberry/WebAPIWithAndroidUI it should give you the basics

thechrisberry
  • 178
  • 1
  • 16
  • I don't understand the content @thechrisberry. Please give me an example ? where have I to put my url where I stock online datas ? – HenriG Dec 07 '15 at 21:14