Good day,
I need a little help understanding something and any help would be beneficial.
I am building a login and registration system with android, I am a ASP MVC, C# .Net developer and would rather do the backend with Asp.Net instead of PHP, So what I am wondering is, using the Web API and Identity Model, how could I create this system with using it.
Basically the Activity in Android would have controls that would post to a method in the Web API whether it is login or registration and gets saved to the database, can I do this within Android, Similar to how if you are using the login and registration system using ASP MVC and the Identity Model.
Thanks
Will