Hey all,
I am trying to make a job board style app using Xamarin forms and Azure as the back end. Using other tutorials I have been able to set up a table on Azure and insert new items to it which I can later pull from the server and display in a ListView.
I am stuck now stuck on the part where a user can click on the "Apply Now" button which will notify the person who originally made the post and add them to a list of users who have sent an application for that job.
I have tried to google it and find some information/examples on how to do this using Xamarin and Azure but have been unsuccessful so far. I was wondering if anyone had any suggestions on how I can make this work or of any tutorials regarding a job board/job listing style app that I can look at?
Thanks in advance.