All Projects → AndroidHensen → YaNi

AndroidHensen / YaNi

Licence: other
【毕设】基于Bmob第三方后端云+MVC框架模式的商城项目

Programming Languages

java
68154 projects - #9 most used programming language

Labels

Projects that are alternatives of or similar to YaNi

getx-snippets-intelliJ
An extension to accelerate the process of developing applications with flutter, aimed at everyone using the GetX package.
Stars: ✭ 52 (-17.46%)
Mutual labels:  mvc
MADE.NET
MADE.NET is a home to all of those bits of code that you know you'll reuse in another project. Making app development easier with .NET.
Stars: ✭ 75 (+19.05%)
Mutual labels:  mvc
apostilas
Apostilas sobre diversos assuntos: PHP, PDO, MySQL, PHPOO, MVC, mobile, scratch, git, github, docker, vps, alpine linux, segurança na wev, servidores, etc
Stars: ✭ 49 (-22.22%)
Mutual labels:  mvc
softn-cms
Sistema de gestión de contenidos
Stars: ✭ 22 (-65.08%)
Mutual labels:  mvc
XAF Security E4908
This repository contains examples for Role-based Access Control, Permission Management, and OData / Web / REST API Services for Entity Framework and XPO ORM
Stars: ✭ 47 (-25.4%)
Mutual labels:  mvc
PersianDataAnnotations
PersianDataAnnotations is ASP.NET Core MVC & ASP.NET MVC Custom Localization DataAnnotations (Localized MVC Errors) for Persian(Farsi) language - فارسی سازی خطاهای اعتبارسنجی توکار ام.وی.سی. و کور.ام.وی.سی. برای نمایش اعتبار سنجی سمت کلاینت
Stars: ✭ 38 (-39.68%)
Mutual labels:  mvc
gonrails
Rails like mvc backend application with golang .
Stars: ✭ 37 (-41.27%)
Mutual labels:  mvc
ReaLocate
ASP.NET MVC 5 Real Estate Application
Stars: ✭ 18 (-71.43%)
Mutual labels:  mvc
respo.cljs
A virtual DOM library built with ClojureScript, inspired by React and Reagent.
Stars: ✭ 232 (+268.25%)
Mutual labels:  mvc
UIPheonix
Inspired by game development UIPheonix is a super easy, flexible, dynamic and highly scalable UI framework + concept for building reusable component/control-driven apps for macOS, iOS and tvOS. The same API apply for cross platform development! Think of it as using Lego blocks, you can use similar ones and move them around easy as pie.
Stars: ✭ 29 (-53.97%)
Mutual labels:  mvc
djburger
Framework for safe and maintainable web-projects.
Stars: ✭ 75 (+19.05%)
Mutual labels:  mvc
potato-webmvc
📝一个简单的Web MVC框架,寂寞消遣之作~
Stars: ✭ 26 (-58.73%)
Mutual labels:  mvc
KDInstagram
Instagram Clone built in Swift. Utilize three design patterns in three major modules.
Stars: ✭ 119 (+88.89%)
Mutual labels:  mvc
kontent-boilerplate-net
Kontent.ai Boilerplate for development of ASP.NET Core MVC applications.
Stars: ✭ 29 (-53.97%)
Mutual labels:  mvc
.NET-Core-Learning-Journey
Some of the projects i made when starting to learn .NET Core
Stars: ✭ 37 (-41.27%)
Mutual labels:  mvc
hasor
Hasor是一套基于 Java 语言的开发框架,区别于其它框架的是 Hasor 有着自己一套完整的体系,同时还可以和先有技术体系做到完美融合。它包含:IoC/Aop容器框架、Web框架、Jdbc框架、RSF分布式RPC框架、DataQL引擎,等几块。
Stars: ✭ 938 (+1388.89%)
Mutual labels:  mvc
UMVC
UMVC - Model-View-Controller Generator built for Unity
Stars: ✭ 36 (-42.86%)
Mutual labels:  mvc
spe
A series of PHP8 examples based around a super simple MVC framework (WIP)
Stars: ✭ 14 (-77.78%)
Mutual labels:  mvc
trac-nghiem-online
Xây dựng hệ thống trắc nghiệm online cho các trường THCS, THPT một cách nhanh chóng và dễ dàng. Không cần phải là lập trình viên
Stars: ✭ 64 (+1.59%)
Mutual labels:  mvc
command-core
The MVC library of CLI development
Stars: ✭ 77 (+22.22%)
Mutual labels:  mvc

YaNi

基于Bmob第三方后端云+MVC框架模式的商城项目-暂时定为2018年6月毕业设计项目-完成度95%

APK

谢谢各位朋友,给个Star,体验APK请点击链接进入安装包下载

Screenshot

Usage

  1. 注册用户->添加新收货地址、选择默认收货地址->购买商品->查看订单
  2. 登陆测试账号->使用APK
测试账号 密码
俊俊俊 123
俊俊俊1 123
俊俊俊2 123

Module

模块名字 对应的模块
通用模块 common
主页面模块 main
首页模块 home
分类模块 category
购物车模块 cart
发现模块 find
我的模块 mine
订单模块 order

dependencies

  • compile 'com.android.support:appcompat-v7:25.3.1'
  • compile 'com.android.support:design:25.3.1'
  • compile 'com.android.support:recyclerview-v7:23.4.0'
  • compile project(':lib_PullToRefresh_JD_0213')
  • compile project(':oneKeyShareNew')
  • compile files('libs/Msc.jar')
  • compile files('libs/zxing.jar')
  • compile files('libs/umeng-analytics-v5.6.7.jar')
  • compile 'cn.bmob.android:bmob-sdk:3.5.5'
  • debugCompile 'com.squareup.leakcanary:leakcanary-android:1.5'
  • releaseCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.5'
  • testCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.5'
  • compile 'com.github.bumptech.glide:glide:3.7.0'
  • compile 'org.greenrobot:greendao:3.2.0'
  • compile 'org.greenrobot:eventbus:3.0.0'
  • compile 'com.github.chrisbanes:PhotoView:2.0.0'
  • compile 'com.android.support:multidex:1.0.1'
  • compile 'me.iwf.photopicker:PhotoPicker:0.9.5@aar'
  • compile 'com.github.AndroidHensen:FastMenuBar:1.0.3'
  • compile 'com.github.AndroidHensen:FastMenuBlock:1.0.1'
  • compile 'com.github.AndroidHensen:FastBanner:1.0.5'

issue

首页模块

  • 快递物流查询接入聚合Api接口
  • 领金豆模块通过签到的形式送出
  • 搜索功能采用流布局保存历史记录,付费开启搜索功能
  • 上拉加载更改为自动加载

购物车模块

  • 增加商品数量的选择

订单模块

  • 订单发票等数据通过底部弹窗进行选择
  • 接入支付接口
  • 评价成功后更新订单状态

About me

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].