×

Genuine Coder's video: Connect Android App To Spring Boot Server Chapter 4

@Connect Android App To Spring Boot Server | Chapter #4
In this tutorial, we will create a new Android application from scratch that will work as a client to the Spring Boot Server. In the app, we will create a form GUI for entering employee details. Once the form is filled and the save button is pressed, the object will be sent to the server via POST request. The server will then accept the POST request and saves the employee into the MySQL database. For connecting to the REST API, we will use Retrofit library (https://square.github.io/retrofit/). It is straightforward to use and provides out of the box support for asynchronous network operations. You can find this project in GitHub at https://github.com/afsalashyana/Spring-boot-tutorial Tags: Introduction: (0:00) Create new Android project: (1:30) Configure Retrofit for REST API Calls: (5:48) Design the Employee creation form: (13:54) Code the Employee creation form: (19:14) Making POST request via Retrofit: (22:22) Fixing the bug "CLEARTEXT Communication not permitted": (28:47)

275

13
Genuine Coder
Subscribers
21.9K
Total Post
194
Total Views
686.4K
Avg. Views
11.8K
View Profile
This video was published on 2022-03-23 10:00:03 GMT by @Genuine-Coder on Youtube. Genuine Coder has total 21.9K subscribers on Youtube and has a total of 194 video.This video has received 275 Likes which are higher than the average likes that Genuine Coder gets . @Genuine-Coder receives an average views of 11.8K per video on Youtube.This video has received 13 comments which are lower than the average comments that Genuine Coder gets . Overall the views for this video was lower than the average for the profile.Genuine Coder #Java #SpringBoot #Android Introduction: has been used frequently in this Post.

Other post by @Genuine Coder