#2 Retrofit Android Tutorial - MySQL Basics

preview_player
Показать описание
#RetrofitSimplifiedCoding

Before moving into android project, we need to built the backend, and as we are going to use MySQL as the database, this video will explain the basics about MySQL.

What is Retrofit?
------------------
Retrofit is a type-safe HTTP client for Android and Java. You can make network requests using Retrofit and it is used in android to call RESTful APIs.

Why Retrofit?
--------------
Though it is not necessary that you use a library like Retrofit for the network calls in your application. But if you will not use a library you have to take care of a lot of things, and it increases the task and amount of code.
Whereas Retrofit has predefined methods to quickly perform network requests. We also have other libraries in android for example volley, but if you are still using Volley for network operations then it is highly recommended that you should migrate to retrofit now. Retrofit is better than volley.

In this Retrofit Android Tutorial series we will learn a lot of things. We will learn
- Building RESTful API using SLIM framework
- Making the calls from our android app using Retrofit
- We will also learn deploying the REST API

If you need the source code you can get it from this link:

For more content visit Simplified Coding

Donate and Support Me
[If you think my contents are helpful]
➤ PayTM (India Only): +918340154535

Check My Other Courses:

And I request you all to please share this video to your friends, and help me gain more views and subscribers. (Only if you think I am creating good content that is helpful for you)

And lastly you can follow me on my social profiles

-- Thank You All for the Love and Support --
Рекомендации по теме
Комментарии
Автор

I love your tutorial brother I am from Bangladesh

tanjimahmed
Автор

can i use this series to retriev data from database into my recyclerview

mimabouyahmed
Автор

play a drinking game every time he says 'OK' lmaoo

vincentprawira
Автор

Hello sir, i want to create a school notification app for my school what do i need to learn?

techwithjovi
Автор

sir cann't we all those things with firebase?Is there necessary to use mysql to save data y not firebase?

anjurawat