Resto Finder
Restofinder adalah sebuah aplikasi sederhana yang menampilkan daftar restoran terdekat dari lokasi kita dengan beberapa spesifik jenis dan menu yang dihidangkan. Project ini menggunakan API Zoomato untuk mencari restoran, jadi kita harus membuat apikey Zoomato terlebih dahulu, Project ini free dan open source (Boleh di kembangkan lagi)
Screenshot
Screenshot
Download Demohttps://download.oratakashi.com/restofinder.apk
Apps Feature:
-
Get Nearby Restaurant
-
Get Collections
-
Get Restaurant By Collection
-
Restaurant Details
-
Search Restaurant
-
Geocoding & GPS System
-
Multi Language
-
Dark Mode
-
Navigate into Restaurant
Setup
- Anda harus membuat API Key Zoomato pada situs Zoomato Developer
- Masukkan Api Key yang sudah dibuat pada config seperti berikut: core/Config.kt
object Config {
const val Key = "{{ YOUR_API_KEY }}"
const val DummyImage =
"https://i.pinimg.com/originals/e2/62/6c/e2626c8f2581f6de2c9e325b67957a3b.jpg"
}
Creator
RestoFinder is created by [Oratakashi](http://github.com/oratakashi)
You can contact me at : oratakashi@oratakashi.com
License
RestoFinder Apps is under the [GPL3 License](LICENSE)