cheikh-wang / LazyWaimai-Android

一个类似于饿了么、美团外卖和百度外卖的APP,采用MVP架构,目前还有部分功能还未实现,但基本的订餐流程已实现。

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

License

相关项目

项目介绍

此项目是我2016年5月份参加大学毕业答辩时做的项目,包含Web商家端和Android客户端,以及API服务端。目前还有一些小功能还没做完,但整体流程已经差不多了,以后如果有空闲时间的话,再继续维护。现在我整理了下代码,分享出来,如果你觉得对你有帮助,请打个star鼓励一下我吧!

此项目的架构采用MVP模式,但不是传统的MVP模式,是从Google大神 Chirs Banes 做的 philm 项目中提取出来的。功能、界面是对照着市场上的外卖APP(饿了么、美团外卖、百度外卖)模仿着实现的,图片资源来源于网络,若有侵权,敬请谅解,联系我删除,谢谢!

运行截图

截图1

截图2

截图3

截图4

截图5

安装方式

1、在指定的目录下执行

git clone https://github.com/cheikh-wang/LazyWaimai-Android

2、将项目导入 Android Studio 运行即可

第三方库

项目名称 项目信息
retrofit 网络请求框架
butterknife View注入框架
fresco 图片加载库
Dagger2 依赖注入框架
SmartTabLayout 底部Tab组件
BGABadgeView-Android Android 徽章控件
TakePhoto 拍照或从相册选择、裁剪图片、压缩图片的开源工具库
RxJava 函数式编程框架
RxAndroid android平台的RxJava扩展
otto 事件通信框架

TODO

  • 修改密码
  • 修改手机
  • 修改邮箱
  • 忘记密码
  • 评价相关

###License

Copyright 2015 Cheikh

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.

About

一个类似于饿了么、美团外卖和百度外卖的APP,采用MVP架构,目前还有部分功能还未实现,但基本的订餐流程已实现。


Languages

Language:Java 100.0%