Build Real World Food Delivery App with Xamarin Forms
Build Real World Food Delivery App with Xamarin Forms, available at $54.99, has an average rating of 4.5, with 78 lectures, based on 338 reviews, and has 1652 subscribers.
You will learn about Make Ecommerce App with Xamarin Forms Work as a freelance xamarin forms developer Create your first xamarin forms real world application Build fully-fledged apps for your startup or business Consume Restful api's This course is ideal for individuals who are If you've a 3 to 6 months xamarin forms experience , then take this course. or If you are an intermediate xamarin forms developer, then take this course to get up to speed quickly with xamarin forms and native app development. or If you are a pro xamarin developer and want to learn more advanced concepts with quick pace then take this course. or If you're are already familiar with Xamarin Forms and wants to make an Ecommerce Application then take this course. It is particularly useful for If you've a 3 to 6 months xamarin forms experience , then take this course. or If you are an intermediate xamarin forms developer, then take this course to get up to speed quickly with xamarin forms and native app development. or If you are a pro xamarin developer and want to learn more advanced concepts with quick pace then take this course. or If you're are already familiar with Xamarin Forms and wants to make an Ecommerce Application then take this course.
Enroll now: Build Real World Food Delivery App with Xamarin Forms
Summary
Title: Build Real World Food Delivery App with Xamarin Forms
Price: $54.99
Average Rating: 4.5
Number of Lectures: 78
Number of Published Lectures: 78
Number of Curriculum Items: 78
Number of Published Curriculum Objects: 78
Original Price: $199.99
Quality Status: approved
Status: Live
What You Will Learn
- Make Ecommerce App with Xamarin Forms
- Work as a freelance xamarin forms developer
- Create your first xamarin forms real world application
- Build fully-fledged apps for your startup or business
- Consume Restful api's
Who Should Attend
- If you've a 3 to 6 months xamarin forms experience , then take this course.
- If you are an intermediate xamarin forms developer, then take this course to get up to speed quickly with xamarin forms and native app development.
- If you are a pro xamarin developer and want to learn more advanced concepts with quick pace then take this course.
- If you're are already familiar with Xamarin Forms and wants to make an Ecommerce Application then take this course.
Target Audiences
- If you've a 3 to 6 months xamarin forms experience , then take this course.
- If you are an intermediate xamarin forms developer, then take this course to get up to speed quickly with xamarin forms and native app development.
- If you are a pro xamarin developer and want to learn more advanced concepts with quick pace then take this course.
- If you're are already familiar with Xamarin Forms and wants to make an Ecommerce Application then take this course.
Welcome to the Real World Food Delivery App Development course with Xamarin Forms.
I’m Asfend Microsoft Most Valuable Professional (MVP) as well as the First Xamarin University Most Valuable Professional at Udemy and in this course I’ll explain you every single aspect of real world application in Xamarin Forms. Yeah I know there’re lot of courses over internet but there’s never a single guide that teaches you how to create a real world application. And the purpose of this course is to train you to build your own Real world Application in Xamarin Forms.
This courses teaches you how to code using Xamarin Forms and build beautiful Android and iOS apps by using Xamarin Forms.
By getting this course, you can be rest assured that the course is carefully thought out and edited. And I’m always happy to answer student questions.
So by the end of the course, you’ll completely understand:
-
How to build a real world application with xamarin forms.
-
Consume Restful Api’s.
-
Test Local Hosted Api’s inside your Mobile Device.
-
Consume Nuget’s in xamarin forms.
-
Create a Complete Real World (Food Delivery) Application in Xamarin Forms From Scratch to End.
-
How to make asynchronous API calls, store and retrieve data from the api, and use the JSON format for server communication.
-
Make application user friendly.
Remember…
After this course you’ll get all the Xamarin Real World Application Source Code and along with this I’ll also share a Complete Backend Code for the Rest Api’s with you.
In this course I’ll consume the api’s via tunneling. If you want to publish the api’s on Microsoft Azure then it’s up to you. I will not cover the Microsoft Azure in this course neither I will answer queries regarding to Microsoft Azure issue because in this course we’ll not cover Microsoft Azure.
I want to set the right expectations because in this course we’ll cover the Client Side of the Food Delivery Service Application. If you want to make a Admin Panel for delivery service then you can download the Rest Api source code along with the course and make a web application from my Rest Api code and your web development skills. Covering Web Development is a different thing. If you’re looking for a course so that you can also make an admin panel then sorry this course is not right for you.
So what are you waiting for? Click the buy now button and join the Complete Real World Food Delivery App Development Course with Xamarin Forms.
Course Curriculum
Chapter 1: Introduction
Lecture 1: Introduction
Lecture 2: App Demo
Lecture 3: Course Structure
Chapter 2: Application Backend
Lecture 1: Get Application Backend
Lecture 2: Seed Data with SQL Script
Chapter 3: Testing Api's
Lecture 1: Api Documentation
Lecture 2: Testing Accounts Section
Lecture 3: Testing Categories Section
Lecture 4: Testing Products Section
Lecture 5: Testing Shopping Cart Items Section
Lecture 6: Testing Order Section
Chapter 4: Getting Started with Xamarin Forms
Lecture 1: Create Blank Project
Lecture 2: Debug Xamarin Forms Application
Chapter 5: Xamarin Essentials : Preferences
Lecture 1: What is Preferences
Lecture 2: How to store value in Preferences
Lecture 3: How to retrieve value from preferences
Chapter 6: Assets For Android and IOS
Lecture 1: How to get assets ?
Chapter 7: Access Local Api inside Xamarin Forms
Lecture 1: Install Conveyor
Lecture 2: How to Solve Clear Text HTTP Traffic Error
Chapter 8: Create Model Classes
Lecture 1: Create Model For Accounts
Lecture 2: Create Model For Categories and Products
Lecture 3: Create Model For Shopping Cart Items
Lecture 4: Create Model For Order
Chapter 9: Create Service Layer
Lecture 1: Register User
Lecture 2: Static Methods & Class
Lecture 3: Login
Lecture 4: App Settings Api url
Lecture 5: Get Categories
Lecture 6: Get Product By Id
Lecture 7: Get Product By Category
Lecture 8: Get Popular Product
Lecture 9: Add To Cart
Lecture 10: Shopping Cart Total Price
Lecture 11: Get Shopping Cart Items
Lecture 12: Total Cart Items
Lecture 13: Clear Shopping Cart
Lecture 14: Place Order
Lecture 15: Orders By User
Lecture 16: Order Details
Chapter 10: Signup Page
Lecture 1: Signup Page Design
Lecture 2: Implement Signup Functionality
Chapter 11: Login Page
Lecture 1: Login Page Design
Lecture 2: Implement Login Functionality
Chapter 12: One time Login with Access token
Lecture 1: One time Login with Access token
Chapter 13: Home Page
Lecture 1: Home Page Design
Lecture 2: Custom Hamburger Menu
Lecture 3: Implement Popular Product
Lecture 4: Implement Categories
Lecture 5: Implement User Name
Lecture 6: Implement Cart Count
Chapter 14: Product List Page
Lecture 1: Product List Page Design
Lecture 2: Collection View Navigation
Lecture 3: Collection view navigation with params
Lecture 4: Data Binding in Product List Page
Chapter 15: Product Detail Page
Lecture 1: Product Detail Page Design
Lecture 2: Implement Product Detail Page
Lecture 3: Cart Increment Decrement Value
Lecture 4: Implement Add To Cart Functionality
Lecture 5: Popular Products Navigation
Chapter 16: Cart Page
Lecture 1: Cart Page Design
Lecture 2: Implement Cart Page Functionality
Lecture 3: Data Binding in Cart page
Lecture 4: Shopping Cart Clear Functionality
Chapter 17: Place Order Page
Lecture 1: Place Order Page Design
Lecture 2: Implement Place Order Page
Chapter 18: Order Page
Lecture 1: Orders Page Design
Lecture 2: Implement Order Page
Lecture 3: Show Data inside the order Page
Chapter 19: Order Detail Page
Lecture 1: Implement Order Detail Page
Lecture 2: Order Detail Page Challenge Code
Chapter 20: Contact Page
Lecture 1: Contact Page Design
Lecture 2: Implement Contact Page
Chapter 21: Token Validator
Lecture 1: What are the Issues with the Access Token
Lecture 2: Solve Access Token Issue
Lecture 3: Api Endpoint with Token Validator
Lecture 4: Logout Functionality
Chapter 22: Source Code
Lecture 1: Bonus Lecture
Lecture 2: Complete Source Code
Instructors
-
Asfend Yar Hamid
Xamarin MVP, Microsoft MVP
Rating Distribution
- 1 stars: 7 votes
- 2 stars: 5 votes
- 3 stars: 26 votes
- 4 stars: 97 votes
- 5 stars: 203 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024
- Top 10 Gardening Courses to Learn in November 2024