遇到好多次了,每次都要查资料,惭愧,惭愧.....010edit中:
分类:
其他好文 时间:
2018-05-16 22:31:56
阅读次数:
109
案例要求:网络加载图片,随机加载到设置好的视图上
实现的效果图如下:
具体代码如下:
//
// ViewController.m
// 0603---NSOperationQueue
#import "ViewController.h"
@interface
ViewController ()
...
分类:
编程语言 时间:
2015-06-03 15:49:24
阅读次数:
270
写了个应用,实现了一组WebView的顺序,倒序,和随机加载。之中使用了延时,为什么要使用呢?请看下图:
package com.zms.csdngo;
import android.content.Context;
import android.content.Intent;
import android.net.ConnectivityManager;
import an...
分类:
移动开发 时间:
2015-01-04 23:10:42
阅读次数:
392