在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 滴滴打车源码

滴滴打车源码

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:4.98M
  • 下载次数:17
  • 浏览次数:322
  • 发布时间:2020-09-27
  • 实例类别:一般编程问题
  • 发 布 人:robot666
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
该项目是滴滴打车等打车软件所做的项目,其中包括涉及模块技术,多线程,百度地图,意见反馈,用户投诉,登录注册,在线更新等模块功能!
【实例截图】
【核心代码】
Android滴滴打车软件项目源码
├── callCar
│   ├── AndroidManifest.xml
│   ├── bin
│   │   ├── AndroidManifest.xml
│   │   ├── callCar.apk
│   │   ├── classes
│   │   │   └── com
│   │   │   └── rd
│   │   │   └── callcar
│   │   │   ├── adapter
│   │   │   │   ├── ChooseAdapter$AreaHolder.class
│   │   │   │   ├── ChooseAdapter.class
│   │   │   │   ├── ComplantAdapter$1.class
│   │   │   │   ├── ComplantAdapter$AreaHolder.class
│   │   │   │   ├── ComplantAdapter.class
│   │   │   │   ├── HistoryAdapter$1.class
│   │   │   │   ├── HistoryAdapter$AreaHolder.class
│   │   │   │   ├── HistoryAdapter.class
│   │   │   │   ├── SettingAdapter$AreaHolder.class
│   │   │   │   └── SettingAdapter.class
│   │   │   ├── App$MyGeneralListener.class
│   │   │   ├── App.class
│   │   │   ├── base
│   │   │   │   ├── CustomOverlayItem.class
│   │   │   │   ├── CustomRouteOverLay$OverItemT.class
│   │   │   │   └── CustomRouteOverLay.class
│   │   │   ├── BuildConfig.class
│   │   │   ├── CallRecord$1.class
│   │   │   ├── CallRecord$2.class
│   │   │   ├── CallRecord$3.class
│   │   │   ├── CallRecord$4.class
│   │   │   ├── CallRecord$5.class
│   │   │   ├── CallRecord.class
│   │   │   ├── CallSuccess$1.class
│   │   │   ├── CallSuccess$2.class
│   │   │   ├── CallSuccess$OnClk.class
│   │   │   ├── CallSuccess.class
│   │   │   ├── CompantEnterActivity$1.class
│   │   │   ├── CompantEnterActivity$2.class
│   │   │   ├── CompantEnterActivity$OnClk.class
│   │   │   ├── CompantEnterActivity.class
│   │   │   ├── ComplantActivity$1.class
│   │   │   ├── ComplantActivity$2.class
│   │   │   ├── ComplantActivity$3.class
│   │   │   ├── ComplantActivity$4.class
│   │   │   ├── ComplantActivity$5.class
│   │   │   ├── ComplantActivity$OnClk.class
│   │   │   ├── ComplantActivity.class
│   │   │   ├── data
│   │   │   │   └── staticData.class
│   │   │   ├── db
│   │   │   │   └── SQLiteHelper.class
│   │   │   ├── entity
│   │   │   │   ├── CallHistory.class
│   │   │   │   ├── FeedMsg.class
│   │   │   │   ├── HistoryBean.class
│   │   │   │   ├── PointInfo.class
│   │   │   │   └── UpdataInfo.class
│   │   │   ├── json
│   │   │   │   └── getJson.class
│   │   │   ├── Login$1.class
│   │   │   ├── Login$2.class
│   │   │   ├── Login$OnClick.class
│   │   │   ├── Login.class
│   │   │   ├── MainActivity$OnClk.class
│   │   │   ├── MainActivity.class
│   │   │   ├── NameSettingActivity$OnClk.class
│   │   │   ├── NameSettingActivity.class
│   │   │   ├── PwdSettingActivity$1.class
│   │   │   ├── PwdSettingActivity$2.class
│   │   │   ├── PwdSettingActivity$3.class
│   │   │   ├── PwdSettingActivity$4.class
│   │   │   ├── PwdSettingActivity.class
│   │   │   ├── R$attr.class
│   │   │   ├── R$color.class
│   │   │   ├── R$drawable.class
│   │   │   ├── R$id.class
│   │   │   ├── R$layout.class
│   │   │   ├── R$string.class
│   │   │   ├── R$style.class
│   │   │   ├── R$update_id.class
│   │   │   ├── R.class
│   │   │   ├── Register$1.class
│   │   │   ├── Register$2.class
│   │   │   ├── Register$OnClick.class
│   │   │   ├── Register.class
│   │   │   ├── service
│   │   │   │   ├── UpdateService$1.class
│   │   │   │   ├── UpdateService$MyHandler.class
│   │   │   │   └── UpdateService.class
│   │   │   ├── SettingActivity$OnClk$1.class
│   │   │   ├── SettingActivity$OnClk.class
│   │   │   ├── SettingActivity.class
│   │   │   ├── StepOne$1.class
│   │   │   ├── StepOne$2$1.class
│   │   │   ├── StepOne$2.class
│   │   │   ├── StepOne$3.class
│   │   │   ├── StepOne$4.class
│   │   │   ├── StepOne$5.class
│   │   │   ├── StepOne$OnClick.class
│   │   │   ├── StepOne.class
│   │   │   ├── StepThree$10.class
│   │   │   ├── StepThree$11.class
│   │   │   ├── StepThree$12.class
│   │   │   ├── StepThree$13.class
│   │   │   ├── StepThree$14.class
│   │   │   ├── StepThree$1.class
│   │   │   ├── StepThree$2.class
│   │   │   ├── StepThree$3.class
│   │   │   ├── StepThree$4$1.class
│   │   │   ├── StepThree$4.class
│   │   │   ├── StepThree$5.class
│   │   │   ├── StepThree$6.class
│   │   │   ├── StepThree$7.class
│   │   │   ├── StepThree$8.class
│   │   │   ├── StepThree$9.class
│   │   │   ├── StepThree.class
│   │   │   ├── StepTwo$1.class
│   │   │   ├── StepTwo$2.class
│   │   │   ├── StepTwo$3.class
│   │   │   ├── StepTwo$4.class
│   │   │   ├── StepTwo$OnClick.class
│   │   │   ├── StepTwo$OnItem.class
│   │   │   ├── StepTwo.class
│   │   │   ├── Util
│   │   │   │   ├── DialogManager$1.class
│   │   │   │   ├── DialogManager$2.class
│   │   │   │   ├── DialogManager$3.class
│   │   │   │   ├── DialogManager$4.class
│   │   │   │   ├── DialogManager.class
│   │   │   │   ├── ExitApplication.class
│   │   │   │   ├── getSystemInfo.class
│   │   │   │   ├── UpdateCustomer$1.class
│   │   │   │   ├── UpdateCustomer$2.class
│   │   │   │   ├── UpdateCustomer$3.class
│   │   │   │   ├── UpdateCustomer$4.class
│   │   │   │   └── UpdateCustomer.class
│   │   │   └── view
│   │   │   └── MarqueeText.class
│   │   ├── classes.dex
│   │   ├── dexedLibs
│   │   │   ├── android-support-v4-5d31e5e63e9c50ef13c0130de5c6708e.jar
│   │   │   ├── android-support-v4-949deaa0e02475fbccf57edd83ca26e0.jar
│   │   │   ├── android-support-v4-b3895cebb98ea2c28df3f28101321238.jar
│   │   │   ├── baidumapapi-1f2da6497228e104da9c741044896c2d.jar
│   │   │   ├── baidumapapi-899fc50d19ba29538054252552ae04d3.jar
│   │   │   └── baidumapapi-fa1f04903d823f10716d99adc4128c77.jar
│   │   ├── jarlist.cache
│   │   ├── res
│   │   │   ├── drawable
│   │   │   │   ├── autotext_normal.png
│   │   │   │   ├── autotext_selected.png
│   │   │   │   ├── bottom2_bg.png
│   │   │   │   ├── bottom_bg.png
│   │   │   │   ├── dialy_bg.png
│   │   │   │   ├── input2_bg.png
│   │   │   │   ├── input_bg.png
│   │   │   │   ├── line.png
│   │   │   │   ├── list_div.png
│   │   │   │   ├── local_normal.png
│   │   │   │   ├── local_selected.png
│   │   │   │   ├── login_input.9.png
│   │   │   │   ├── long_button_normal_blue_normal.png
│   │   │   │   ├── long_button_normal_blue.png
│   │   │   │   ├── long_button_normal.png
│   │   │   │   ├── long_button_selected.png
│   │   │   │   ├── long_yellow_button_normal.png
│   │   │   │   ├── long_yellow_button_select.png
│   │   │   │   ├── msg_center_popover_bg.9.png
│   │   │   │   ├── pop.png
│   │   │   │   ├── pro5.png
│   │   │   │   ├── selected.png
│   │   │   │   ├── setting_button_normal.9.png
│   │   │   │   ├── setting_button_selected.9.png
│   │   │   │   ├── settingline.9.png
│   │   │   │   ├── title_bg.png
│   │   │   │   └── unselected.png
│   │   │   ├── drawable-hdpi
│   │   │   │   ├── ic_launcher.png
│   │   │   │   └── pins.png
│   │   │   ├── drawable-ldpi
│   │   │   │   └── ic_launcher.png
│   │   │   ├── drawable-mdpi
│   │   │   │   └── ic_launcher.png
│   │   │   └── drawable-xhdpi
│   │   │   └── ic_launcher.png
│   │   ├── resources.ap_
│   │   └── StepOne.apk
│   ├── gen
│   │   └── com
│   │   └── rd
│   │   └── callcar
│   │   ├── BuildConfig.java
│   │   └── R.java
│   ├── ic_launcher-web.png
│   ├── libs
│   │   ├── android-support-v4.jar
│   │   ├── armeabi
│   │   │   └── libBMapApiEngine_v1_3_5.so
│   │   └── baidumapapi.jar
│   ├── proguard-project.txt
│   ├── project.properties
│   ├── res
│   │   ├── drawable
│   │   │   ├── autotext_normal.png
│   │   │   ├── autotext_selecotr.xml
│   │   │   ├── autotext_selected.png
│   │   │   ├── bottom2_bg.png
│   │   │   ├── bottom_bg.png
│   │   │   ├── btn_selector.xml
│   │   │   ├── dialy_bg.png
│   │   │   ├── div.xml
│   │   │   ├── input2_bg.png
│   │   │   ├── input_bg.png
│   │   │   ├── input_over.9.png
│   │   │   ├── line.png
│   │   │   ├── list_div.png
│   │   │   ├── local_normal.png
│   │   │   ├── local_selected.png
│   │   │   ├── local_selector.xml
│   │   │   ├── login_input.9.png
│   │   │   ├── long_button_blue_selector.xml
│   │   │   ├── long_button_normal_blue_normal.png
│   │   │   ├── long_button_normal_blue.png
│   │   │   ├── long_button_normal.png
│   │   │   ├── long_button_selected.png
│   │   │   ├── long_button_selector.xml
│   │   │   ├── long_yellow_button_normal.png
│   │   │   ├── long_yellow_button_selector.xml
│   │   │   ├── long_yellow_button_select.png
│   │   │   ├── msg_center_popover_bg.9.png
│   │   │   ├── netease_edit_login.xml
│   │   │   ├── pop.png
│   │   │   ├── pro5.png
│   │   │   ├── progress_bg5.xml
│   │   │   ├── selected.png
│   │   │   ├── setting_button_normal.9.png
│   │   │   ├── setting_button_selected.9.png
│   │   │   ├── setting_button_selector.xml
│   │   │   ├── settingline.9.png
│   │   │   ├── title_bg.png
│   │   │   ├── unselected.png
│   │   │   └── update_selector.xml
│   │   ├── drawable-hdpi
│   │   │   ├── ic_launcher.png
│   │   │   └── pins.png
│   │   ├── drawable-ldpi
│   │   │   └── ic_launcher.png
│   │   ├── drawable-mdpi
│   │   │   └── ic_launcher.png
│   │   ├── drawable-xhdpi
│   │   │   └── ic_launcher.png
│   │   ├── layout
│   │   │   ├── activity_main.xml
│   │   │   ├── complaint_item.xml
│   │   │   ├── complant_layout.xml
│   │   │   ├── enter_layout.xml
│   │   │   ├── history_item.xml
│   │   │   ├── listfooter.xml
│   │   │   ├── list_item.xml
│   │   │   ├── login_layout.xml
│   │   │   ├── main_layout.xml
│   │   │   ├── name_layout.xml
│   │   │   ├── popview.xml
│   │   │   ├── pop_window2.xml
│   │   │   ├── pwd_layout.xml
│   │   │   ├── record_layout.xml
│   │   │   ├── register_layout.xml
│   │   │   ├── setting_item.xml
│   │   │   ├── setting_layout.xml
│   │   │   ├── success_layout.xml
│   │   │   ├── threestep_layout.xml
│   │   │   ├── twostep_layout.xml
│   │   │   └── update.xml
│   │   ├── values
│   │   │   ├── color.xml
│   │   │   ├── strings.xml
│   │   │   └── styles.xml
│   │   ├── values-v11
│   │   │   └── styles.xml
│   │   └── values-v14
│   │   └── styles.xml
│   ├── src
│   │   └── com
│   │   └── rd
│   │   └── callcar
│   │   ├── adapter
│   │   │   ├── ChooseAdapter.java
│   │   │   ├── ComplantAdapter.java
│   │   │   ├── HistoryAdapter.java
│   │   │   └── SettingAdapter.java
│   │   ├── App.java
│   │   ├── base
│   │   │   ├── CustomOverlayItem.java
│   │   │   └── CustomRouteOverLay.java
│   │   ├── CallRecord.java
│   │   ├── CallSuccess.java
│   │   ├── CompantEnterActivity.java
│   │   ├── ComplantActivity.java
│   │   ├── data
│   │   │   └── staticData.java
│   │   ├── db
│   │   │   └── SQLiteHelper.java
│   │   ├── entity
│   │   │   ├── CallHistory.java
│   │   │   ├── FeedMsg.java
│   │   │   ├── HistoryBean.java
│   │   │   ├── PointInfo.java
│   │   │   └── UpdataInfo.java
│   │   ├── json
│   │   │   └── getJson.java
│   │   ├── Login.java
│   │   ├── MainActivity.java
│   │   ├── NameSettingActivity.java
│   │   ├── PwdSettingActivity.java
│   │   ├── Register.java
│   │   ├── service
│   │   │   └── UpdateService.java
│   │   ├── SettingActivity.java
│   │   ├── StepOne.java
│   │   ├── StepThree.java
│   │   ├── StepTwo.java
│   │   ├── Util
│   │   │   ├── DialogManager.java
│   │   │   ├── ExitApplication.java
│   │   │   ├── getSystemInfo.java
│   │   │   └── UpdateCustomer.java
│   │   └── view
│   │   └── MarqueeText.java
│   └── 源码说明.txt
└── 源码说明.txt

51 directories, 280 files

标签:

实例下载地址

滴滴打车源码

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警