πŸ’» Android

Read articles related to mobile application development using Java & Kotlin. More articles on this can be found on my Medium blog - medium.com/@themavencoder

Android Series: Using Retrofit to Consume APIs

Android Series: Using Retrofit to Consume APIs
Members Public

PrologueThese are the articles in this series: Android Series: A Practical Guide To Understanding Retrofit.Android Series: Using Retrofit To Consume APIs.There are two ways to write error-free programs; only the third one works. β€” Alan J. PerlisIn the previous article in this series, we learnt the basis of retrofit

Tobiloba Adejumo
Tobiloba Adejumo
πŸ’» Android
Android: A Practical Guide to Understanding Retrofit

Android: A Practical Guide to Understanding Retrofit
Members Public

English is quite different from programming. An English man defines retrofit as a process of pimping or modifying a component or an accessory. An engineer or a programmer sees retrofit as a library.

Tobiloba Adejumo
Tobiloba Adejumo
πŸ’» Android
Android: Implementing Email Verification with Facebook Account Kit

Android: Implementing Email Verification with Facebook Account Kit
Members Public

This is the second article in this series on Implementing Phone Number Verification With Facebook Account Kit.

Tobiloba Adejumo
Tobiloba Adejumo
πŸ’» Android
Android: Implementing Phone Number Verification with Facebook Account Kit

Android: Implementing Phone Number Verification with Facebook Account Kit
Members Public

β€ŒIf you want to learn how to implement phone number verification with Facebook Account Kit, then this short article is for you. Let’s get started!

Tobiloba Adejumo
Tobiloba Adejumo
πŸ’» Android
Android: Dealing with ClassCastException

Android: Dealing with ClassCastException
Members Public

ClassCastException is thrown to indicate that the code has attempted to cast an object to a subclass of which it is not an instance.

Tobiloba Adejumo
Tobiloba Adejumo
πŸ’» Android
Android: MVP Architecture

Android: MVP Architecture
Members Public

What you really need to know for now is that interface helps to create a single point of reference

Tobiloba Adejumo
Tobiloba Adejumo
πŸ’» Android