-
viewpage_fragment
Viewpage_Fragment 很不错的android多页面滑动效果实例,完整的Java源代码,创建时间:2013-8-2 下午4:56:15 ,基于android.support.v4.app.Fragment实现 让页面list,页面title list,滑动显示,在代码中定义适配器,得到每个页面,每个页面的title,得到页面的总个数,根据这些信息实现多页面的滑动。(Viewpage_Fragment very good android multi-page sliding effect instance, a complete Java source code, creation time :2013-8-2 4:56:15 pm based android.support.v4.app.Fragment achieve make the page list, the page title list, slide shows, adapters defined in the code, to get each page, each page s title, to get the total number of pages, according to the information page of multi-slide.)
- 2013-09-22 22:05:23下载
- 积分:1
-
驾考宝典
驾考宝典的大部分内容,包含科目一、科目二、科目三、科目四等基础内容,还有新浪微博分享的功能实现。
- 2022-06-28 09:35:32下载
- 积分:1
-
AvdCreationDialog
AVD creator dialog Source Code for Andriod.
- 2013-10-24 10:33:40下载
- 积分:1
-
[Java程序设计教程](源码+教案+参考答案)
【实例简介】
书名《Java程序设计教程》
书号:978-7-302-18214-6
附件中是:电子教案、实例源文件、思考练习参考答案
- 2021-08-06 00:30:58下载
- 积分:1
-
要找到 det nxn 矩阵的程序
此代码使用著名的高斯戈登 elmination 方法在寻找 nxn 矩阵的行列式
- 2022-09-27 08:25:02下载
- 积分:1
-
smg
使用C语言写的关于Atmega16单片机的数码管驱动程序(Written in C language on Atmega16 microcontroller LED driver)
- 2011-11-29 16:54:54下载
- 积分:1
-
android联系人带字母检索源码
android联系人带字母检索源码/** * 联系人列表适配器。 * * @author guolin */public class ContactAdapter extends ArrayAdapter { /** * 需要渲染的item布局文件 */ private int resource; /** * 字母表分组工具 */ private SectionIndexer mIndexer; public ContactAdapter(Context context, int textViewResourceId, List objects) { super(context, textViewResourceId, objects); resource = textViewResourceId; } @Override public View getView(int position, View convertView, ViewGroup parent) { Contact contact = getItem(position); LinearLayout layout = null; if (convertView == null) { layout = (LinearLayout) LayoutInflater.from(getContext()).inflate(resource, null); } else { layout = (LinearLayout) convertView; } TextView name = (TextView) layout.findViewById(R.id.name); LinearLayout sortKeyLayout = (LinearLayout) layout.findViewById(R.id.sort_key_layout); TextView sortKey = (TextView) layout.findViewById(R.id.sort_key); name.setText(contact.getName()); int section = mIndexer.getSectionForPosition(position); if (position == mIndexer.getPositionForSection(section)) { sortKey.setText(contact.getSortKey()); sortKeyLayout.setVisibility(View.VISIBLE); } else { sortKeyLayout.setVisibility(View.GONE); } return layout; } /** * 给当前适配器传入一个分组工具。 * * @param indexer */ public void setIndexer(SectionIndexer indexer) { mIndexer = indexer; }}
- 2014-04-13下载
- 积分:1
-
Android Ros入门实例
【实例简介】rosbridge_suite-develop.zip
- 2021-07-14 00:32:15下载
- 积分:1
-
Hilos en Java (Java 威胁)
埃斯特角 es 联合国 ejemplo de uso de hilos en java el cual uno podra 移动器拉教堂中殿主要 con el teclado y disparar con el mismo,
洛杉矶 enemigos tambien tendran 运动
埃斯特角 es 联合国 ejemplo basico
这是一个示例使用线程在 java 中哪一个可能移动太空飞船用 keyboardand shootwith,
enemie 泔水也有议案
这是从无到有的例子
- 2022-04-15 18:10:40下载
- 积分:1
-
tomcat
汤姆猫测试版本 主要就是模仿汤姆猫点击小猫给反应(Tom the cat test version is mainly imitate Tom cat kitten to click reaction)
- 2013-09-04 16:38:22下载
- 积分:1