-
e_26_5-HelloActionBarLists
android progressbar list的应用(android progressbar list of applications)
- 2013-06-25 11:01:09下载
- 积分:1
-
Android城市天气预报-获取天气信息
Android适时获取天气信息,更新显示实时天气信息,更新显示天气预报,获取天气信息,通过网络获取数据,传递给XMLReader解析。得到一个封装打包的字符串,包括除icno外的所有东西,可以预报后四天的天气信息:
private String condition; // 多云
private String temp_celcius;// 摄氏温度
private String temp_fahrenheit;// 华氏温度
private String humidity; // 湿度:58%
private String wind_condition;// 风向...
private String icon;// 图标
得到最后一个预报天气,这里我们每次添加一个数据都是在最后,所以得到最后一个
- 2022-02-13 12:25:55下载
- 积分:1
-
android Activity切换动画--模糊、水波纹、折叠效果
android Activity切换动画--模糊、水波纹、折叠效果
- 2014-09-29下载
- 积分:1
-
android iperf 源码
android iperf 源代码,
iPerf for Android Android_com.magicandroidapps.iperf
iPerf is a commonly used network testing and performance measurement tool. This app is intended for those who are familiar with the use of iPerf. For details and a tutorial, see my website. This app will not be useful unless you have a second phone or computer to use as an iPerf client/server.Great for testing Wifi!
- 2022-03-18 04:26:14下载
- 积分:1
-
the-architecture-of-Android
介绍了andriod系统源代码的层次结构(introduce the architecture of android source code )
- 2011-04-24 23:20:21下载
- 积分:1
-
[Java程序设计教程](源码+教案+参考答案)
【实例简介】
书名《Java程序设计教程》
书号:978-7-302-18214-6
附件中是:电子教案、实例源文件、思考练习参考答案
- 2021-08-06 00:30:58下载
- 积分:1
-
界面切换Demol
动态加载Fragment1的布局文件
view=inflater.inflate(R.layout.fragment1,container,false);
获取布局上的控件,注意通过view获取
tvinfo=(TextView)view.findViewById(R.id.textView8);
tvinfo.setText("微信");
注意Toast第一个参数上下文
//实例化ArticleModel,调用方法获取网络数据
ArticleModel articleModel=new ArticleModel();
- 2022-03-13 14:58:04下载
- 积分:1
-
c-jni-java
C中通过JNI调用java对象接口,也有java调用c接口,是在Android开发环境中运行的(C through JNI call java object interface)
- 2013-08-23 10:00:37下载
- 积分:1
-
Google手机开发实例教程源码(含android开发环境安装)
包含了android开发环境安装的详细说明文档以及 入门级别的一些常用实例,非常适合新手
- 2015-03-12下载
- 积分:1
-
Android LinearLayout结合TextView选择列表项数据
Android LinearLayout结合TextView选择列表项数据,在虚拟机上是单击鼠标选中一行数据,在手机上则是手触摸一下即选择对应数据行,循环生成每行的包含对应各个列数据的Map;col1、col2、col3为列名,可参考相关代码:
重写选项被单击事件的处理方法
TextView tv=(TextView)findViewById(R.id.TextView01);//获取主界面TextView
LinearLayout ll=(LinearLayout)arg1;//获取当前选中选项对应的LinearLayout
TextView tvn=(TextView)ll.getChildAt(1);//获取其中的TextView
TextView tvnL=(TextView)ll.getChildAt(2);//获取其中的TextView
StringBuilder sb=new StringBuilder();
sb.append(tvn.getText());//获取姓名信息
sb.append(" ");
sb.append(tvnL.getText());//获取描述信息
tv.setText(sb.toString());//信息设置进主界面TextView
- 2022-01-26 02:38:14下载
- 积分:1