GET UNLIMITED DOWNLOADS
Join Telegram
DMCA -Urgent Content Remove
PSDLY.COM
  • Photoshop
    • Mockups
      • Logo Mockups
      • T Shirt Mockups
      • Business Card
      • Branding Mockups
      • Stationery Mockups
      • Flyer/Poster Mockups
      • Bill-Board Mockups
      • Product Mockups
      • Brochure Mockups
      • Device Mockup
    • Lightroom Preset
    • Photoshop Actions
    • Brushes & Gradient
    • Patterns
    • Objects
    • Textures
    • Templates
    • Magazine
  • Videohive
    • After Effect
      • Broadcast Packages
      • Elements
      • Infographics
      • Logo Stings
      • Titles
      • Openers
      • Product Promo
    • Premiere Pro
    • DaVinci Resolve
    • Footage
    • Apple Motion
    • VIP Templates
  • Fonts
  • Luts
  • Sounds
    • VSTAudio
    • Loops
    • Sound Effect
    • Sound FX
    • Refills
  • Courses
    • After Effects Tutorials
    • WSO Tutorials
    • 3D Tutorials
    • Drawing & Painting
    • Film & Media
    • Flash Tutorials
    • Music Learning
    • Photoshop Tutorials
    • Photography
    • Programming
    • Sound & Production
    • Game Devolopment
    • Ai Courses
    • Web Design Tuts
    • Other Tutorials
  • 3D Models
    • 3ds Max
    • Maya
    • Daz 3D poser
    • Game Assets
    • Cinema 4D
  • Plug-ins
    • AE Plugin
    • Photoshop
    • Illustrator
    • Cinema 4D
    • 3D Max
No Result
View All Result
PSDLY.COM
  • Photoshop
    • Mockups
      • Logo Mockups
      • T Shirt Mockups
      • Business Card
      • Branding Mockups
      • Stationery Mockups
      • Flyer/Poster Mockups
      • Bill-Board Mockups
      • Product Mockups
      • Brochure Mockups
      • Device Mockup
    • Lightroom Preset
    • Photoshop Actions
    • Brushes & Gradient
    • Patterns
    • Objects
    • Textures
    • Templates
    • Magazine
  • Videohive
    • After Effect
      • Broadcast Packages
      • Elements
      • Infographics
      • Logo Stings
      • Titles
      • Openers
      • Product Promo
    • Premiere Pro
    • DaVinci Resolve
    • Footage
    • Apple Motion
    • VIP Templates
  • Fonts
  • Luts
  • Sounds
    • VSTAudio
    • Loops
    • Sound Effect
    • Sound FX
    • Refills
  • Courses
    • After Effects Tutorials
    • WSO Tutorials
    • 3D Tutorials
    • Drawing & Painting
    • Film & Media
    • Flash Tutorials
    • Music Learning
    • Photoshop Tutorials
    • Photography
    • Programming
    • Sound & Production
    • Game Devolopment
    • Ai Courses
    • Web Design Tuts
    • Other Tutorials
  • 3D Models
    • 3ds Max
    • Maya
    • Daz 3D poser
    • Game Assets
    • Cinema 4D
  • Plug-ins
    • AE Plugin
    • Photoshop
    • Illustrator
    • Cinema 4D
    • 3D Max
No Result
View All Result
PSDLY.COM
No Result
View All Result
Home Programming

Build Modern Android App with REST API and Ktor Server

December 14, 2021
in Programming, Free Course, Tutorials
Build Modern Android App with REST API and Ktor Server

Build Modern Android App with REST API and Ktor Server

This Asset we are sharing with you the Build Modern Android App with REST API and Ktor Server free download links. On our website, you will find lots of premium assets free like Free Courses, Photoshop Mockups, Lightroom Preset, Photoshop Actions, Brushes & Gradient, Videohive After Effect Templates, Fonts, Luts, Sounds, 3d models, Plugins, and much more. Psdly.com is a free graphics content provider website that helps beginner graphic designers as well as freelancers who can’t afford high-cost courses and other things.

