RestoFinder icon indicating copy to clipboard operation
RestoFinder copied to clipboard

[Deprecated] Restofinder adalah sebuah aplikasi sederhana yang menampilkan daftar restoran terdekat dari lokasi kita dengan beberapa spesifik jenis dan menu yang dihidangkan. Project ini menggunakan A...

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)


COVID19 Tracking Apps SS

Screenshot


COVID19 Tracking Apps SS

Screenshot


Download Demo

https://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

    1. Anda harus membuat API Key Zoomato pada situs Zoomato Developer
    2. 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 : [email protected]

License

RestoFinder Apps is under the [GPL3 License](LICENSE)