Build Modern Android App with REST API and Ktor Server
Build Modern Android App with REST API and Ktor Server, available at $74.99, has an average rating of 4.73, with 98 lectures, based on 449 reviews, and has 3554 subscribers.
You will learn about Develop an Android Application Develop a Backend Server with Ktor Create your own REST API Design App UI using Jetpack Compose UI toolkit Clean Architecture + Use Cases Create and Configure a Backend Server Learn about Server Engines Learn about Server Modules Learn about Server Plugins Handle Server Requests and Responses Display Static Content on the Server Templating Auto-Reload Server feature How to use Postman Generate Ktor Project Create and Handle Server Endpoints Implement Serialization Custom Headers Static Pages Testing Server Endpoints Paging 3 Library with Jetpack Compose Offline Caching with Remote Mediator Work with multiple Paging Sources in Android Studio ROOM as a Local Database Dependency Injection on both Server and Android project Dependency Injection with Koin Dependency Injection with Dagger-Hilt Implement On Boarding Screens Implement Compose Navigation Implement Swipe to Refresh Search Widget – Custom UI Component with Jetpack Compose Rating Widget – Custom UI Component with Jetpack Compose Ordered List – Custom UI Component with Jetpack Compose Info Box – Custom UI Component with Jetpack Compose Testing Custom UI Components Testing Android Application (Partially) Shimmer Effect Beautiful App Design Animated Splash Screen Palette API Dynamic Layout Colors Extract Colors from an Image and Apply them into the Layout MVVM Retrofit Send HTTP Requests KotlinX Serialization Coil Image Loading Library Horizontal Pager Pager Indicators System UI Controller Both Light and Dark Theme Design Server Deployment on Heroku AND MORE… This course is ideal for individuals who are Android Developers or Android Designers or Mobile Developers or Anyone who wants to learn how to develop Android App using the Newest and Modern technologies and API's or Anyone who wants to learn how to develop Develop Android Apps with Kotlin programming language or Anyone who wants to learn how to develop an Android App using the modern UI Toolkit called Jetpack Compose or Anyone who wants to learn how to develop an App using a clean architecture. It is particularly useful for Android Developers or Android Designers or Mobile Developers or Anyone who wants to learn how to develop Android App using the Newest and Modern technologies and API's or Anyone who wants to learn how to develop Develop Android Apps with Kotlin programming language or Anyone who wants to learn how to develop an Android App using the modern UI Toolkit called Jetpack Compose or Anyone who wants to learn how to develop an App using a clean architecture.
Enroll now: Build Modern Android App with REST API and Ktor Server
Summary
Title: Build Modern Android App with REST API and Ktor Server
Price: $74.99
Average Rating: 4.73
Number of Lectures: 98
Number of Published Lectures: 98
Number of Curriculum Items: 98
Number of Published Curriculum Objects: 98
Original Price: $199.99
Quality Status: approved
Status: Live
What You Will Learn
- Develop an Android Application
- Develop a Backend Server with Ktor
- Create your own REST API
- Design App UI using Jetpack Compose UI toolkit
- Clean Architecture + Use Cases
- Create and Configure a Backend Server
- Learn about Server Engines
- Learn about Server Modules
- Learn about Server Plugins
- Handle Server Requests and Responses
- Display Static Content on the Server
- Templating
- Auto-Reload Server feature
- How to use Postman
- Generate Ktor Project
- Create and Handle Server Endpoints
- Implement Serialization
- Custom Headers
- Static Pages
- Testing Server Endpoints
- Paging 3 Library with Jetpack Compose
- Offline Caching with Remote Mediator
- Work with multiple Paging Sources in Android Studio
- ROOM as a Local Database
- Dependency Injection on both Server and Android project
- Dependency Injection with Koin
- Dependency Injection with Dagger-Hilt
- Implement On Boarding Screens
- Implement Compose Navigation
- Implement Swipe to Refresh
- Search Widget – Custom UI Component with Jetpack Compose
- Rating Widget – Custom UI Component with Jetpack Compose
- Ordered List – Custom UI Component with Jetpack Compose
- Info Box – Custom UI Component with Jetpack Compose
- Testing Custom UI Components
- Testing Android Application (Partially)
- Shimmer Effect
- Beautiful App Design
- Animated Splash Screen
- Palette API
- Dynamic Layout Colors
- Extract Colors from an Image and Apply them into the Layout
- MVVM
- Retrofit
- Send HTTP Requests
- KotlinX Serialization
- Coil Image Loading Library
- Horizontal Pager
- Pager Indicators
- System UI Controller
- Both Light and Dark Theme Design
- Server Deployment on Heroku
- AND MORE…
Who Should Attend
- Android Developers
- Android Designers
- Mobile Developers
- Anyone who wants to learn how to develop Android App using the Newest and Modern technologies and API's
- Anyone who wants to learn how to develop Develop Android Apps with Kotlin programming language
- Anyone who wants to learn how to develop an Android App using the modern UI Toolkit called Jetpack Compose
- Anyone who wants to learn how to develop an App using a clean architecture.
Target Audiences
- Android Developers
- Android Designers
- Mobile Developers
- Anyone who wants to learn how to develop Android App using the Newest and Modern technologies and API's
- Anyone who wants to learn how to develop Develop Android Apps with Kotlin programming language
- Anyone who wants to learn how to develop an Android App using the modern UI Toolkit called Jetpack Compose
- Anyone who wants to learn how to develop an App using a clean architecture.
Hello there and welcome to my course!
This course will be special. Why? Well because I’m going to teach you how to build not just another android application, but also a backend server, your own REST API!
The main purpose of that server will be to provide the data to our Android Application. You will learn how to successfully establish a quality communication between client, or in this case our Android App, and a backend server.
For the backend we will use ktor framework which is built primarily on Kotlin and Coroutines! You will learn everything about that framework, how to create your own endpoints, how to work with client requests, receive query parameters, process that same request on your backend, and finally send a fully prepared response to your clients, or in this case an Android App which we are going to develop as well.
Now, our Android Application will use the newest API’s and libraries. For designing our Application layout we will use a modern UI toolkit called jetpack compose. For communicating with our backend we will use a retrofit, and paging 3 library along with remote mediator, so we can automatically store and cache that data from the server into our Local ROOM database. That way we will be able to load the data into our Application, even if we don’t have an internet connection.
And that’s not all, I will also teach you how to test your Backend Server as well as your Android App. We are going to test all our server endpoints, the most important parts of our Android application and few custom UI components which we are going to build using Jetpack Compose! I’m going to teach you how to create a custom UI component called Rating Widget, using Jetpack Compose, it will look amazing!
Next you will learn how to implement a swipe to refresh functionality in your app, how to implement a palette API so you can display dynamic colors into your layout depending on the image we load into our Screen. And many other different things Bottom Line, there is a lot of work to do, so get ready, because this will be quite of a journey!
So what are you waiting for developers. Let’s get started!
Course Curriculum
Chapter 1: Introduction
Lecture 1: Introduction
Lecture 2: Project Repositories and Resources
Chapter 2: Introducing with Ktor Framework
Lecture 1: Introducing with the Ktor Framework
Lecture 2: Download & Install IntelliJ IDEA
Lecture 3: Create Ktor Project Manually
Lecture 4: Ktor Project Generator
Lecture 5: Servers & Configurations
Lecture 6: Modules
Lecture 7: Plugins
Lecture 8: Introducing with Postman
Lecture 9: Requests/Responses
Lecture 10: Static Contents
Lecture 11: Templating
Lecture 12: Auto-Reload
Chapter 3: Let's Build our Backend Server
Lecture 1: Setup the Project – Server
Lecture 2: Install Plugins
Lecture 3: Create Model Classes
Lecture 4: Create HeroRepository
Lecture 5: Create Root Endpoint
Lecture 6: Create AllHeroes Endpoint – Part 1
Lecture 7: Create AllHeroes Endpoint – Part 2
Lecture 8: Create SearchHeroes Endpoint
Lecture 9: Status Pages
Chapter 4: Let's Test our Backend Server
Lecture 1: Testing ROOT Endpoint
Lecture 2: Testing All Heroes Endpoint – Part 1
Lecture 3: Testing All Heroes Endpoint – Part 2
Lecture 4: Testing Search Heroes Endpoint
Chapter 5: Let's Build our App!
Lecture 1: Setup the Project – App
Lecture 2: Setup Navigation
Lecture 3: Create Hero Entity
Lecture 4: Create HeroDao & BorutoDatabase
Lecture 5: Create HeroRemoteKey Entity & Dao
Lecture 6: Create DatabaseConverter class
Lecture 7: Setup Dagger-Hilt
Lecture 8: Design Splash Screen
Lecture 9: Animate Splash Screen & Apply StatusBar Color
Lecture 10: Design Welcome Screen – Part 1
Lecture 11: Design Welcome Screen – Part 2
Lecture 12: Design Welcome Screen – Part 3
Lecture 13: Setup DataStore Preferences
Lecture 14: Create Repository & First Use Cases
Lecture 15: Handle On Boarding Pages & Navigation
Lecture 16: Home Screen – Design Top Bar
Lecture 17: Create ApiResponse & BorutoApi
Lecture 18: Create NetworkModule object
Lecture 19: Introducing with Paging 3
Lecture 20: About Remote Mediator
Lecture 21: Implement RemoteMediator and load() function – Part 1
Lecture 22: Implement RemoteMediator and load() function – Part 2
Lecture 23: Create RemoteDataSource & Implementation
Lecture 24: Create GetAllHeroes Use Case
Lecture 25: Design RatingWidget – Filled Star
Lecture 26: Design RatingWidget – Half Filled Star
Lecture 27: Design RatingWidget – Empty Star
Lecture 28: Design RatingWidget – Calculation
Lecture 29: Design HeroItem
Lecture 30: Load and Display Data from the Server
Lecture 31: Create Animated Shimmer Effect
Lecture 32: Display Shimmer Effect
Lecture 33: Implement initialize() function – RemoteMediator
Lecture 34: Modify Server Test Function
Lecture 35: Caching Header Explained
Lecture 36: Handle Paging Error
Lecture 37: Search Screen – SearchWidget
Lecture 38: Search Screen – SearchViewModel
Lecture 39: Search Screen – Implement SearchHeroesSource
Lecture 40: Search Screen – Implement SearchHeroesUseCase
Lecture 41: Search Screen – Display Searched Heroes
Lecture 42: Implement Swipe to Refresh
Lecture 43: Details Screen – Info Box
Lecture 44: Details Screen – Ordered List
Lecture 45: Details Screen – LocalDataSource & GetSelectedHeroUseCase
Lecture 46: Details Screen – DetailsViewModel
Lecture 47: Details Screen – Design BottomSheetContent
Lecture 48: Details Screen – Design BackgroundContent
Lecture 49: Details Screen – Animate BackgroundContent Image
Lecture 50: Details Screen – Animate Sheet Radius
Lecture 51: About Palette API
Lecture 52: Create PaletteGenerator Object
Lecture 53: Implement Palette Colors in Details Screen
Chapter 6: Let's Test our App
Lecture 1: Let's start Testing!
Lecture 2: Create FakeBorutoApi
Lecture 3: Testing SearchHeroSource
Lecture 4: Create FakeBorutoApi2
Lecture 5: Testing HeroRemoteMediator
Lecture 6: About UI Testing
Lecture 7: Testing Search Widget
Lecture 8: Testing Rating Widget
Chapter 7: Backend – Alternative Approach
Lecture 1: Alternative Approach Showcase
Chapter 8: Server Deployment & Heroku
Lecture 1: About Heroku
Lecture 2: Deploy Server on Heroku
Chapter 9: Final Word
Instructors
-
Stefan Jovanovic
Kotlin Multiplatform Developer
Rating Distribution
- 1 stars: 6 votes
- 2 stars: 6 votes
- 3 stars: 19 votes
- 4 stars: 112 votes
- 5 stars: 306 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