All Projects → Ebraheemb → RestaurantsExplorer

Ebraheemb / RestaurantsExplorer

Licence: other
Android application build with MVVM Pattern, using Zomato API to enable search cities arround the world and display the city restaurants on a map.

Programming Languages

kotlin
9241 projects
java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to RestaurantsExplorer

Kriptofolio
Free open source minimalistic cryptocurrencies portfolio app for Android.
Stars: ✭ 79 (+146.88%)
Mutual labels:  dagger, retrofit, okhttp, viewmodel, mvvm-architecture, livedata, android-architecture-components
Instagram
Instagram Project is a mini version of real Instagram app for Android 📱 built with latest Android Development Tools. Kotlin, MVVM, LiveData, GSON, Retrofit, Dagger2
Stars: ✭ 20 (-37.5%)
Mutual labels:  retrofit, rxjava2, mvvm-architecture, livedata, android-architecture-components
WanAndroidJetpack
🔥 WanAndroid 客户端,Kotlin + MVVM + Jetpack + Retrofit + Glide。基于 MVVM 架构,用 Jetpack 实现,网络采用 Kotlin 的协程和 Retrofit 配合使用!精美的 UI,便捷突出的功能实现,欢迎下载体验!
Stars: ✭ 124 (+287.5%)
Mutual labels:  retrofit, okhttp, viewmodel, mvvm-architecture, livedata
Simple-Notes-Kotlin-App
✍️ Simple Note Making App use mvvm architecture , dagger , coroutines and navigation component. Features includes 🗒️ create , edit and ❌ delete notes
Stars: ✭ 40 (+25%)
Mutual labels:  viewmodel, repository-pattern, mvvm-architecture, livedata, android-architecture-components
Aachulk
️🔥️🔥️🔥AACHulk是以Google的ViewModel+DataBinding+LiveData+Lifecycles框架为基础, 结合Okhttp+Retrofit+BaseRecyclerViewAdapterHelper+SmartRefreshLayout+ARouter打造的一款快速MVVM开发框架
Stars: ✭ 109 (+240.63%)
Mutual labels:  retrofit, okhttp, viewmodel, mvvm-architecture, livedata
MockAppMVVM
A sample app structure using the MVVM architecture using Retrofit, Dagger2, LiveData, RxJava, ViewModel and Room.
Stars: ✭ 14 (-56.25%)
Mutual labels:  dagger, rxjava2, viewmodel, mvvm-architecture, livedata
News Sample App
A sample news app which demonstrates clean architecture and best practices for developing android app
Stars: ✭ 334 (+943.75%)
Mutual labels:  rxjava2, viewmodel, mvvm-architecture, livedata
Clean-MVVM-NewsApp
Android News app developed using Clean + MVVM architecture
Stars: ✭ 52 (+62.5%)
Mutual labels:  rxjava2, viewmodel, mvvm-architecture, livedata
Theatre
Pet project using Clean Architecture + MVVM + Reactive Extensions + Android Architecture Components. The data are fetched from LondonTheatreDirect API. 🎭
Stars: ✭ 577 (+1703.13%)
Mutual labels:  dagger, rxjava2, viewmodel, android-architecture-components
Mvvmframe
🏰 MVVMFrame for Android 是一个基于Google官方推出的Architecture Components dependencies(现在叫JetPack){ Lifecycle,LiveData,ViewModel,Room } 构建的快速开发框架。有了MVVMFrame的加持,从此构建一个MVVM模式的项目变得快捷简单。
Stars: ✭ 218 (+581.25%)
Mutual labels:  viewmodel, mvvm-architecture, livedata, android-architecture-components
Trailersapp
A simple demo project for The Movie DB based on MVVM clean architecture.
Stars: ✭ 180 (+462.5%)
Mutual labels:  rxjava2, repository-pattern, mvvm-architecture, livedata
Mvvmsmart
基于谷歌最新AAC架构,MVVM设计模式的一套快速开发库,整合ViewModel+Lifecycles+Navigation+DataBinding+LiveData+Okhttp+Retrofit+RxJava+Glide等主流模块,满足日常开发需求。使用该框架可以快速开发高质量、易维护的Android应用。 项目组会持续维护,请放心使用.欢迎Start并Fork交流.
Stars: ✭ 382 (+1093.75%)
Mutual labels:  okhttp, rxjava2, viewmodel, livedata
GithubApp-android-architecture
Let's learn a deep look at the Android architecture
Stars: ✭ 16 (-50%)
Mutual labels:  rxjava2, viewmodel, repository-pattern, livedata
AndroidCleanArchitecture
Android Project with clean android architecture contain Dagger, Retrofit, Retrofit, Android archtecture components, LiveData with MVVM architecture
Stars: ✭ 22 (-31.25%)
Mutual labels:  rxjava2, mvvm-architecture, livedata, android-architecture-components
Jetpackmvvm
🐔🏀一个Jetpack结合MVVM的快速开发框架,基于MVVM模式集成谷歌官方推荐的JetPack组件库:LiveData、ViewModel、Lifecycle、Navigation组件 使用Kotlin语言,添加大量拓展函数,简化代码 加入Retrofit网络请求,协程,帮你简化各种操作,让你快速开发项目
Stars: ✭ 1,100 (+3337.5%)
Mutual labels:  retrofit, okhttp, viewmodel, livedata
Tdcapp
Sample app which access the TDC (The Developer's Conference) REST API.
Stars: ✭ 55 (+71.88%)
Mutual labels:  retrofit, rxjava2, viewmodel, livedata
searchi
Demo of PagedListAdapter, PageKeyedDataSource, LiveData, ViewModel in Kotlin
Stars: ✭ 13 (-59.37%)
Mutual labels:  dagger, rxjava2, viewmodel, livedata
Android-Kotlin-MVVM-Template
[In progress...] Chat APP | MVVM + Clean Architecture | Kotlin, LiveData, Koin, Databinding, Navigation Fragments, Rx, Room, Crashlytics, Circle CI config, commons classes for UI.
Stars: ✭ 314 (+881.25%)
Mutual labels:  viewmodel, mvvm-architecture, livedata, databinding-android
Movie Zone
movies application using MVVM Architecture
Stars: ✭ 25 (-21.87%)
Mutual labels:  viewmodel, repository-pattern, mvvm-architecture, livedata
PlayAndroid
✌️✊👋玩安卓Mvvm组件化客户端,整合Jetpack组件DataBinding、ViewModel以及LiveData;屏幕适配✔️状态栏沉浸式✔️黑夜模式✔️,无数据、加载失败状态页;骨架屏、Koin依赖注入等
Stars: ✭ 193 (+503.13%)
Mutual labels:  retrofit, rxjava2, viewmodel, livedata

Restaurant Explorer application

Android application that diplays restaurants in a specific city using Zomato API.

  • Support search for a specific city around the world.
  • Displaying restaurants on a google map.
  • Restaurant detail screen: that displays rating, photos, reviews, top cuisines and more info about the restaurant.

MVVM-based application

The application built with MVVM architecture pattern. (Using Android Architecture Components).
Repository Pattern, to abstract the source of data in the application.
Using of View Model, Live Data and databinding.
The Application utilizes such popular libraries as: RxJava, Dagger2, OkHttp, Retrofit, Glide, Google maps.
Written in Kotlin.

Screenshots

Screen description screenshot\s
The initial screen that shown in first start of the app
Search screen (to search and select city arround the world
The home page (display restaurants in the city)
The city map (displays markers in the map that represent a restaurant)
Bottom sheet dialog that show info about restaurant after click on a marker
Restaurant details screen
Use case

Developed By

Ebraheem Badarni [email protected]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].