Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 537 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 537 Bytes

Dogglers

Dogglers or Dog Lovers App

Introduction

This Android app shows scrolling lists of Googlers' pet dogs along with a bit of information about each one, such as their name, age, hobbies, and a photo.

Learnings

In this project, I have learnt to build layouts for the RecyclerView items in the Dogglers app, and implement an adapter so that the list of dogs can be presented three ways: by horizontal scrolling, vertical scrolling, and vertically scrolling grid layout.