在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → Android开发各类简单功能小demo合集-eclipse版本

Android开发各类简单功能小demo合集-eclipse版本

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:38.92M
  • 下载次数:25
  • 浏览次数:91
  • 发布时间:2021-01-16
  • 实例类别:一般编程问题
  • 发 布 人:好学IT男
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
安卓开发中各类小功能的合集 比如打电话、发短信、简单音乐播放器、相册浏览、通讯录、跑马灯
【实例截图】
【核心代码】
2aec0701-5f22-4ab3-943e-164b3a9da39f
└── SuweiTest
├── AndroidManifest.xml
├── bin
│   ├── AndroidManifest.xml
│   ├── classes
│   │   └── com
│   │   └── suwei
│   │   └── alltest
│   │   ├── acty.png
│   │   ├── adapter
│   │   │   ├── ExpandableAdapter.class
│   │   │   ├── GalleryAdapter.class
│   │   │   ├── PeopleAdapter.class
│   │   │   ├── PeopleItemAdapter$1.class
│   │   │   ├── PeopleItemAdapter$ViewHolder.class
│   │   │   ├── PeopleItemAdapter.class
│   │   │   └── QiuAdapter.class
│   │   ├── AllLayoutActy.class
│   │   ├── api
│   │   │   ├── DotNetManager.class
│   │   │   └── WSdotnet.class
│   │   ├── app
│   │   │   ├── BindServicePlayMusicActy$1.class
│   │   │   ├── BindServicePlayMusicActy$2$1.class
│   │   │   ├── BindServicePlayMusicActy$2.class
│   │   │   ├── BindServicePlayMusicActy$3.class
│   │   │   ├── BindServicePlayMusicActy.class
│   │   │   ├── BindServiceTestActy$1.class
│   │   │   ├── BindServiceTestActy.class
│   │   │   ├── ContactActy$1.class
│   │   │   ├── ContactActy.class
│   │   │   ├── DataBaseActy$1.class
│   │   │   ├── DataBaseActy.class
│   │   │   ├── DownloadImageActy$1.class
│   │   │   ├── DownloadImageActy$2$1.class
│   │   │   ├── DownloadImageActy$2.class
│   │   │   ├── DownloadImageActy.class
│   │   │   ├── MusicListActy$1.class
│   │   │   ├── MusicListActy$2.class
│   │   │   ├── MusicListActy.class
│   │   │   ├── ServiceTestActy.class
│   │   │   ├── TakePhotosActy.class
│   │   │   ├── WebServiceActy$1.class
│   │   │   ├── WebServiceActy$2$1.class
│   │   │   ├── WebServiceActy$2.class
│   │   │   └── WebServiceActy.class
│   │   ├── BuildConfig.class
│   │   ├── CallActivity$1.class
│   │   ├── CallActivity.class
│   │   ├── db
│   │   │   ├── ContactManager.class
│   │   │   ├── DataDbHelper.class
│   │   │   └── DataDbManager.class
│   │   ├── dialog
│   │   │   ├── CustomListDialogActy$1.class
│   │   │   ├── CustomListDialogActy$2.class
│   │   │   ├── CustomListDialogActy$3.class
│   │   │   ├── CustomListDialogActy.class
│   │   │   ├── DialogListActy$1.class
│   │   │   ├── DialogListActy$2.class
│   │   │   ├── DialogListActy.class
│   │   │   ├── DialogLoginActy$1.class
│   │   │   ├── DialogLoginActy$2.class
│   │   │   ├── DialogLoginActy$3.class
│   │   │   ├── DialogLoginActy$4.class
│   │   │   ├── DialogLoginActy$5.class
│   │   │   ├── DialogLoginActy$6.class
│   │   │   ├── DialogLoginActy$7.class
│   │   │   ├── DialogLoginActy.class
│   │   │   ├── DialogMultiChooseActy$1.class
│   │   │   ├── DialogMultiChooseActy$2.class
│   │   │   ├── DialogMultiChooseActy$3.class
│   │   │   ├── DialogMultiChooseActy.class
│   │   │   ├── DialogSingleChooseActy$1.class
│   │   │   ├── DialogSingleChooseActy$2.class
│   │   │   ├── DialogSingleChooseActy$3.class
│   │   │   ├── DialogSingleChooseActy.class
│   │   │   ├── DialogTestActy$1.class
│   │   │   ├── DialogTestActy$2.class
│   │   │   ├── DialogTestActy$3.class
│   │   │   ├── DialogTestActy.class
│   │   │   ├── PopupWindowActy$1.class
│   │   │   ├── PopupWindowActy$2.class
│   │   │   ├── PopupWindowActy.class
│   │   │   ├── ProgressDialogActy$1.class
│   │   │   ├── ProgressDialogActy$2.class
│   │   │   ├── ProgressDialogActy$3.class
│   │   │   └── ProgressDialogActy.class
│   │   ├── item
│   │   │   ├── PeopleItem.class
│   │   │   └── QiuItem.class
│   │   ├── MainActivity$1.class
│   │   ├── MainActivity$2.class
│   │   ├── MainActivity$3.class
│   │   ├── MainActivity.class
│   │   ├── R$anim.class
│   │   ├── R$array.class
│   │   ├── R$attr.class
│   │   ├── R$dimen.class
│   │   ├── R$drawable.class
│   │   ├── R$id.class
│   │   ├── R$layout.class
│   │   ├── R$menu.class
│   │   ├── R$raw.class
│   │   ├── R$string.class
│   │   ├── R$styleable.class
│   │   ├── R$style.class
│   │   ├── R.class
│   │   ├── SendMsgActy$1.class
│   │   ├── SendMsgActy.class
│   │   ├── service
│   │   │   ├── mediaPlayer.gif
│   │   │   ├── MyService$1.class
│   │   │   ├── MyService$2.class
│   │   │   ├── MyService$MyBind.class
│   │   │   └── MyService.class
│   │   ├── SomeActy.class
│   │   ├── SuweiTestApp.class
│   │   ├── util
│   │   │   ├── FileCache.class
│   │   │   ├── ImageUtil.class
│   │   │   ├── SyncImageLoader$1.class
│   │   │   ├── SyncImageLoader$2.class
│   │   │   ├── SyncImageLoader$OnloadImage.class
│   │   │   └── SyncImageLoader.class
│   │   ├── view
│   │   │   ├── MyDialog$1.class
│   │   │   ├── MyDialog$2.class
│   │   │   ├── MyDialog.class
│   │   │   ├── ProgressDialog.class
│   │   │   └── ProgressDialogManager.class
│   │   └── widget
│   │   ├── AutoTextRateActy$1.class
│   │   ├── AutoTextRateActy$2.class
│   │   ├── AutoTextRateActy$3.class
│   │   ├── AutoTextRateActy$4.class
│   │   ├── AutoTextRateActy$5.class
│   │   ├── AutoTextRateActy$6$1.class
│   │   ├── AutoTextRateActy$6.class
│   │   ├── AutoTextRateActy.class
│   │   ├── BaseWidgetActy$1.class
│   │   ├── BaseWidgetActy$2.class
│   │   ├── BaseWidgetActy.class
│   │   ├── ExpandableListViewActy$1.class
│   │   ├── ExpandableListViewActy.class
│   │   ├── GalleryActy$1.class
│   │   ├── GalleryActy$2.class
│   │   ├── GalleryActy.class
│   │   ├── GridViewActy$1.class
│   │   ├── GridViewActy.class
│   │   ├── ListViewActy$1.class
│   │   ├── ListViewActy.class
│   │   ├── SpinnerActy$1.class
│   │   ├── SpinnerActy$2.class
│   │   ├── SpinnerActy.class
│   │   └── UserRegistActy.class
│   ├── classes.dex
│   ├── dexedLibs
│   │   ├── android-support-v4-8e0df04af964d4ca8317b424a1ffa8be.jar
│   │   ├── android-support-v4-912053f2d59e6c401978b7aee2262df4.jar
│   │   ├── android-support-v4-edef4823b1861e4c83dfe000291eaf4b.jar
│   │   ├── android-support-v4-f7a9945f568ebcb0db8877bf955d6133.jar
│   │   ├── annotations-06298a4762729f31a99c06b06de670b6.jar
│   │   ├── annotations-83ea04f71e60378ff5b540aa9b59517e.jar
│   │   ├── commons-codec-1.5-8894277760ae71058f9b46cdbd74431e.jar
│   │   ├── commons-codec-1.5-aa79056203c928efb55772b1948883ef.jar
│   │   ├── ksoap2-android-assembly-2.5.4-jar-with-dependencies-2b6bc288d186ccee18112d5cf021fdef.jar
│   │   └── ksoap2-android-assembly-2.5.4-jar-with-dependencies-92f98f3730f44ff8c6a93306089a58fc.jar
│   ├── jarlist.cache
│   ├── res
│   │   └── crunch
│   │   ├── drawable-hdpi
│   │   │   ├── bar.png
│   │   │   ├── btn_addfriend_cancel_front.9.png
│   │   │   ├── btn_addfriend_ok_front.9.png
│   │   │   ├── btn_front.9.png
│   │   │   ├── btn_no9_front.png
│   │   │   ├── btn_no9_press.png
│   │   │   ├── btn_press.9.png
│   │   │   ├── dialog_btn_cancel_front.9.png
│   │   │   ├── dialog_btn_ok_front.9.png
│   │   │   ├── dialog_btn_press2.9.png
│   │   │   ├── dialog_root_bg.9.png
│   │   │   ├── head3.png
│   │   │   ├── head.png
│   │   │   ├── ic_launcher.png
│   │   │   ├── lianshi.png
│   │   │   ├── toggle_me_off.png
│   │   │   ├── toggle_me_on.png
│   │   │   ├── tulips.png
│   │   │   ├── weibolist_item_even.9.png
│   │   │   ├── weibolist_item_even_down.9.png
│   │   │   ├── weibolist_item_odd.9.png
│   │   │   └── weibolist_item_odd_down.9.png
│   │   ├── drawable-mdpi
│   │   │   ├── ic_launcher.png
│   │   │   └── icon.png
│   │   ├── drawable-xhdpi
│   │   │   └── ic_launcher.png
│   │   └── drawable-xxhdpi
│   │   └── ic_launcher.png
│   ├── resources.ap_
│   ├── SuweiTest_2.apk
│   └── SuweiTest.apk
├── gen
│   └── com
│   └── suwei
│   └── alltest
│   ├── BuildConfig.java
│   └── R.java
├── ic_launcher-web.png
├── libs
│   ├── android-support-v4.jar
│   ├── commons-codec-1.5.jar
│   └── ksoap2-android-assembly-2.5.4-jar-with-dependencies.jar
├── proguard-project.txt
├── project.properties
├── res
│   ├── anim
│   │   ├── alpha_in.xml
│   │   ├── alpha_out.xml
│   │   ├── anim_down_in.xml
│   │   ├── anim_down_out.xml
│   │   ├── scaled_in.xml
│   │   └── scaled_out.xml
│   ├── drawable
│   │   ├── button_selector_2.xml
│   │   ├── button_selector.xml
│   │   ├── color_progress.xml
│   │   ├── xml_color_dialog.xml
│   │   ├── xml_dialog_cancel.xml
│   │   ├── xml_dialog_ok.xml
│   │   ├── xml_weilist_item_even.xml
│   │   └── xml_weilist_item_odd.xml
│   ├── drawable-hdpi
│   │   ├── bar.png
│   │   ├── btn_addfriend_cancel_front.9.png
│   │   ├── btn_addfriend_ok_front.9.png
│   │   ├── btn_front.9.png
│   │   ├── btn_no9_front.png
│   │   ├── btn_no9_press.png
│   │   ├── btn_press.9.png
│   │   ├── dialog_btn_cancel_front.9.png
│   │   ├── dialog_btn_ok_front.9.png
│   │   ├── dialog_btn_press2.9.png
│   │   ├── dialog_root_bg.9.png
│   │   ├── head3.png
│   │   ├── head6.jpg
│   │   ├── head.png
│   │   ├── ic_launcher.png
│   │   ├── lianshi.png
│   │   ├── toggle_me_off.png
│   │   ├── toggle_me_on.png
│   │   ├── tulips.png
│   │   ├── weibolist_item_even.9.png
│   │   ├── weibolist_item_even_down.9.png
│   │   ├── weibolist_item_odd.9.png
│   │   └── weibolist_item_odd_down.9.png
│   ├── drawable-mdpi
│   │   ├── baiyang.jpg
│   │   ├── bomb10.jpg
│   │   ├── bomb11.jpg
│   │   ├── bomb12.jpg
│   │   ├── bomb13.jpg
│   │   ├── bomb14.jpg
│   │   ├── bomb15.jpg
│   │   ├── bomb16.jpg
│   │   ├── bomb5.jpg
│   │   ├── bomb6.jpg
│   │   ├── bomb7.jpg
│   │   ├── bomb8.jpg
│   │   ├── bomb9.jpg
│   │   ├── chunv.jpg
│   │   ├── ic_launcher.png
│   │   ├── icon.png
│   │   ├── jinniu.jpg
│   │   ├── juxie.jpg
│   │   ├── mojie.jpg
│   │   ├── p.jpg
│   │   ├── sheshou.jpg
│   │   ├── shizi.jpg
│   │   ├── shuangyu.jpg
│   │   ├── shuangzi.jpg
│   │   ├── shuiping.jpg
│   │   ├── tiancheng.jpg
│   │   ├── tianxie.jpg
│   │   ├── t.jpg
│   │   └── z.jpg
│   ├── drawable-xhdpi
│   │   └── ic_launcher.png
│   ├── drawable-xxhdpi
│   │   └── ic_launcher.png
│   ├── layout
│   │   ├── acty_absolute.xml
│   │   ├── acty_auto_rate.xml
│   │   ├── acty_base_widget.xml
│   │   ├── acty_bind_service_music.xml
│   │   ├── acty_call.xml
│   │   ├── acty_db_list.xml
│   │   ├── acty_dlg_multi_choolse.xml
│   │   ├── acty_dlg_single_choolse.xml
│   │   ├── acty_dlg_test.xml
│   │   ├── acty_down_image.xml
│   │   ├── acty_expandable_listview.xml
│   │   ├── acty_gallery.xml
│   │   ├── acty_gridview.xml
│   │   ├── acty_linear.xml
│   │   ├── acty_list_view.xml
│   │   ├── acty_login.xml
│   │   ├── acty_main_list.xml
│   │   ├── acty_main.xml
│   │   ├── acty_relative.xml
│   │   ├── acty_send_msg.xml
│   │   ├── acty_service_music.xml
│   │   ├── acty_some.xml
│   │   ├── acty_spinner.xml
│   │   ├── acty_table.xml
│   │   ├── acty_take_photos.xml
│   │   ├── acty_user_reg.xml
│   │   ├── dlg_login.xml
│   │   ├── dlg_mydialog.xml
│   │   ├── dlg_popup.xml
│   │   ├── dlg_progress_waite.xml
│   │   ├── item_people.xml
│   │   ├── item_qiu.xml
│   │   └── main.xml
│   ├── menu
│   │   └── main.xml
│   ├── raw
│   │   └── yueliang.mp3
│   ├── values
│   │   ├── arr.xml
│   │   ├── dimens.xml
│   │   ├── strings.xml
│   │   └── styles.xml
│   ├── values-sw600dp
│   │   └── dimens.xml
│   ├── values-sw720dp-land
│   │   └── dimens.xml
│   ├── values-v11
│   │   └── styles.xml
│   └── values-v14
│   └── styles.xml
└── src
└── com
└── suwei
└── alltest
├── acty.png
├── adapter
│   ├── ExpandableAdapter.java
│   ├── GalleryAdapter.java
│   ├── PeopleAdapter.java
│   ├── PeopleItemAdapter.java
│   └── QiuAdapter.java
├── AllLayoutActy.java
├── api
│   ├── DotNetManager.java
│   └── WSdotnet.java
├── app
│   ├── BindServicePlayMusicActy.java
│   ├── BindServiceTestActy.java
│   ├── ContactActy.java
│   ├── DataBaseActy.java
│   ├── DownloadImageActy.java
│   ├── MusicListActy.java
│   ├── ServiceTestActy.java
│   ├── TakePhotosActy.java
│   └── WebServiceActy.java
├── CallActivity.java
├── db
│   ├── ContactManager.java
│   ├── DataDbHelper.java
│   └── DataDbManager.java
├── dialog
│   ├── CustomListDialogActy.java
│   ├── DialogListActy.java
│   ├── DialogLoginActy.java
│   ├── DialogMultiChooseActy.java
│   ├── DialogSingleChooseActy.java
│   ├── DialogTestActy.java
│   ├── PopupWindowActy.java
│   └── ProgressDialogActy.java
├── item
│   ├── PeopleItem.java
│   └── QiuItem.java
├── MainActivity2.java
├── MainActivity.java
├── SendMsgActy.java
├── service
│   ├── mediaPlayer.gif
│   └── MyService.java
├── SomeActy.java
├── SuweiTestApp.java
├── util
│   ├── FileCache.java
│   ├── ImageUtil.java
│   └── SyncImageLoader.java
├── view
│   ├── MyDialog.java
│   ├── ProgressDialog.java
│   └── ProgressDialogManager.java
└── widget
├── AutoTextRateActy.java
├── BaseWidgetActy.java
├── ExpandableListViewActy.java
├── GalleryActy.java
├── GridViewActy.java
├── ListViewActy.java
├── SpinnerActy.java
└── UserRegistActy.java

57 directories, 353 files

标签:

实例下载地址

Android开发各类简单功能小demo合集-eclipse版本

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警