An android app that supports seraching for restaurants and pinning for favorites using yelp API.
There are three types of screen namely search screen , detailed screen and favorites screen.
In search screen user will be searching for a restaurants using any word or letter i.e keyword. Here he/she will be presented with variety of options for perfectly searching for the exact restaurant.
In detailed screen the user can find the details of a particular restaurant with various options provided to make the app more user friendly and easy to use using a heart icon for making any restaurant favorite.
In Favorite Screen user is using the same feature as search screen with a single difference that only favorite restaurant will be seen. Actually the list is saved in the SQLite database so that any user can access the data directly without even searching using the keyword.