首先声明一点: 这里的多线程下载并不是指多个线程下载一个 文件,而是每个线程负责一个文件,今天给大家分享一个多线程下载的 例子。先看一下效果,点击下载开始下载,同时显示下载进度,下载完成,变成程安装,点击安装提示安装应用。
界面效果图:
线程池ThreadPoolExecutor ,先简单学习下这个线程池的使用
/**
* Parameters:
corePoolSize
the number of threads to keep in the pool, e
代码如下:public class Search extends LinearLayout implements OnClickListener, OnKeyListener, OnLongClickListener, OnItemClickListener { // Speed at which the widget slides up/down, in pixels/ms. private static final float ANIMATION_VELOCITY = 1
高仿墨迹天气
这是一份关于天气的原始码,保存,以供参考。
里面的天气的信息获取和显示,widget小部件,地区选择命名参考
下载后Eclipse可以直接导入
截图
执照
Copyright 2012 Wedcel
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain
加密仿射密码Java
一个使用仿射密码对纯文本进行加密的Java程序。
// Matthew Torontali
// 8/28/20
// Encrypt plain text with affine cipher in Java
import java.util.Scanner ;
public class Affine2 {
// Main method
public static void main ( String [] args )
{
/
解密仿射密码Java
解密仿射密文密文的Java程序。
// Matthew Torontali
// 8/27/20
// Decrypt affine cipher in Java
import java.util.Scanner ;
public class Affine {
// find the multiplicative inverse of a within the group of integers between 0-26
// if (a * i) &