-
可收缩界面控件
可收缩界面控件
- 2013-05-30下载
- 积分:1
-
chrome
问道服务端,问道游戏说明,问道简体问道服务端,问道游戏说明,问道简体(Asked the server, asked the game instructions, and asked the simple)
- 2018-01-25 02:45:02下载
- 积分:1
-
AuthenticatorDescription
A Parcelable value type that contains information about an account authenticator for Andriod.
- 2013-10-21 16:23:50下载
- 积分:1
-
android 底部tab签实例源码下载(Fragment实现)
android 底部tab签实例源码下载(Fragment实现)
- 2015-01-23下载
- 积分:1
-
CalendarView-master2
it is for android calendar
- 2013-09-02 20:12:57下载
- 积分:1
-
miniTwitter登录界面
miniTwitter登录界面
- 2014-02-12下载
- 积分:1
-
android WebView&&ViewFlipper
This is a demo of page switching, to achieve the effect of switching pages when you read the article .
- 2022-08-16 00:45:28下载
- 积分:1
-
简单线程并发例子源代码
package com;import java.util.concurrent.ExecutorService;import java.util.concurrent.Executors;public class VolatileTest {public static void main(String[] args) throws InterruptedException {final Counter counter = new Counter();ExecutorService threadPool = Executors.newCachedThreadPool();for (int i = 0; i < 1000; i++) {/*new Thread() {@Overridepublic void run() {counter.inc();};}.start();*/threadPool.execute(new Runnable() {@Overridepublic void run() {counter.inc();}});}// Thread.sleep(3000);System.out.println(counter);}}
- 2022-06-17 11:34:35下载
- 积分:1
-
android 自定义 popupwindow 实例源码下载
android 自定义 popupwindow 实例源码下载
- 2014-11-18下载
- 积分:1
-
百度地图获取当前位置、拍照、获取手机型号
使用百度API定位当前位置,并把当前位置保存
- 2014-04-18下载
- 积分:1