JQM Listview 加载更多 demo - Warren的个人主页JQM Listview
加载更多 Demo测试数据1测试数据2测试数据3测试数据4 显示更多 Page Footer JQM Listview 加载更多 demo -
Warren的个人主页 ...
分类:
其他好文 时间:
2014-07-22 22:59:16
阅读次数:
425
package
com.example.actionBarTest.actionBarList;import android.app.ActionBar;import
android.app.Activity;import android.app.Fragment;import android.os...
分类:
移动开发 时间:
2014-05-12 15:44:57
阅读次数:
398
GridView跟ListView都是比较常用的多控件布局,而GridView更是实现九宫图的首选!本文就是介绍如何使用GridView实现九宫图。GridView的用法很多,网上介绍最多的方法就是自己实现一个ImageAdapter继承BaseAdapter,再供GridView使用,类似这种的方...
分类:
其他好文 时间:
2014-05-06 01:18:37
阅读次数:
295
http://www.cnblogs.com/menlsh/archive/2013/03/15/2962350.htmlhttp://www.tuicool.com/articles/IveeI3http://www.cnblogs.com/zhangs1986/archive/2013/01/1...
分类:
移动开发 时间:
2014-05-05 22:47:33
阅读次数:
371
.h
#include "cocos2d.h"
#include "cocos-ext.h"
#include "ui/CocosGUI.h"
#include "cocostudio/CocoStudio.h"
USING_NS_CC;
USING_NS_CC_EXT;
using namespace ui;
void selectedItemEvent(Ref *pSender, ...
分类:
其他好文 时间:
2014-05-03 00:18:30
阅读次数:
442
1 package com.example.sqlitetest; 2 3 import
java.util.ArrayList; 4 import java.util.List; 5 import
android.content.ContentValues; 6 import and...
分类:
移动开发 时间:
2014-05-02 20:35:24
阅读次数:
540
以下未经说明,listctrl默认view
风格为report相关类及处理函数MFC:CListCtrl类SDK:以 “ListView_”开头的一些宏。如
ListView_InsertColumn--------------------------------------------------...
分类:
其他好文 时间:
2014-05-01 07:04:55
阅读次数:
521
在android 软件第一次使用的时候,一般会在当前的界面上做一个灰色的蒙版,上面有显示的一些提醒性质的教学文字或者图案。
我想的是当前界面上蒙上一个 Fragment 把提示信息也放在Fragment上。
这是效果图。后面附上demo源码。
具体就是在activity成功启动之后。画出activity的view之后。这个不能在生命周期进行判断。我尝试的是用Handler去不...
分类:
其他好文 时间:
2014-04-30 22:35:38
阅读次数:
333
package com.sunway.works.applycash;
import java.util.ArrayList;
import java.util.Calendar;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import com.sunway.works....
分类:
移动开发 时间:
2014-04-30 22:27:40
阅读次数:
456
Android现在实现Tab类型的界面方式越来越多,今天就把常见的实现方式给大家来个总结。目前写了:
1、传统的ViewPager实现
2、FragmentManager+Fragment实现
3、ViewPager+FragmentPagerAdapter实现
4、TabPageIndicator+ViewPager+FragmentPagerAdapter
1、传统的View...
分类:
移动开发 时间:
2014-04-30 22:17:39
阅读次数:
427