In this video, construct a simple but effective UI for your app which is able to interact with your Azure function.
- [Instructor] Let's implement the UI…for our cross platform app.…Creating a great looking design…would mean we would have to info for designer,…and will cost a lot of time to implement.…Since it's just us, we're going to create a simple…yet effective design that will still teach us…the basics of Xamarin forms.…First let's get rid of this default UI here.…Removing the StackLayout, lines three through six,…and start by creating a Grid on the top of it.…And you see we get IntelliSense support.…And the Grid will have a Margin…so it won't stick to the sides of seven.…
We could also put in seven, seven, seven, seven…for all sides.…And if just do one seven, it will be for all sides.…Now in a grid, we can define a couple of rows.…So here we're going to say RowDefinitions.…And inside these RowDefinitions we can add…a row definition.…We can give all row definitions a height,…and we can give it also a height of star,…which means that it will take up the full height…that is still available to it.…We can also say Auto which will mean…
Author
Released
12/12/2018- What serverless is and when to use it
- Creating Azure functions
- Creating your first Azure Functions App
- Creating an Azure function in Visual Studio
- Creating a new Xamarin.Forms app
- Use cases for Azure Functions in apps
- Securing Azure Functions apps
- Monitoring Azure functions in Production
Skill Level Intermediate
Duration
Views
Related Courses
-
Azure Developer Tips
with Mike Benkovich2h 12m Intermediate
-
Introduction
-
1. Getting Started with Serverless
-
Defining serverless2m 55s
-
Why serverless2m 43s
-
Azure Functions2m 23s
-
Set up your Azure account2m 30s
-
Outline the sample app2m 3s
-
-
2. Creating Azure Functions
-
Choose a language3m 1s
-
Bindings and triggers2m 26s
-
Triggers2m 31s
-
Bindings3m 28s
-
Implement the Azure function5m 29s
-
3. Creating a Xamarin.Forms App
-
Introduction to Xamarin3m 51s
-
Create the UI6m 15s
-
Pick an image6m 25s
-
-
4. Azure Functions Architecture
-
Secure Azure Functions apps2m 17s
-
Test the Azure function1m 46s
-
Conclusion
-
Next steps40s
-
- Mark as unwatched
- Mark all as unwatched
Are you sure you want to mark all the videos in this course as unwatched?
This will not affect your course history, your reports, or your certificates of completion for this course.
CancelTake notes with your new membership!
Type in the entry box, then click Enter to save your note.
1:30Press on any video thumbnail to jump immediately to the timecode shown.
Notes are saved with you account but can also be exported as plain text, MS Word, PDF, Google Doc, or Evernote.
Share this video
Embed this video
Video: Create the UI