Android App using Retrofit and Restful Web Services
Build an android app that helps us to retrieve and send data to the web service with the help of Retrofit.
Mar 21, 20237 min read626

Search for a command to run...
Articles tagged with #kotlin
Build an android app that helps us to retrieve and send data to the web service with the help of Retrofit.

What is a splash screen? At the very beginning, when we open any application and see the first graphical screen we receive, it is called a splash screen. Normally, every app has a logo, if we don't modify this default icon or any custom screen that i...
