Flutter retrofit network call implementation

  Flutter retrofit : Flutter Retrofit is a powerful combination for efficient network requests and API integration in Flutter applications. Leveraging Retrofit, a robust HTTP client library, enhances the capability to seamlessly communicate with APIs and handle data effortlessly. This integration empowers Flutter developers to streamline the networking aspect of their projects, resulting in cleaner … Read more

Android swipe to refresh view || Pull down refresh

  Every app needs to fetch data on user interaction that may be using a refresh button or may be a swipe to refresh view or pull down to refresh view. In this blog we can get through Android swipe to refresh view tutorial. In almost every app like youtube, facebook, twitter, instagram, gmail, yahoo and … Read more

Android Upload Image Using Retrofit Library Part 2 || Upload Image to Server

  Android Upload Image Using Retrofit Library Part 1 || Upload Image to Server Upload Image Using Retrofit Library : In continuation to previous tutorial we will be dealing with client side i.e., android app development using the fields specified in the database. Add retrofit to your project We need to add retrofit library dependency’s … Read more

Android Upload Image Using Retrofit Library Part 1 || Upload Image to Server

In this blog on Android Upload Image Using Retrofit Library we will discuss hoe to upload a image onto server using retrofit library. Every now and then we require to upload a image to server either it is regarding a user profile picture or any other image from your device to database. Also you can … Read more

Show Buttons
Hide Buttons