vivekojha1108 / RestaurantFinderApp

Restaurant Finder App Using Zomato API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RestaurantFinderApp

Restaurant Finder App Using Zomato API

Dependecies

Used Dependencies

    dependencies{
        implementation 'com.google.android.material:material:1.2.1'
        implementation 'com.amitshekhar.android:android-networking:1.0.2'
        implementation 'com.mikhaellopez:circularimageview:4.2.0'
        implementation 'xyz.sahildave:arclayout:1.0.0'
        implementation 'com.github.bumptech.glide:glide:4.11.0'
        annotationProcessor 'com.github.bumptech.glide:compiler:4.11.0' 
        
        }

Uses Permissions

        <uses-permission android:name="android.permission.INTERNET" />
        <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
        <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />

#App Preview

About

Restaurant Finder App Using Zomato API


Languages

Language:Kotlin 100.0%