Android Question Web-API MCV4 How To (Please Post your Code)

Michael Mc

Member
Licensed User
Longtime User
Instead of each of us reinventing the wheel, I thought it would be great to share your findings and working with the rest, Get, Post, Put, Delete (CRUD) with Microsoft Web-api.

What would be great is showing code examples both for Basic4Android and how you handled the data within your controllers and models.

Web API is becoming a hot technology and it is fairly new. So please post some of your code to help others (including myself) get a jump start coding and saving hours and hours of Google searches. (Which contains little anyway)

Thanks!
 
Last edited:

DonManfred

Expert
Licensed User
Longtime User
Search for examples with httputils (get, post) and RDC (Remote Database Connector ) (CRUD) here in forum. If you want to call jobs with httputils in order you can have a look at the example i yesterday wrote. If you want to download a lot of files with ftp you can have a look at the example i wrote the day before yesterday :)

PS: Welcome in the B4A-Community!
 
Upvote 0
Top