GraphQL & Apollo with Android – From Novice to Expert
GraphQL & Apollo with Android – From Novice to Expert, available at $64.99, has an average rating of 4.4, with 90 lectures, based on 96 reviews, and has 900 subscribers.
You will learn about Master GraphQL tool and how to use technology tools to build and consume robust API's with GraphQL Use NodeJS, Express and GraphQL to create a backend server for your Android Apps to consume Understand the whole picture of development – front and backend Build an Android Client App from Scratch with Apollo which Consumes the GraphQL API we Built Have a Strong Understand of GraphQL Syntax, Types and Data Object Relationships MongoDB and mongoose data Collections Deploy our GraphQL Project to Heroku This course is ideal for individuals who are Novice and advanced developers who want to learn GraphQL or Android Developers who want to build Backend API's with GraphQL or Beginner Developers with minimum programming knowledge who are curious about learning GraphQL It is particularly useful for Novice and advanced developers who want to learn GraphQL or Android Developers who want to build Backend API's with GraphQL or Beginner Developers with minimum programming knowledge who are curious about learning GraphQL.
Enroll now: GraphQL & Apollo with Android – From Novice to Expert
Summary
Title: GraphQL & Apollo with Android – From Novice to Expert
Price: $64.99
Average Rating: 4.4
Number of Lectures: 90
Number of Published Lectures: 83
Number of Curriculum Items: 90
Number of Published Curriculum Objects: 83
Original Price: $199.99
Quality Status: approved
Status: Live
What You Will Learn
- Master GraphQL tool and how to use technology tools to build and consume robust API's with GraphQL
- Use NodeJS, Express and GraphQL to create a backend server for your Android Apps to consume
- Understand the whole picture of development – front and backend
- Build an Android Client App from Scratch with Apollo which Consumes the GraphQL API we Built
- Have a Strong Understand of GraphQL Syntax, Types and Data Object Relationships
- MongoDB and mongoose data Collections
- Deploy our GraphQL Project to Heroku
Who Should Attend
- Novice and advanced developers who want to learn GraphQL
- Android Developers who want to build Backend API's with GraphQL
- Beginner Developers with minimum programming knowledge who are curious about learning GraphQL
Target Audiences
- Novice and advanced developers who want to learn GraphQL
- Android Developers who want to build Backend API's with GraphQL
- Beginner Developers with minimum programming knowledge who are curious about learning GraphQL
GraphQL is the new way of building scalable, reliable, and concise API’s that any client can consume.
If you want to master GraphQL with Apollo so you can then use, in our case, the Android app as the client, then this course is for you.
This course will get you up and running with GraphQL quickly and teach you the core knowledge you need to deeply understand and build GraphQL APIs and deploy them remotely and incorporate Apollo middleware so you can consume the data in Android applications quickly.
GraphQL fundamentals? Is included.
Building the backend with Node, Express, MongoDB, and Apollo? Alsoincluded.
Integration with Native Android App Development? You got it!
If you are new to GraphQL, or if maybe you’ve dabbled in it for a bit but still want to get a better grasp of GraphQL, then this is certainly a course you should take.
The course follows a linear structure for better retention. Here’s what’s included ( just a gist of it):
-
Learn and understand why GraphQL is the desirable way of building succinct APIs
-
Learn the fundamentals of GraphQL: Scalable types and Schemas
-
Deep understanding of what Graphin GraphQL means.
-
Setting up the server-side code with Node and Express, and Javascript.
-
Setting up MongoDB Collections
-
GraphQL Queries and Mutations
-
Creating relationships between your data objects
-
Deploy the server-side GraphQL project to Heroku
-
And finally, create an Android App that interfaces with our GraphQL API
As you can see, this course covers all you need to know to become a well-rounded developer. You’ll learn the backend and the front-end as well.
GraphQL is a big deal. So much that big companies, such as Facebook ( they created GraphQL ), Shopify, Fairfax, Intuit, KLM, Paypal, Pinterest, Twitter, and so many more, use it!
I created this course with you in mind – I wanted you to get up and to run, creating your own amazing projects with the tools and technologies I cover in the course.
By the end of this course, you will be fluently creating GraphQL API’s and tie them up with any client (be it web or Android client). And that’s when you will call yourself a true well-rounded developer.
See you inside.
Paulo
Course Curriculum
Chapter 1: Introduction
Lecture 1: Welcome to the Course
Lecture 2: How to Get the Most out of this Course
Chapter 2: Why GraphQL – GraphQL vs REST
Lecture 1: GraphQL – What is it? Why GraphQL?
Lecture 2: GraphQL Who Created it?
Lecture 3: GraphQL – Overview and Graph Theory
Lecture 4: Demo – GraphQL Quick Demo
Lecture 5: Course PDF Slides to Help You Learn Better
Lecture 6: Server Side Project Source Code
Lecture 7: Android Client App Project Source Code
Chapter 3: Getting Started with GraphQL, Server Side and Development Environment Setup
Lecture 1: Section Introduction
Lecture 2: Development Tools to Install – Cmdr, VSCode and Nodejs
Lecture 3: VSCode Editor Command Cheat Sheets
Lecture 4: Understanding the basics of the IDE – Extensions, Keyboard Shortcuts
Lecture 5: Terminal (Command Line) Commands Cheat Sheet
Lecture 6: Setting up Our First Project
Lecture 7: Install NodeJS and Express
Lecture 8: Installing GraphQL and Express
Lecture 9: Creating and Understanding Schemas
Lecture 10: Creating Our Very First GraphQL Query and RootQueries
Lecture 11: The Resolve Method – Returning Data back
Lecture 12: Adding a Hobby Type and RootQuery
Lecture 13: Adding the Post Type
Lecture 14: Adding Relationship between Types
Lecture 15: Showing Users Relashionship
Lecture 16: User Type Relationship to Hobby
Lecture 17: Posts Query
Lecture 18: Hobbies Query – Adding Fields
Chapter 4: GraphQL – Core Concepts – Mutations
Lecture 1: Introduction to Mutations in GraphQL
Lecture 2: Creating a User with Mutations
Lecture 3: Creating a Post with Mutations
Lecture 4: Creating a Hobby with Mutations
Lecture 5: Adding a Post Query
Lecture 6: Post and Hobby Queries
Chapter 5: GraphQL – Types
Lecture 1: Understanding GraphQL Scalar Types – Part 1
Lecture 2: GraphQL – Types – Non Nullables
Lecture 3: GraphQL – Scalar Types and Object Types
Chapter 6: Connecting to an External Database – MongoDB
Lecture 1: MongoDB and Relational Databases – Presentation
Lecture 2: Creating an mLab – MongoDB Account
Lecture 3: Installing Mongoose Package and Connecting
Lecture 4: Creating Mongoose Models – User Model
Chapter 7: GraphQL – Intermediate Concepts – Mutations
Lecture 1: Mutation in GraphQL – Updating a User Type
Lecture 2: Mutation in GraphQL – Updating a Post and Hobby Types
Lecture 3: Mutation in GraphQL – Removing a User Type
Lecture 4: Mutation in GraphQL – Remove Mutation – Final
Chapter 8: Deploying Our Project to Heroku
Lecture 1: Introduction to Remote Servers
Lecture 2: Deploying our Node GraphQL App to Heroku
Lecture 3: Using Prisma Playground
Lecture 4: NOTE on Apollo Codegen!
Chapter 9: Building the Android GraphQL Client App
Lecture 1: Learning Path
Lecture 2: About Apollo and the Documentation
Lecture 3: Adding Apollo Dependencies to Android Studio
Lecture 4: Generating the JSON Schema File
Lecture 5: Android Apollo Project File Structure
Lecture 6: Setting up Apollo Project and Getting GraphQL Data
Lecture 7: Fetching More Data and Showing on the Screen
Lecture 8: Setting up Android Client's App User Interface – Row Cell
Lecture 9: RecyclerView Adapter
Lecture 10: Finalizing Our Recyclerview Adapter
Lecture 11: RecyclerView Adapter – Final
Lecture 12: Showing List of Users on Screen
Lecture 13: Creating UI for Details Screen
Lecture 14: Passing Data to Details Activity
Lecture 15: Restructuring Details View
Lecture 16: Apollo and Gradle Gotchas and FIXES!
Lecture 17: Showing Users Hobbies and Posts
Lecture 18: Creating Details RecyclerView – Part 1
Lecture 19: Setting up Details Activity Adapter
Lecture 20: Finalizing Details Screen (Activity)
Chapter 10: Building the Android GraphQL Client App – Continuation
Lecture 1: Fixing the User Filtering Process
Lecture 2: Hide View if No Hobbies or Posts Found
Lecture 3: Setting up Add User Activity
Lecture 4: Setting up Mutation Classes
Lecture 5: Adding a User
Lecture 6: Finalizing Adding User, Hobbies and Posts
Chapter 11: Update and Delete – Android Apollo Client App
Lecture 1: Setting up UI for Updates
Lecture 2: Updating a User
Lecture 3: Updating a User – Final
Lecture 4: CHALLENGE: Implement Save Hobby and Save Post
Lecture 5: Finish Adding Post and Hobby
Lecture 6: User Interface for Delete Mutation
Lecture 7: Delete User – Congratulations – Finished App
Chapter 12: Wrap-up
Lecture 1: Course Round-up
Chapter 13: Bonus – Get My Other Courses
Lecture 1: Discount for my Other Courses
Instructors
-
Paulo Dichone | Software Engineer, AWS Cloud Practitioner & Instructor
Android, Flutter, AWS, Best Selling Instructor
Rating Distribution
- 1 stars: 3 votes
- 2 stars: 4 votes
- 3 stars: 13 votes
- 4 stars: 27 votes
- 5 stars: 49 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