API calling using Retrofit (Login) | Simple login with Retrofit

preview_player
Показать описание
API calling using Retrofit (Log in) | Simple login with Retrofit

Subscribe Channel :

Helper Videos:

1. API calling using Retrofit(POST) in Android Studio | Calling a POST API on android :

Other Videos:

1. how to log in and register using firebase in the android studio:

2. Login and Register Using Sqlite in Android Studio :

3. How to connect the android studio project to firebase :

4. How login and register using a phone number in the android studio:

5. how to create a navigation drawer in android studio.
Рекомендации по теме
Комментарии
Автор

So i tried using wrong login credentials and i have updated the model class login response with error but the app crashes instead and i get this error message Toast.makeText(Login.this, response.body().getToken(), Toast.LENGTH_LONG).show();

seunoke