搜索资源列表
Square
- 基于android平台开发的立方体转动效果,这是openGL的应用,程序里面用的线程比较多,想学习线程的人可以研究下。-Based on the development of android platform rotating cube effect, which is openGL application, the program which use more threads, the thread who want to learn can be studied.
mtdownload2
- android下的多线程下载器,可自定义线程数进行下载,并且支持断点续传-Under the multi-threaded download android device, the number of threads can be downloaded from the definition of
AndroidKaifa
- 详细指导出了 android开发中应用程序组件,Activity和任务,进程和线程,组件的生命周期和调用父类-Detailed guidance on the development of the android application components, Activity and tasks, processes and threads, the component life cycle and call the parent class
duo_ren_wu_xia_zai
- 实现android中的多任务下载功能,即一个文件由多个线程来进行断点下载-The multi-task to achieve android download function, that is, a file by multiple threads to download breakpoint
TankLivePaper
- 源码名称:动态壁纸游戏-坦克大战动态壁纸 完整android源码,import就可以用。 主要技术包括:动态壁纸、多线程同时工作、地图设计器、绚丽界面设计-Allow phonetic typing Source: Dynamic wallpaper game- Battle City Live Wallpaper The full android source code, the import can be used. The main techniques include
android_handler
- 本文主要介绍Android中Handler的简单使用方法,Handler跟多线程,消息队列联系很紧密,在平常的实际程序开发中比较常见。本文分为4个简单的例子来学校handler。 参考资料为Mars老师的教程,http://www.mars-droid.com/. 开发环境为android4.1. 这里包含的是4个例子的工程code和文章说明-This paper describes the simple use of Android in Handler Handler,
android-multithreading
- 多线程下载可以并发的用多个线程进行下载。 根据下载文件的大小和进程数计算每个线程下载文件的长度和位置。-Multi-threaded download concurrency of multiple threads to download. Download the file size and the number of processes to calculate the length and location of each thread download.
smart_breakpointDownload
- android多线程断点下载,通过本Android下载实例,可了解到以下知识技巧:实时得到文件下载的长度,设置获取实体数据的范围、获取文件已下载文件长度、原始文件长度、线程数、本地保存文件、缓存各线程下载的长度、每条线程下载的长度、获取线程数、获取文件大孝更新指定线程最后下载的位置、构建文件下载器、保存记录文件、根据响应获取文件大孝监听下载数量的变化,如果不需要了解实时下载的数量,可以设置为null、循环判断是否下载完毕等基础知识。 这里请注意,对于UI控件的更新只能由主线程(UI线程
smart_Download
- android多线程断点下载的源码,实时得到文件下载的长度,设置获取实体数据的范围、获取文件已下载文件长度、原始文件长度、线程数、本地保存文件、缓存各线程下载的长度、每条线程下载的长度、获取线程数、获取文件大孝更新指定线程最后下载的位置、构建文件下载器、保存记录文件、根据响应获取文件大孝监听下载数量的变化-android multithreading breakpoints download the source code, in real-time to get the length of t
8
- Android平板电脑开发实战详解和典型案例——光盘源码 此书出版时间:2013-02-01 从Android 2.0趣味特性、Android 4.0新特性的基础知识到完整综合案例,由浅入深,循序渐进地进行了详解,既适合Android 4.0初学者学习,也适合有一定基础的读者进一步提升之用。 第8章 2D图形渲染及多点触控 8.1 基本图形的绘制 8.1.1 基本知识 8.1.2 一个简单的案例 8.2 特殊线型 8.2.1 基本知识 8.2.2 一个简
DrifBall
- Android小游戏,小球快跑源码,重力感应游戏,画面线程复杂-Android game ball gallop source, gravity sensing game, the screen complex threads
JniThreadTest
- 本项目主要是实现了在jni中用多线程调用java对象。代码调试通过。直接导入到eclipse即可运行-The project is mainly achieved in the jni call java objects using multiple threads. Code debugging through. To run directly into the eclipse
HandlerAndThread
- 线程与消息的简单demo希望大家能够扩张出自己的更牛逼的代码-Threads and messages simple demo
Huangtao_Download_Demo
- android多线程下载demo,进度更新-android download in threads
download_threads_demo
- 用于多线程断电下载,可以设置线程的数量,-download with multiple threads
clockgood
- 比较实用的,绘制表盘的外观、绘制表盘上的小刻度和大刻度也是值得参考的,表盘分割成60份,将分割点处的坐标存放在数组中,每当小程序重新开始时,首先消灭线程,然后重新开始创建线程。12点各个时针的位置坐标(按新坐标系的坐标)。 Thread 时针=null, 分针=null,秒针=null //用来表示时针、分针和秒针的线程。 //表示时针、分针、秒针端点的整型变量: int hour_a,hour_b,munite_a,munite_b,second_a,secon
javafirework
- Java烟花特效代码,用鼠标点击浏览器中的面板,将出现五彩缤纷的烟花效果。要用到的Java知识点有:鼠标事件的监听,Graphics类和Thread类的应用。使用Graphics类:绘制烟花,使用Thread类:管理线程,使用Math类:产生随机数,使用Color类:设置颜色。 实现思路:Java模拟烟花效果,首先定义主线程的函数run()对一个烟花进行绘制。在函数run()中定义Graphics类的对象,通过程序中的算法来绘制烟花。然后实现烟花的缤纷闪烁效果,通过Thread类的Th
jmine
- 件说明。运行java StartJMine启动程序,或双击StartJMine.bat启动扫雷游戏主程序。程序框架都在JMine.java中。JMine.java 还包括两个线程类,分别为计时器线程和胜利后等待用户重起游戏的线程。 游戏分为三个难度等级,分别有12、24、36颗雷。单击鼠标左键为踩雷。单击鼠标左键在标记,疑问,空白三种状态中循环。同时单击鼠标左右键为踩单击点在内的周围九格内所有没有标记为已标记的所有格子。同时程序从你单击第一次时开始计时,到胜利或引爆地雷终结。
OSMonitor
- 开源项目。安卓手机进程管理,进程监听,线程号与通信套接字对应。-Open source project. Android phones process management, process monitoring, and communications sockets corresponding number of threads.
15
- IntentActivity 和 StartActivity (新建线程) 代码示例 android 开发 (若水老师视频 15 ) -IntentActivity and StartActivity (new threads) code sample android development (15) if water teacher video
