gusucode.com> admin
admin
积分:0
上传文件:10336
下载次数:0
注册日期:2016-03-01 17:34:23
【谷速源码】Androd实现在欢迎界面中插入视频和广告源码程序 - Androd实现在欢迎界面中插入视频和广告,“马蜂窝自由行app”,在第一次打开时播放了个视频文件,以后打开后上方是一个广告,下方是一个类似gif的动画。 打开,2019-11-24 08:23:34,下载1次
【谷速源码】Android 3D 国际象棋游戏源代码源码程序 - Android 3D 国际象棋游戏源码+注释,含国际象棋服务器源码,写的很不错,代码中的注释很多,对编写Android棋牌游戏的朋友有很好的帮助作用。 打开,2019-11-24 08:23:34,下载1次
【谷速源码】Android 多种方法实现图片高斯模糊、毛玻璃效果源码程序 - Android 多种方法实现图片高斯模糊、毛玻璃效果,一共有三种方法实现,高斯模糊方式的图片模糊,如果对PhotoShop熟悉,那么对高斯模糊你就不陌生了。注意:测试时请自行下载mockable-android-23 jar类库放在build generated目录下。源 打开,2019-11-24 08:23:34,下载1次
Android ArrayAdapter创建ActivityList内容列表 - 本源码主要演示Android ActivityList内容列表的如何创建,采用ArrayAdapter实现,演示了姓名列表、带单选框的列表、没有数据的列表和对列表进行操作这几项功能,要注意,layout的xml文件名需要全部小写。This source code mainly demonstrates how to create the Android ActivityList content list It uses ArrayAdapter to demonstra 打开,2019-11-24 15:17:54,下载1次
Android IP Camera手机版网络摄像机源码程序 - 一个国外的开源Android项目,android手机网络摄像机 IP Camera源代码,通过网络连接可实现远程查看拍摄内容,像一个视频监控那样,觉得挺好玩,只是代码中的注释全是英文的。本程序主要是实现两大功能,一介不间断摄像,二是网络传输图像及声音,网络和摄像编程的例子。A foreign open source Android project, android mobile phone network 打开,2019-11-24 15:19:53,下载1次
Android Mini音乐播放器【附源代码】源码程序 - Android Mini音乐播放器【附源代码】,演示Android手机如何轻松播放多媒体音乐,将向新手展示空间多媒体如何实现,如何使用Open Core安卓的多媒体框架核心,如何利用这一框架播放多种格式的多媒体文件,代码不是太复杂,而且界面从简,教你方法才是重要的。Android Mini music player [with source code], demonstrate how easy it is to p 打开,2019-11-24 22:33:50,下载1次
Android SDCard存储卡文件查看器【源代码】 - SDFileExplorer源码,Android SDCard存储卡文件查看器【源代码】,安装在手机上用于浏览查看SD卡上的文件,类似于手机上的文件管理器,可查看SD卡每个文件夹中的文件、目录、文件大孝日期时间、权限等基础信息。 打开,2019-11-24 22:56:42,下载1次
Android 手机主题切换实例 - Android 手机主题切换实例,本实例将实现主题切换的动画效果。运行实例,单击右侧弹出的菜 单项,选择切换主题,切换后界面中的主题将会改变。本实例主要使用Activity类中的setTheme方法设置主题,使用recreate()方法重启Activity 打开,2019-11-24 22:56:42,下载1次
Android 指南针定位测试源码 - 安卓Android 手机利用指南针定位的测试实例,作者 by 都市游侠,本源码中的指南针的外观是调用图片实现的,代码中定义了指南针根据定位旋转的角度,这也是代码的关键部分,本实例中还涉及到监听器、传感器、精度改变、穿 打开,2019-11-24 22:56:43,下载1次
Android 猜牌小游戏源码分享 - 本实例为一个猜牌的小游戏。运行实例,单击其中一张牌,如果选中的牌与要求相符,则显示猜对效果界面,否则显示选错效果界面。 打开,2019-11-24 22:56:43,下载1次
Android 生成 FramebyFrame人物奔跑动画效果 - Android 生成 FramebyFrame动画效果,具体到本实例中,是以一个人物奔跑的动画为例,演示其实现方法。 打开,2019-11-24 22:56:43,下载1次
Android 自定义的扇形进度条例子 - Android 自定义的扇形进度条例子,为了可以模拟真实的加载效果,这里加载了多张网络图片,使用了一个网络图片链接数组来存储图片地址,然后下载这些网络图片,建立 异步任务类等。对扇形进度条的定义说明: 打开,2019-11-24 22:56:43,下载1次
Android 获取手机当前电量 - Android 获取手机当前电量, int level;定义的是当前电池电量,int scale;定义的是手机总电量。注册访问电池剩余量的系统BroadcastReceiver,当前手机电量为:"+level*100 scale+"%,这个计算方法相信大家都会吧。 打开,2019-11-24 22:56:43,下载1次
Android .9.png拉伸与按比例拉伸图像例子 - Android 9 png拉伸与按比例拉伸图像例,本源代码演示了9 png的用法,演示了一个按钮使用png做为背景图,等比例不合理拉伸、原始未拉伸、9 png按需要拉伸按需要拉伸大孝原始未拉伸这几种情况的实现方法,尤其在使用png图像做为 打开,2019-11-24 22:56:43,下载1次
Android 2高级编程(第2版)全书实例及源码 - Android 2高级编程(第2版)全书实例及源码,挺好的Android书籍源码,原版的代码,包括了Java文件的源码和Txt格式的资料,不过都是英文的,相信既然能搞Android,E文应该都不错吧。 打开,2019-11-24 22:56:43,下载1次
Android “易视眼”用法实例:智能摄像头源码 - Android 物联网开发实例:智能摄像头实例源码,在现今互联网纵横的时代,手机可以掌控很多硬件,为实时监控家中情况,可以在家中安装摄像头并用手机来操控摄像头,包括控制摄像头左右移动,进行拍照和录像等。主要使用 打开,2019-11-24 22:56:43,下载1次
Android 2048游戏源代码 源码程序 - Android 2048游戏,2048游戏是一款风靡一时的游戏,本实例将完成2048游戏的开发。运行实例,效果如图所示,在数字位置可以上下左右滑动,进行得分,如杲没有位置可移动,则游戏结束。Android 2048 game, 2048 game is a popular game, this example will complete the development of 2048 game Run the example, the effect is 打开,2019-11-25 20:18:34,下载33次
Android activity intent 相关代码实例源码程序 - Android activity intent 相关代码实例:activity的跳转Android activity intent related code example: activity jump 打开,2019-11-25 20:26:52,下载53次
Android activity Menu设计实例参考源码程序 - Android activity Menu设计实例源代码,点击第一个menu的第一个按钮执行button1 可见的动作,点击第二个个menu的第一个按钮执行button2 可见的动作,menu findItem(EXIT_ID);找到特定的MenuItem,MenuItem setIcon 可以设置menu按钮的背景。Android activity Menu design example source code, click the first button of the first men 打开,2019-11-25 20:27:35,下载24次
Android activity、菜单及dialog、列表等常见UI源码程序 - Android activity、菜单及dialog、列表等常见UI源码,下面依次介绍各目录里的功能演示:Android activity, menus and dialogs, lists and other common UI source code, the following describes the function demo in each directory: 打开,2019-11-25 20:28:16,下载57次
Android Activity仿酷狗音乐悬浮歌词效果源码程序 - Android Activity仿酷狗音乐悬浮歌词效果,并可支持拖动功能,形成歌词动画,跟随音乐进度的文字动画。示例的悬浮窗口有点太小了,几乎看不清演示,下载源码后自己将悬浮窗口设置大一些吧。Android Activity is like a cool dog music floating lyric effect, and can support the drag function, form a lyric animation, follow 打开,2019-11-25 20:29:01,下载24次
Android Activity界面切换显示示例源码程序 - 此为一个简单的Android Activity界面切换显示示例,开始进入主界面,即显示第一个Activity", "我是FirstActivity",当用户点击按钮后,则切换显示第二个Activity", "我是SecondActivity"This is a simple Android Activity interface switch display example, start to enter the main interface, that is, display the first Act 打开,2019-11-25 20:29:44,下载57次
Android AirPlus飞行历 飞行模式自动切换功能源码程序 - Android AirPlus飞行模式自动切换工具,可以根据设定的时间自动进入和退出飞行模式,在无需关机的情况下让手机更加省电,减少睡眠时间手机的辐射作用。The Android AirPlus flight mode automatic switching tool can automatically enter and exit the flight mode according to the set time, so that the mobile phone can save more power without shutting down, and reduce the radiation effect of the mobile phone during sleep time 打开,2019-11-25 20:30:25,下载35次
Android AlertDialog、ActionSheetDialog模仿IOS7风格对话框源码程序 - Android 模仿IOS7风格的底部对话框,我个人比较喜欢ios7的一些弹窗风格,这里模仿一下ios7的对话框,QQ安卓版也是做的和ios7一样的,弹出底部菜单列表和AlertDialog,本项目编码GBK默认编译版本4 2 2javaapk提供测试,主要使用了AlertDialog、ActionSheetDialog来实现,AlertDialog的方法和android中自带的用法相似,ActionSheetDialo的用法和AlertDialog 打开,2019-11-25 20:31:11,下载85次
Android AlertDialog弹出提示框的用法源码程序 - Android AlertDialog弹出提示框的用法,使用AlertDialog Builder构建一个简单的弹出式提示框,当用户点击按钮后,会生成该弹出框。其实实现起来挺简单的:首先是为确定按钮设置监听,编写事件处理函数,然后将对话按钮单击之后要运行的事件写入处理函数中,最终运行后的视图如演示截图所示。Android AlertDialog pops up the prompt box, use Ale 打开,2019-11-25 20:31:59,下载77次
Android AnalogClock时钟 如何使用时间线程-样例源码程序 - Android AnalogClock时钟,本源码将演示如何使用时间线程-样例生成一个圆形的时钟特效,不多啰嗦了,细心的朋友请亲自下载源码检阅吧。。涉及Android implements Runnable、public class testAnalogClock extends Activity implements Runnable等。Android AnalogClock clock, this source will demonstrate how to use the time thr 打开,2019-11-25 20:32:40,下载68次
Android android-support-v4.jar 仿QQ向左滑动删除功能源码程序 - Android 使用android-support-v4 jar类库实现QQ向左滑动删除功能,源代码包中附有android-support-v4 jar类库,其它android应用需要此类库时,也可下载本源码。Android uses the android-support-v4 jar class library to implement the QQ slide-to-left delete function The source code package contains the android-support-v4 jar class library Other android applications can also download this source code when they need such a library 打开,2019-11-25 20:33:17,下载53次
MATLAB概率与数理统计分析程序源码 - MATLAB概率与数理统计分析程序,包括了这本书所有章节的代码,都是很小的MATLAB程序,很有学习参考价值,想学习MATLAB的朋友,你可不要错过哦。MATLAB probability and mathematical statistics analysis program, including the code of all the chapters of this book, are very small MATLAB programs, very valuable for reference If you want to learn MATLAB friends, don& 39;t miss it 打开,2019-11-25 20:46:05,下载55次
Matlab精彩编程100例源码程序 - Matlab精彩编程100例源码,100个例子的代码,每个实例都带有演示截图,代码中带有注释,非常适合拿去学习研究,推荐给想学习Matlab的朋友参考。Matlab wonderful programming 100 source code, 100 examples of code, each instance with a demo screenshot, code with comments, very suitable for learning and research, recommended for friends who want to learn Matlab 打开,2019-11-25 20:48:17,下载75次
精通MATLAB最优化计算全书代码 程序源码 - 精通MATLAB最优化计算源码包,全书代码,包括以下内容:第6章 无约束一维极值问题、第7章 无约束多维极值问题、第8章 约束优化问题、第9章 非线性最小二乘优化问题、第10章 线性规划、第11章 整数规划、第12章 二次规划、第13章 粒子群优化算法、第14章 遗传优化算法等。Proficient in MATLAB optimization calculation source package, t 打开,2019-11-25 20:48:49,下载237次
Android App借助第三方平台登录分享数据源码程序 - Android App借助第三方平台登录分享数据,介绍如何使用友盟的分享平台将数据分享到第三方平台,选择并单击微信朋友圈平台,将显示微信朋友圈分享界面;选择QQ则显示QQ空间分享界面。Android App uses third-party platform to log in and share data, how to share data with third-party platform using Friendship& 39;s sharing 打开,2019-11-25 21:09:09,下载24次
Android API人脸检测源码实例源码程序 - 分享一个实用的Android API人脸检测模块源代码,这个不是在拍摄过程中的人脸识别,是检测判断一张图片中的人脸部位,并用红圈标记出来,如示例图所示,图片中每个人的眼睛处,都有一个红圈,用此验证已经经过了人脸检测,当然,本效果也可以用在照相、录像的过程中。Share a practical Android API face detection module source code, this i 打开,2019-11-25 21:09:52,下载14次
Android API人脸检测范例代码源码程序 - Android API人脸检测范例代码,打开一张含有人脸的照片,程序会自动识别人脸区域,在人的眼睛区域标识出红圈,看着更像是人眼检测,哈哈。这个人脸检测是静态的,也就是打开图片识别,并不能实现像手机取景时的人脸识别功能,仅供参考。Android API face detection sample code, open a photo with a human face, the program will autom 打开,2019-11-25 21:10:35,下载33次
Android APP启动多图滚动的UI引导页动画效果源码程序 - Android APP 引导页动画效果,这个相信大家都熟悉,是软件入口的闪屏界面,安卓手机APP启动时多图滚动或者手指滑动切换的UI引导页动画效果,本实例引导页使用的pageview适配器,图片的下半部分有几个小圆点,显示当前是第几张图片,在屏幕上滑动手指可向左、向右滑动切换图片,智能判断是否是第一次打开APP,若是第一次,则进入引导页WelcomeActivity, 打开,2019-11-25 21:12:00,下载37次
android AudioTrack播放PCM音频文件 rm格式视频源码程序 - android基于AudioTrack播放PCM音频文件的源码实例,播放扩展名为rm格式的文件,不使用android 内置的Audio和video来播放PCM音频数据,通过通过解码得到PCM数据源,使用AudioTrack类实现音频文件的播放,本源码就是演示了如何使用AudioTrack来播放PCM音频数据,实现的具体思路是:先把PCM音频数据从指定的路径文件读到内存,然后给AudioPlayer设置数据源, 打开,2019-11-25 21:12:29,下载76次
Android AutoComplete输入时下拉提示源码程序 - Android AutoComplete输入时下拉提示,在Android应用输入时弹出智能提示信息的搜索框,在具有搜索功能的App应用中,为了方便大家搜索,在输入内容时经常会有提示性的内容。本例主要是使用AutoCompleteTextVww控件实现智能提示信息的功能。单击搜索输入框,输入书名信息,弹出相关提示信息,沒单击提示信息中的某一项, 内容自动添加到搜索框内。When An 打开,2019-11-25 21:15:10,下载29次
Android BMI身体肥胖指数计算器源码程序 - 这是一个采用Android编写的BMI指数计算器,用于测试肥胖指数,测量身高与体重的比值,英文为BodyMassIndex,简称BMI),是用体重公斤数除以身高米数平方得出的数字,目前国际上常用的衡量人体肥胖程度的一个标准。程序计算规划:bmi>=32重度肥胖 32>bmi>=28 肥胖 28>bmi>=24轻度肥胖 24>bmi>=18健康 18>bmi营养不良,代码中只是自拟重度肥胖的建议 打开,2019-11-25 21:16:12,下载44次
Android BufferedReader 测试网站是否连接源码程序 - Android 测试网站是否连接,这里使用有BufferedReader、HttpPost(uri)、HttpResponse、InputStreamReader等相关方法:Android test site is connected, here are BufferedReader, HttpPost (uri), HttpResponse, InputStreamReader and other related methods: 打开,2019-11-25 21:18:17,下载44次
​Android Bundle对象实现体重仪源码程序 - Android 基于Bundle对象编写实现一个标准的体重测量仪,其实就是一个Activity跳转页面然后接收值做处理的例子,代码利用网友写的android可视化GUI布局拖拉工具DroidDraw布局了界面。Android based on the Bundle object to write a standard weight measuring instrument, in fact, is an Activity jump page and then receive the value of the processing example, the code uses the android visual GUI layout drag and drop tool DroidDraw layout interface 打开,2019-11-25 21:18:45,下载56次
Android Button按钮拖动效果实例源码程序 - Android 实现按钮拖动实例,Android Button Drag显示效果,在PC的安卓模拟器上运行,可以用鼠标按住按钮随意拖动位置,在手机上,就是手指按住按钮,实现拖动功能,代码里也有很多注释,但是是英文的啊,界面组件控制的一些操作例子。Android implements the button drag instance, Android Button Drag display effect, run on the PC& 打开,2019-11-25 21:20:11,下载35次
Android button和TextVeiw用法相关实例源码程序 - 本源码主要演示Android button和TextVeiw用法,1 button的介绍,2 TextVeiw的介绍,对安卓开发新手或许有用。This source code mainly demonstrates the Android button and TextVeiw usage, the introduction of 1 button, the introduction of 2 TextVeiw, may be useful for Android developers 打开,2019-11-25 21:21:17,下载24次
Android ByteArrayOutputStream() 读取TXT文件并输出源码程序 - Android ByteArrayOutputStream() 读取TXT文件并输出,Andorid文件流方式打开文本文件的例子,在文本框中输入文件路径,点击按钮后直接读取文件内容,并输出到屏幕上显示,是一个比较基础的Java读取txt文件的例子,希望Android初学者学习掌握哦。Android ByteArrayOutputStream() Reads the TXT file and outputs it The Andorid file stre 打开,2019-11-25 21:22:17,下载46次
Android Calculator编程计算器源码程序 - Android Calculator,运行在安卓智能机上的计算器,界面一般,功能也不太复杂,学习android用的,有兴趣的研究下。Android Calculator, a calculator running on an Android smartphone, the interface is general, the function is not too complicated, learning android, interested in research 打开,2019-11-25 21:23:27,下载55次
Android Calendar方法实现时钟源码程序 - Android Calendar方法实现时钟,制作一个圆形钟表样式的时钟,运行后自动获取系统时间并初始化各个指针,然后开始走时,是基于Calendar的引用来实现的时钟:The Android Calendar method implements the clock, creates a clock with a round clock style, automatically acquires the system time after running and initializes each pointer, and then starts to walk, which is based on the reference of Calendar: 打开,2019-11-25 21:24:32,下载46次
Android canvas drawRect 绘制填充矩形和椭圆形源码程序 - Android canvas drawRect 绘制填充矩形和椭圆形,如示例图所示,绘制三个简单的几何图形,矩形、椭圆形 Android canvas drawRect draws filled rectangles and ellipses, as shown in the sample diagram, drawing three simple geometric shapes, rectangles, and ellipses 打开,2019-11-25 21:28:35,下载24次
Android Canvas方法绘制画布颜色根据时间变化(闪烁)源码程序 - Android实现画布闪烁,也就是手机背景底色闪烁,这里使用了 Canvas drawColor、canvas drawText等方法绘制,画布颜色可以根据时间变化,不停闪烁的效果。同时我们可以锁定画布和解锁画布。Android realizes the flickering of the canvas, that is, the background color of the mobile phone is flickering Here, the method of 打开,2019-11-25 21:29:10,下载66次
Android case结构判断手机待机、来电等状态源码程序 - Android 使用swicth case结构判断手机待机、来电等状态,里面的拨号仅为测试,实际中并不能这样拨号哦:Android uses the swicth case structure to determine the status of the phone& 39;s standby, incoming calls, etc The dialing inside is only a test In practice, you can& 39;t dial this way: 打开,2019-11-25 21:30:56,下载35次
Android CircleProgress 圆形进度条制作实例源码程序 - Android CircleProgress 制作完整的圆形进度条的实例下载,十分漂亮,也很实用的进度条效果,在UI上定义了多个圆形进度条,主进度条和子进度条,每个颜色不一样,大小也不同,当进度条工作时,圆形像扇形一样铺满整个圆,寓意进度完成。单击增加主进度条可以增加一个进度条的演示,当然也可增加一个子进度条,如果你对Android创建进度条的方法和思路不熟 打开,2019-11-25 21:35:41,下载55次
Android Content Provider用法样例源码程序 - Android Content Provider用法样例,解析如何使用内容提供商Content Provider共享不同应用的数据,本Android例子将使用Content Provider实现了获取联系人信息,里面的注释非常丰富,是学习android的好资料。Android Content Provider usage example, how to use the "content provider" Content Provider to share data of different 打开,2019-11-25 21:42:25,下载46次
​Android DatePicker TimePicker 用法实例演示源码程序 - 本源码演示了Android 中 DatePicker TimePicker 两个时间和日期选择控件的用法,不知道这两个控件如何用的,那可不要错过这个源码哦,下面的代码片段展示了TimePicker的用法:This source demonstrates the usage of DatePicker TimePicker two time and date selection controls in Android I don& 39;t know how to use these two controls Don& 39;t miss this source The following code snippet shows the usage of TimePicker: 打开,2019-11-25 21:42:56,下载64次
联系方式| 版权声明| 招聘信息| 广告服务| 银行汇款| 法律顾问| 兼职技术| 付款方式| 关于我们|
网站客服网站客服 程序员兼职招聘 程序员兼职招聘
沪ICP备19040327号-3
公安备案号:沪公网安备 31011802003874号
库纳格流体控制系统(上海)有限公司 版权所有
Copyright © 1999-2014, GUSUCODE.COM, All Rights Reserved