gusucode.com> admin
admin
积分:0
上传文件:10336
下载次数:0
注册日期:2016-03-01 17:34:23
Android DatePicker 日期和时间选择器的创建和用法源码程序 - DatePicker在Android中的用法示例,演示了如何创建和获得Calendar对象,初始化DatePicker,为TimePicker添加监听器,更新EditText所显示内容等,本例子中实现了DatePicker的日期和时间选择自定义功能。这个过程中涉及到方法:The usage example of DatePicker in Android demonstrates how to create and get a Calendar object, initialize 打开,2019-11-25 21:44:04,下载85次
Android DatePickerDialog、TimePickerDialog时间日期选择用法源码程序 - 通过这个例子我们主要是学习Android中DatePickerDialog日期选择器组件、TimePickerDialog时间选择组件的用法,里面给出了两个演示,单击对应的按钮可演示具体效果。DatePickerDialog组件、TimePickerDialog组件的具体用法写入了两个按钮监听事件中,以下是部分代码段:Through this example, we mainly learn the usage of the DatePickerDialog 打开,2019-11-25 21:46:30,下载53次
Android DateTimePicker安卓时间线控件用法实例 - android 安卓 时间轴 时间选择控件 DateTimePicker,Android DateTimePicker安卓时间线控件实例,如果这要是在WEB开发中,那么这就是叫做时间选择器啦,时间拾取器用户界面,用来设置时间,选择时间用的,现在在安卓手机中,这种时间设置的功能比较普遍了。Android Android timeline time selection control DateTimePicker, Android DateTim 打开,2019-11-25 21:47:33,下载44次
Android db数据库相关源码程序 - Android db数据库相关源码,一个db相关的代码,没有深入细看,需要的朋友自己下载源码看个究竟。Android db database related source code, a db related code, did not go into the details, need friends to download the source to see what 打开,2019-11-25 21:48:45,下载24次
Android DialogInterface列表对话框选择及取值的例子源码程序 - 声明列表对话框的id,显示列表对话框,为按钮添加OnClickListener监听器,然后重写的onCreateDialog方法:Declare the id of the list dialog, display the list dialog, add the OnClickListener listener to the button, and then override the onCreateDialog method: 打开,2019-11-25 22:11:57,下载55次
Android Dialog对话框美化自定义源码程序 - Android Dialog对话框美化自定义源码,这个例子涉及到将view放进对话框中,实现这个功能需要三个小步骤:The Android Dialog dialog box beautifies the custom source code This example involves putting the view into a dialog box There are three small steps required to implement this function: 打开,2019-11-25 22:12:30,下载35次
Android dialog对话框用法实例源码程序 - Android dialog对话框用法实例,在dialog上显示一些按钮,并赋值,演示动作脚本的过程,教你android对话框的使用。Android dialog dialog usage example, display some buttons on the dialog, assign values, demonstrate the process of action scripts, teach you the use of android dialog box 打开,2019-11-25 22:13:34,下载35次
Android Dialog对话框用法演示实例源码程序 - Android Dialog对话框用法演示实例,通过学习研究本源码来熟悉Dialog组件的使用,用户可以点击了对话框上的确定按钮,点击对话框上的进入详细按钮,点击对话框上的取消按钮,程序并能跟踪出这些操作。Android Dialog dialog usage demonstration example, by learning to study the source code to familiarize with the use of the 打开,2019-11-25 22:15:31,下载55次
Android DragSortListView左右滑动删除和拖拽排序和功能演示源码程序 - 这是一个在github上的开源项目,模拟演示了Android系统中的 DragSortListView用法,实现了拖拽排序和左右滑动删除功能,不过根据很多android开发朋友反馈,这个开源项目虽使用方便,不过不是很友好。This is an open source project on github It simulates the usage of DragSortListView in Android system, realizes drag and dr 打开,2019-11-25 22:16:37,下载24次
Android Droid Wall 3G Wi-Fi手机防火墙 APP源码程序 - Droid Wall是一个类似于 Linux 下的 iptables 的 Android 手机防火墙软件,界面运行效果请参见演示截图所示。本防火墙APP可以限制某些应用访问数据网络,包括 2G 3G 以及 Wi-Fi。这个源代码项目共包括了以下模块:Droid Wall is an Android mobile phone firewall software similar to iptables under Linux Please see the d 打开,2019-11-25 22:18:50,下载66次
Android DropDownView动态添加列表框值源码程序 - 本例子主要是自定义一个下拉列表框,演示Spinner的用法,在Android中创建一个DropDownView,动态添加列表框的值,示例运行后,用户即进入添加模式,添加后列表框中会一项内容,依次类推,单击下拉框会看到所添加的值,也可删除掉添加的列表框选项。大概的实现步骤为:This example is mainly to customize a drop-down list box to demonstrate 打开,2019-11-25 22:19:55,下载75次
Android Ebook电子书阅读器APP源码程序 - Android Ebook电子书阅读器APP源码,好像以前发过类似的,这个从android社区载下来的,里面有注释,供学习参考。Android编程开发可参考的一个范例,希望对Andriod初学者有帮助。Android Ebook e-book reader APP source code, seems to have been similar before, this is loaded from the android community, there are comments, for learning reference An example of Android programming development can be referenced, I hope to help Andriod beginners 打开,2019-11-25 22:21:19,下载56次
Android Edittext悬浮标签特效实例源码程序 - Android Edittext悬浮标签特效实例,其实Edittext的使用方法挺简单,只要把需要悬浮提示的Edittext控件外面包裹一个该控件就行了,最终达到的效果如截图所示,具体代码请下载代码包。Android Edittext floating label special effects example, in fact, the use of Edittext is quite simple, as long as the Edittext control th 打开,2019-11-25 22:22:30,下载35次
Android ExpandableListView用法实例:仿QQ界面分组列表源码程序 - 本源码将演示Android ExpandableListView的用法,制作一个类似QQ界面的好友分组列表展开收缩效果,为什么最开始没有使用ListView呢?因为ListView只能显示一级列表,如果实现像QQ好友列表那样的效果,就需要用到ExpandableListView,入门 打开,2019-11-25 22:35:15,下载1次
Android FileManager 文件浏览器(管理器)源码程序 - 这个Android文件夹浏览器可实现以下操作: 打开,2019-11-25 22:35:15,下载1次
Android FileMan文件扫描管理记录使用次数源码程序 - 一个Android文件管理器APP源码,类似于360手机助手的功能,可以记录文件使用次数,可按分类来扫描管理文件或应用信息,并可将扫描的信息存入数据库,扫描SD卡文件,判断是否为文档、判断是否为音乐、判断是否为视频、判断 打开,2019-11-25 22:35:15,下载1次
Android FiveChess 五子棋源码程序 - Android FiveChess 五子棋,有安卓环境的调试下,看上去挺完整的安卓源码。安卓手机已经流行,想从事Android游戏应用开发的朋友们,这个代码可以起到抛砖引玉的参考作用。 打开,2019-11-25 22:35:16,下载1次
Android GetPost 发送GET 发送POST的示例代码源码程序 - Android GetPost 发送GET 发送POST的示例代码,发送post必须设置以下两行代码: 打开,2019-11-25 22:35:16,下载1次
Android GetPost数据提交实例源码程序 - Android GetPost数据提交实例,发送post必须设置 conn setDoInput(true);conn setDoOutput(true);这两行代码,从用户界面提交过来的数据上传到服务器接收,类似于WEB网页提交表单的操作,不过Android有自己独特的地方,这个源码,您可以参考对 打开,2019-11-25 22:35:16,下载1次
Android GLSurfaceView 3D渲染过程演示源码程序 - Android GLSurfaceView 例子,演示了自定义GLSurfaceView、自定义渲染器的实现,创建一个3D透视模型的例子,里面涉及到触控笔、坐标、数据缓冲、模式矩阵、绘制图形、透视投影矩阵等相关技巧例子,写有几个自定义方法用以实现指 打开,2019-11-25 22:35:16,下载1次
Android GPS定位并发短信实例源码程序 - Android定位:监控别人行踪,GPS定位相关实例,开启定位,并发送和回复短信。了解一下如何打开GPS,如何查看GPS状态等。如果是符合的ACTION,就启动地理定位并且回复短信,发送短信, 定位失败,则不回复短信,获取到的定位 打开,2019-11-25 22:35:16,下载1次
Android GreatRun游戏源代码源码程序 - Android GreatRun游戏源代码,我没有看懂这是一款什么游戏,但源代码很完整,而且可以编译,里面的一些类很有价值,比如关于Sprite java类:代表游戏中在平铺层地图上移动的精灵。玩家控制的英雄和追赶玩家的怪物均继承自此类 打开,2019-11-25 22:35:16,下载1次
Android GridAndImageSwitcher的使用范例源码程序 - 此为Android GridAndImageSwitcher的使用范例,把图片分装成键-值对的形式封装到容器里,获得R layout main中的组件元素, ImageSwitcher的更换的动画效果,设置图片切换效果, ImageSwitcher会显示makeView()方法返回的View值,因为是ImageSwitcher 打开,2019-11-25 22:35:16,下载1次
Android Holo风格的AlertDialog对话框制作实例源码程序 - Android 自定义实现一个AlertDialog对话框,提示框或警告框弹出式对话框,套用了系统Holo风格,生成符合系统主题的AlertDialog Builder,可以分别定义弹出提示的标题文字及提示内容: 打开,2019-11-25 22:35:16,下载1次
Android Home配置应用源码实例源码程序 - Android Home配置应用源码实例源码程序 打开,2019-11-25 22:50:05,下载54次
Android Layer-list 滑动条拖动演示示例源码程序 - Android Layer-list 滑动条拖动演示示例,运行后的视图效果如下图,鼠标拖动滑块可改变滚动条的位置,滑块沿滚动条移动,在手机上测试的话,也就是用手拖动滑块,源代码同样挺简单,仅供参考。Android Layer-list slider drags the demo example The effect of the view after running is as shown below Drag the slider to ch 打开,2019-11-25 22:50:32,下载24次
Android html5 js css调用测试例子源码程序 - Android html5 js css调用测试例子源代码,获得浏览器组件,WebView就是一个简单的浏览器,android浏览器源码存在于LINUX android package apps Browser中,里面的所有操作都是围绕WebView来展开的。DemoJavaScriptInterface类为js调用android服务器端提供接口 Android html5 js css calls the test example source code to get the browser 打开,2019-11-25 22:51:18,下载54次
Android HttpURLConnection 读取网络图片源码程序 - b=(Button)this findViewById(R id b); 图片浏览按钮,Android HttpURLConnection 读取网络图片源码程序。 打开,2019-11-25 22:52:04,下载33次
Android ImageButton 响应式变化的图形按钮源码程序 - Android ImageButton用图形制作的按钮,把按钮的外形用一个图片来代替,不过本实例中的按钮用了两张图片,分别替换到按钮的两个状态、悬停和单击,单击按钮时候,按钮的图像发生变化,与用户的操作形成了很强烈的互动效果。Android ImageButton uses a graphic button to replace the shape of the button with a picture, but the but 打开,2019-11-25 22:53:19,下载24次
Android ImageButton用法初学者例子源码程序 - Android ImageButton用法初学者例子,应用图像的界面按钮实现方法一例,用图片修饰一个按钮,会让Android的应用界面更加漂亮,希望这个简单的例子可以让你的安卓界面更加充满生机,初学者参考。Android ImageButton usage beginner example, application image interface button implementation method, using a picture to modify a bu 打开,2019-11-25 22:54:01,下载35次
Android indexOf搜索文件示例源码程序 - Android 系统中搜索文件的一个简单例子,功能和Windows搜索文件相似,不过实现上就差别大了:先载入main xml Layout ,初始化对象:A simple example of searching for files in the Android system, the function is similar to the Windows search file, but the implementation is quite different: first load the main xml Layout, initialize the object: 打开,2019-11-25 22:54:37,下载13次
Android IOStream实例操作源码程序 - Android IOStream实例操作源代码,针对IO流操作与学习android的初级编程者共勉。Android IOStream instance operation source code, for the IO stream operation and learning android primary programmers 打开,2019-11-25 22:55:18,下载24次
Android jChat手机聊天程序项目源码程序 - Android 手机聊天程序项目源码,采用P2P通讯机制的android手机聊天程序——jChat源码,编译时需要Eclipse创建一个新的Android项目,然后添加外部JAR和移动的jChat目录选择到libs目录JadeLeapAndroid jar库。jChat使用了的MapView访问谷歌地图数据。源码目录中共有25个代码文件。全附有代码注释以及开发文档。Android mobile phone chat program proj 打开,2019-11-25 22:55:49,下载44次
Android JSON从网络上获取数据并显示在手机界面中源码程序 - Android 从网络上获取数据并显示在手机界面中,实现从网络上获取数据,然后将获取到的数据展示在界面中的功能。运行实例,单击列表某数据时详细内容页面,所有数据均为从网上获龋本实例结合JSON来实现,主要实现网络数据请求时使用Volley(网络请求框架),并通过使用Gson来解析JSON数据。Android takes data from the network and displays it i 打开,2019-11-25 22:56:22,下载44次
Android Json省市县三级联动菜单-支持滚动源码程序 - Android ProvinceDistrict菜单,android 省市区县三级联动菜单,在弹出的选择框中,支持内容列表滚动。盛市、县菜单内容事前存储在文件中,结合JSON当用户选择时,从assert文件夹中读取省市区的json文件,然后转化为json对象,加载对应的区县内容,完成后释放Json对象的内存,实现的步骤:Android ProvinceDistrict menu, android provincial and 打开,2019-11-25 22:57:02,下载44次
Android Launcher发送相关源码程序 - Android Launcher发送相关源码,这是一个比较基础简单的例子,Android开发打基础的,有兴趣的新手参考。Android Launcher sends relevant source code, which is a relatively simple example Android development is based on the reference of interested beginners 打开,2019-11-25 22:57:33,下载66次
Android Layout多种使用方法源码演示源码程序 - Android Layout多种使用方法源码演示,这个例子中演示了如何使用FrameLayout、如何使用RelativeLayout、如何使用RelativeLayout和LinearLayout以及如何使用TableLayout的例子,都挺实用,平时用的比较多,但是比较基础,android编程打基础的参考范例,示例运行后,单击对应的按钮,演示对应的功能。Android Layout source code demonstration of mu 打开,2019-11-28 23:21:22,下载53次
Android LinearLayout结合TextView选择列表项数据源码程序 - Android LinearLayout结合TextView选择列表项数据,在虚拟机上是单击鼠标选中一行数据,在手机上则是手触摸一下即选择对应数据行,循环生成每行的包含对应各个列数据的Map;col1、col2、col3为列名,可参考相关代码:Android LinearLayout combined with TextView to select list item data On the virtual machine, click a mouse to 打开,2019-11-28 23:22:58,下载24次
Android ListView Animation列表旋转动画源码程序 - Android 实现ListView Animation列表旋转动画,在初打开ListView列表的瞬间 ,列表不是一下就出现,而是经过了旋转最后正常显示,ListView动画的持续时间、MyAnimation的属性、速度 类型(匀速、变速)都可以自定义调节。Android implements ListView Animation list rotation animation When the ListView list is opened at the beg 打开,2019-11-28 23:23:36,下载24次
Android service activity服务绑定测试源码程序 - 这是一个简单的围绕Android service activity来进行服务绑定的测试源码,比如 进行开始服务、关闭服务、绑定服务和解绑服务的测试,在android虚拟机上的运行效果,请参见下图所示。这是比较基础的android初级例子,希望Android新手们可以学习参考哦。This is a simple source code for testing service binding around the Android servic 打开,2019-11-30 22:23:13,下载35次
Android SharePreferences读出和写入数据测试源码程序 - Android SharePreferences读出和写入数据测试: 打开,2019-11-30 22:23:49,下载44次
Android Service服务启动与绑定用法测试源码程序 - Android Service服务启动与绑定用法测试,这个android源码演示了如何启动和停止指定的android系统服务,如何Bind Server绑定服务和如何unBind Server解绑服务,并使用NotificationManager来弹出消息处理对话框。Android Service service startup and binding usage test This android source code demonstrates how to start and sto 打开,2019-11-30 22:25:19,下载24次
Android service类的应用及源码例子源码程序 - Android service类的应用及源码例子,通过Android service类创建一个音乐服务模块,演示service类的创建、启动和方法使用,以及Service生命周期的说明,该例子继承service 然后重写onStart播放音乐 重写onDestry停止音乐。通过播放一首mp3 ,当用户点击开始按钮,音乐开始播放,即时你退出程序音乐也会播放,点击停止按钮,停止播放音乐。Android se 打开,2019-11-30 22:26:04,下载13次
Android SNS交友社区项目源码实例源码程序 - Android SNS交友社区项目源码实例,比较大型的开源SNS交友方面的实例,对学习研究android APP开发有不小的帮助。Android SNS dating community project source code examples, compared to large open source SNS dating examples, is of great help to learn and research android APP development 打开,2019-11-30 22:26:42,下载33次
Android socket大文件续传-上传操作断点续传源码程序 - Android基于socket文件续传实例,本实例演示的是在上传大文件时的断点续传功能,类似于下载文件,在业务bean中,定义了多个实现此功能的方法,比如获取每条线程已经下载的文件长度、保存上传文件信息、当文件上传完成后,删除对应的上传记录等。Android is based on a socket file resumption example This example demonstrates the breakp 打开,2019-11-30 22:29:42,下载44次
Android socket文件续传功能范例源码程序 - Android 实现socket文件续传功能,当文件上传完成后,删除对应的上传记录。业务Bean当然是起到了很大作用,获取每条线程已经下载的文件长度,保存上传文件信息,并且支持意外中断后自动续传,断点续传功能。Android implements the socket file resumption function When the file upload is completed, the corresponding upload recor 打开,2019-11-30 22:31:17,下载24次
Android soundpool播放音乐声音池应用举例源码程序 - Android soundpool播放音乐声音池应用举例,基础的例子,使用SoundPool进行简单的音乐播放功能,由此可扩展成一个音乐播放器,编写音频处理相关的应用时,可用上的基础代码。Android soundpool play music sound pool application examples, basic examples, using SoundPool for simple music playback functions, which can be expanded into a music player, the basic code available when writing audio processing related applications 打开,2019-11-30 22:31:43,下载24次
Android SoundPool创建简单的音乐池源码程序 - Android原代码,SoundPool简单的音乐池创建实例,看上去是比较简单的音乐池例子,对此的研究也是比较少的,期待与大家共同学习。The original Android code, SoundPool& 39;s simple music pool creation example, seems to be a relatively simple music pool example There is relatively little research on this I look forward to learning with you 打开,2019-11-30 22:32:18,下载53次
Android Spinner 高级用法实例演示源码程序 - 在这个例子中包括了众多Android Spinner 控件的用法,以一个下拉框的效果来展示很多Spinner 的使用技巧,示例中的myspinner_dropdown自定义下拉菜单模式定义在res layout目录下,代码中演示了将ArrayAdapter添加Spinner对象中、将mySpinner添加OnItemSelectedListener、将所选mySpinner的值带入myTextView中、将mySpinner显示出来等用法技巧,取得Anima 打开,2019-11-30 22:32:49,下载63次
Android Spinner 数组 监听器初级用法实例源码程序 - 以一个选项框为例,演示了基础级的Android应用例子,比如 监听器、数组等基础知识,其中以监听器的使用最为重要,因为几乎每个Android程序都要用到,下面是监听器的相关代码:Take an option box as an example to demonstrate basic Android application examples, such as listeners, arrays and other basic knowledge Among t 打开,2019-11-30 22:33:23,下载66次
联系方式| 版权声明| 招聘信息| 广告服务| 银行汇款| 法律顾问| 兼职技术| 付款方式| 关于我们|
网站客服网站客服 程序员兼职招聘 程序员兼职招聘
沪ICP备19040327号-3
公安备案号:沪公网安备 31011802003874号
库纳格流体控制系统(上海)有限公司 版权所有
Copyright © 1999-2014, GUSUCODE.COM, All Rights Reserved