rugueTheDeveloper

HomeBadges

Using Retrofit to load and display a grid of images with RecyclerView - Part 2

Jan 15, 20218 min read

Display Gallery details In part 1, we created an app called SimpleGallery which displays a grid of spaceships images from a web URL. In this task, you add a detail fragment to display the details of a specific property. The detail fragment will sho...

Using Retrofit to load and display a grid of images with RecyclerView - Part 1

Jan 15, 202113 min read

In this tutorial, we will create an app called SimpleGallery which displays a grid of spaceships images from a web URL. This app connects to a web service to retrieve and display the property data. We will use a RecyclerView with a GridLayoutManager ...

Loading and displaying images from the internet with Retrofit into your android app

Jan 2, 20219 min read

In this tutorial, we'll learn how to load and display photos from a web URL. We'll use Glide to display a single image from a web service. Let's get started... Step 1: Create a new project and call it DisplayDataImage Open Android Studio if it is no...

Retrieve and Display data from the internet into your Android App with Retrofit: 2

Dec 26, 20207 min read

In the previous task, we retrieved data from a web API service JSONPlaceholder and displayed the raw JSON data into our android app. We'll go over the steps covered in the last task but this time we'll parse the JSON response with Moshi library a...

Simple Contact List with ListTile

Dec 26, 20207 min read

Simple Contact List with ListTile According to the Flutter API reference documentation a ListTile is a single fixed-height row that typically contains some text as well as a leading or trailing icon. Today, we are going to see how to build a simple...

Retrieve and Display data from the Internet into your Android App with Retrofit.

Dec 9, 20207 min read

In this tutorial, we'll build an app that connects to a web service to retrieve and display data. We'll be using the Retrofit library to connect to a REST web service on the internet and get a response. For now, we focus on displaying raw JSON. And o...

© 2021 rugueTheDeveloper

PrivacyTerms
Proudly part of