All Projects → vicky7230 → Cucumber

vicky7230 / Cucumber

Licence: other
A recipe finding app written in Kotlin with MVP architecture

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to Cucumber

mvp-android-template
MVP Android Template to give you a Quick Head Start for your next Android Project. It implements MVP Architecture using Dagger2, Room, RxJava2 , Retrofit2
Stars: ✭ 20 (-68.75%)
Mutual labels:  dagger2, rxjava2, mvp-architecture, retrofit2
V9porn
9*Porn Android 客户端,突破游客每天观看10次视频的限制,还可以下载视频
Stars: ✭ 4,507 (+6942.19%)
Mutual labels:  dagger2, rxjava2, mvp-architecture, retrofit2
MVPArchitecture
Android MVP architecture in Kotlin using Dagger2, RxJava2, Retrofit2 and so on
Stars: ✭ 27 (-57.81%)
Mutual labels:  dagger2, rxjava2, mvp-architecture, retrofit2
Weather-Guru-MVP
Sample Material-design Android weather application build with MVP architectural approach using Dagger2, RxJava2, Retrofit2, Event-Bus, GreenDao, Butterknife, Lottie etc.
Stars: ✭ 15 (-76.56%)
Mutual labels:  dagger2, rxjava2, mvp-architecture, retrofit2
BakingApp
Udacity Android Developer Nanodegree, project 2.
Stars: ✭ 54 (-15.62%)
Mutual labels:  dagger2, rxjava2, mvp-architecture, retrofit2
Android Mvp Mvvm Flytour
🔥🔥🔥 FlyTour是Android MVVM+MVP+Dagger2+Retrofit+RxJava+组件化+插件组成的双编码架构+双工程架构+双语言Android应用开发框架,通过不断的升级迭代该框架已经有了十个不同的版本,5.0之前工程架构采用gradle配置实现组件化,5.0之后的工程架构采用VirtualAPK实现了插件化,5.0之前采用Java编码实现,5.0之后采用Kotlin编码实现,编码架构由MVVM和MVP组成,工程架构和编码架构及编码语言开发者可根据自己具体的项目实际需求去决定选择使用,该框架是Android组件化、Android插件化、Android MVP架构、Android MVVM架构的集大成者,帮助你快速的搭建自己的App项目开发框架,以便把主要的精…
Stars: ✭ 2,948 (+4506.25%)
Mutual labels:  dagger2, rxjava2, mvp-architecture, retrofit2
Mvp Dagger2 Rxjava2
Android 基本mvp+dagger(dagger2.android)+rxjava2+retrofit+ormdb框架。简单组件化架构 with Base Activity,Presenter ,View,Model 的抽象封装,http 请求封装&错误统一处理
Stars: ✭ 274 (+328.13%)
Mutual labels:  dagger2, rxjava2, mvp-architecture, retrofit2
Base Mvvm
App built to showcase basic Android View components like ViewPager, RecyclerView(homogeneous and heterogeneous items), NavigationDrawer, Animated Vector Drawables, Collapsing Toolbar Layout etc. housed in a MVVM architecture
Stars: ✭ 18 (-71.87%)
Mutual labels:  dagger2, rxjava2, retrofit2, room-persistence-library
Armscomponent
📦 A complete android componentization solution, powered by MVPArms (MVPArms 官方快速组件化方案).
Stars: ✭ 1,664 (+2500%)
Mutual labels:  dagger2, rxjava2, mvp-architecture, retrofit2
Open Source Android Weather App
☔️ Open source android weather app. See "Issues" tab for current tasks queue. Tasks suitable for beginners are labeled with green "beginner friendly" tags.
Stars: ✭ 81 (+26.56%)
Mutual labels:  dagger2, rxjava2, mvp-architecture, retrofit2
Android Audiorecorder App
Android application to record audio. RxJava2, Dagger2, MVP, RoomDb.
Stars: ✭ 180 (+181.25%)
Mutual labels:  dagger2, rxjava2, mvp-architecture, room-persistence-library
Fountain
Android Kotlin paged endpoints made easy
Stars: ✭ 175 (+173.44%)
Mutual labels:  dagger2, rxjava2, retrofit2, room-persistence-library
Awesome Wanandroid
⚡致力于打造一款极致体验的 http://www.wanandroid.com/ 客户端,知识和美是可以并存的哦QAQn(*≧▽≦*)n
Stars: ✭ 2,525 (+3845.31%)
Mutual labels:  dagger2, rxjava2, mvp-architecture, retrofit2
stockwatcher
stockwatcher, a modern android development stack showcase
Stars: ✭ 62 (-3.12%)
Mutual labels:  dagger2, rxjava2, retrofit2
Android-Starter-Kit
This is up-to-date android studio project for native android application, that is using modern tools and libraries.
Stars: ✭ 16 (-75%)
Mutual labels:  dagger2, rxjava2, retrofit2
AndroidStarterAlt
A sample View-based Android app using the MVP architecture. It uses Mosby, Dagger2, RxJava, retrofit, LoganSquare, requery, EventBus, Conductor.
Stars: ✭ 27 (-57.81%)
Mutual labels:  dagger2, mvp-architecture, retrofit2
android-template
Template for android development at Tiki
Stars: ✭ 17 (-73.44%)
Mutual labels:  dagger2, rxjava2, mvp-architecture
Dagger Examples
Some dagger-android examples with Retrofit2, MVVM architecture, RxJava, (Java)
Stars: ✭ 242 (+278.13%)
Mutual labels:  dagger2, retrofit2, room-persistence-library
Eva
Eva and Wall-e
Stars: ✭ 131 (+104.69%)
Mutual labels:  rxjava2, mvp-architecture, retrofit2
AndroidMultiModuleCleanArchTemplate
An Android kotlin project template with Dagger2, Rx and Architecture Components
Stars: ✭ 33 (-48.44%)
Mutual labels:  dagger2, rxjava2, retrofit2

alt text

Cucumber

License

A recipe finding app written in

KOTLIN LOGO

This repository implements MVP architecture using Kotlin, Dagger2, RxJava2, Room and Retrofit2.

Get it on google play

Architecture Blueprint

Blueprint

The app has following packages:

  1. data: It contains all the data accessing and manipulating components.
  2. di: Dependency providing classes using Dagger2.
  3. ui: View classes along with their corresponding Presenters.
  4. service: Services for the application.
  5. utils: Utility classes.

Classes have been designed in such a way that it could be inherited and maximize the code reuse.

Libraries used:

  1. RxJava2: https://github.com/ReactiveX/RxAndroid
  2. Dagger2: https://github.com/google/dagger
  3. Retrofit2: https://github.com/square/retrofit
  4. Timber: https://github.com/JakeWharton/timber
  5. Glide: https://github.com/bumptech/glide
  6. Okhttp3: https://github.com/square/okhttp
  7. Gson: https://github.com/google/gson
  8. Room: https://developer.android.com/training/data-storage/room/index.html

License

   Copyright (C) 2018 VIPIN KUMAR

   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.
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].