File Name:Build Modern Android App with REST API and Ktor Server
Content Source:https://www.udemy.com/course/build-modern-android-app-with-rest-api-and-ktor-server/
Genre / Category:Programming
File Size :6.1 GB
Publisher: udemy
Updated and Published:December 14, 2021
Product Details

Build Modern Android App with REST API and Ktor Server — Free download

What you’ll 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
AND MORE…

Description
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!

image

DOWNLOAD LINK: Build Modern Android App with REST API and Ktor Server

Build_Modern_Android_App_with_REST_API_and_Ktor_Server.part1.rar – 2.0 GB
Build_Modern_Android_App_with_REST_API_and_Ktor_Server.part2.rar – 2.0 GB
Build_Modern_Android_App_with_REST_API_and_Ktor_Server.part3.rar – 2.0 GB
Build_Modern_Android_App_with_REST_API_and_Ktor_Server.part4.rar – 1001.1 MB

FILEAXA.COM – is our main file storage service. We host all files there. You can join the FILEAXA.COM premium service to access our all files without any limation and fast download speed.

Subscribe Our Telegram Channel
Tags: free courseprogrammingTutorials

More Download

Patreon - Sewing Kit 3D Modeling Tutorial
3D Tutorials

Patreon – Sewing Kit 3D Modeling Tutorial

...

Patreon - Stylized Ice Cream Truck 3D Tutorial
3D Tutorials

Patreon – Stylized Ice Cream Truck 3D Tutorial

...

AI and Automation for Finance & Insurance (Beginner Level)
Other Tutorials

Udemy – AI and Automation for Finance & Insurance (Beginner Level)

...

Power Point Presentation & Infographics Mastery
Other Tutorials

Udemy – Power Point Presentation & Infographics Mastery

...

Load More

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *


Creative Search

No Result
View All Result

About us.

You Can Download Free Thousands of Premium Quality Graphics Resource Mockups, Videohive, Templates, Fonts, Course, Add-Ons, Web Theme for Personal use

Follow us

Free GFX Pack

  • Free Mockups
  • Free Logo Mockups
  • Free T-Shirt Mockups
  • Free Product Mockups

Free VFX Pack

  • Free Footage
  • Free Premiere Pro
  • After Effect Template
  • Free Videohive Download

Free Add-Ons

  • Brushes And Gradient
  • Free Lightroom Preset
  • Free Photoshop Actions

Free Web Pack

  • Free Wp Theme
  • Free Wp Plugin
  • Free HTML Theme
  • Free Blogger Template
  • Home
  • Donate
  • About us
  • Contact
  • DMCA – Content Removal

© 2019 - 2025 Psdly.com. All rights reserved.

No Result
View All Result
  • Photoshop
    • Mockups
      • Logo Mockups
      • T Shirt Mockups
      • Business Card
      • Branding Mockups
      • Stationery Mockups
      • Flyer/Poster Mockups
      • Bill-Board Mockups
      • Product Mockups
      • Brochure Mockups
      • Device Mockup
    • Lightroom Preset
    • Photoshop Actions
    • Brushes & Gradient
    • Patterns
    • Objects
    • Textures
    • Templates
    • Magazine
  • Videohive
    • After Effect
      • Broadcast Packages
      • Elements
      • Infographics
      • Logo Stings
      • Titles
      • Openers
      • Product Promo
    • Premiere Pro
    • DaVinci Resolve
    • Footage
    • Apple Motion
    • VIP Templates
  • Fonts
  • Luts
  • Sounds
    • VSTAudio
    • Loops
    • Sound Effect
    • Sound FX
    • Refills
  • Courses
    • After Effects Tutorials
    • WSO Tutorials
    • 3D Tutorials
    • Drawing & Painting
    • Film & Media
    • Flash Tutorials
    • Music Learning
    • Photoshop Tutorials
    • Photography
    • Programming
    • Sound & Production
    • Game Devolopment
    • Ai Courses
    • Web Design Tuts
    • Other Tutorials
  • 3D Models
    • 3ds Max
    • Maya
    • Daz 3D poser
    • Game Assets
    • Cinema 4D
  • Plug-ins
    • AE Plugin
    • Photoshop
    • Illustrator
    • Cinema 4D
    • 3D Max