登录
首页 » Android » 菜鸟商城最新android源码

菜鸟商城最新android源码

于 2022-03-17 发布 文件大小:6.29 MB
0 122
下载积分: 2 下载次数: 1

代码说明:

包括以下功能: 1.支付(支付宝,微信,百度钱包,网银)  2.首页 3.热卖 4.商品大全  5.购物车  6.我的  7.商品列表  8.商品详情  9.注册/登录  10.收货地址  11.我的订单  12.我的收藏

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • android 应用启动的时弹出的悬浮带有关闭按钮的dialog 例子源码
    android 应用启动的时弹出的悬浮带有关闭按钮的dialog 例子源码
    2015-03-01下载
    积分:1
  • 安卓端简易地图程序的设计与实现
    在Android平台下开发整合百度地图服务的应用程序,主要包括获取Map API Key、地图查询应用和导航应用等内容。 本作品给出的地图系统扮演着与用户直接交互并提供服务的重要角色,它需要提供友好的、方便的用户操作界面,接收用户的各项操作并将这些操作转化成与之对应的命令,采用用户活动的方式完成各种服务逻辑流程。
    2023-01-25 04:15:04下载
    积分:1
  • nfccard
    安卓NFC读写非接触IC卡是一款基于非接触IC卡的NFC应用,支持符合ISO7816—3、ISO15693和Felica等国际标准卡片的读取,能够读取的电子标签包括公交卡、银行卡、图书馆射频标贴等。NFCard可以用来读取电子钱包(主要是公交卡)中未加密的余额、交易记录、标识等信息。该软件使用了模块化设计,方便扩充支持其他特殊类型的卡片协议和指令。(Android NFC read write non-contact IC card is a NFC application based on Contactless IC card, support in line with the international standard ISO7816- 3, iso15693 and felica etc. card read, to read electronic tag includes bus card, bank card, library RF stickers and so on. NFCard can be used to read the electronic wallet (mainly public transport card) in the balance of the encryption, transaction records, identification and other information. The software uses a modular design to facilitate the expansion of support for other special types of card protocols and instructions.)
    2016-07-05 20:12:46下载
    积分:1
  • Android 蓝牙4.0开发例子
    Android上蓝牙4.0开发的例子,网上目前能找到的一点代码比较难懂,这个进行了简化,参照Android 的API说明很容易理解
    2022-10-29 01:05:04下载
    积分:1
  • STM32F103C8T6 UCOSIII 示例
    STM32F103C8T6 2016.10.11 用uCOS ii 工程作蓝本,移植uCOS iii,还不能用。2016.10.12 注释掉了未定义的两个函数,app.c中使用最少的代码,现在可以用了,还需要裁剪2016.10.12_afternoon 函数CPU_TS_TmrRd()和CPU_TS_TmrInit()是与时间戳相关的功能,注释掉也没关系, 为配置文件添加中文注释。2016.10.13 uC/OS-iii 的systick时钟只需初始化一次,而不是像uC/OS-ii 那样每个任务都需要初始化 重新整理了一下app应用部分的代码 两个有效任务,一个LED闪烁,一个串口发送数据 串口发送函数使用printf比较符合嵌入式风格 加入CPU使用率统计任务,但是任务比较空闲时是100%2016.10.14 加入了钩子函数,在空闲任务时发生空闲任务次数 开启了串口中断
    2019-04-21下载
    积分:1
  • Call bloker
    2022-02-28 16:26:49下载
    积分:1
  • Facebook 喜爱滑块
    这款应用程序定义了facebook 喜爱滑块。欢迎大家下载、试用。谢谢大家的支持!
    2022-01-31 18:11:08下载
    积分:1
  • AystnPicture
    图片同步上传法,内有仔细的标注,利于读者学习(Image sync upload method, with annotations carefully, good for readers to learn)
    2013-10-14 23:37:21下载
    积分:1
  • Android 使用Matrix.postRotate方法旋转图片
    Android图像操作一例,使用Matrix.postRotate方法旋转图片,这些的图片格式是BMP,其它格式可能也能用吧,没测试,旋转BMP图片的效果如截图所示,用户单击向左或向右按钮后,图片旋转90度,旋转角度根据自己需要自定义。旋转方法主要是使用Matrix.postRotate,旋转的过程保持图片原有的比例,实现思路,以向左旋转图片为例:   程序刚运行,加载默认的Drawable ,设置维持的图像比例,ScaleTimes=1,维持1:1的宽高比例,使用Matrix.postScale设置维度 ,使用Matrix.postRotate方法旋转Bitmap,然后再创建新的Bitmap对象。   向右旋转则与此相似,具体实现请下载源码包。
    2022-03-14 01:23:24下载
    积分:1
  • listviewheSQLitezhishi
    注意:本项目是基于android studio开发的,eclipse可能无法直接使用。 本项目是一个简单的基于安卓的记事本项目源码,添加或删除数据的时候会出现显示bug(实际数据不会受到影响),bug体现在添加或删除一条数据以后会在listview里面会展示复制一遍操作后的数据。而不会清除原有的列表文本。新手朋友可以拿这个项目来试试手感,顺便看看能不能独立解决这个问题。 本项目涉及的知识点有: 1、SQLite的基本使用,增删查改 2、listview,adapeter的基本使用 3、activity生命周期 4、intent、bundle传递参数 5、AlertDialog的基本使用(Note: this project is based on the development of studio eclipse, Android may not be able to directly use. This project is a simple Notepad program source code based on Android, add or delete data will appear when the display bug (actual data will not be affected), bug reflected in add or remove a data will be in inside the listview will show copy again after the operation data. And will not clear the original list of text. Novice friends can take this project to try to feel, by the way to solve this problem can not be solved independently. The knowledge points involved in this project are: 1, the basic use of SQLite, CRUD 2, listview, the basic use of adapeter 3, activity life cycle 4, intent, bundle transfer parameters 5, the basic use of AlertDialog)
    2016-07-25 11:25:09下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载