Simple Yelp App

Sangeeth Amirthanathan

Simple Yelp App - Visualising the list of restaurants and delaits on recycler view fetch from Yelp API

Time spent: 2 hours spent in total

Functionality

The following required functionality is completed:

  • User can view list of restaurants and their details in single screen

The following extensions are implemented:

  • Custom Recycler view
  • Read Data from Yelp API and displayed
  • Retrofit for streaming data from API
  • Glide for image streaming from Yelp API

Video Walkthrough

Here's a walkthrough of implemented user stories:

20220620_043832 (1)

Notes

Challenges i faced to develop API fetching using Retrofit, Creating the recycler view and streaming images with Glide

License

Copyright 2022 Sangeeth Amirthanathan

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.