使用google官方的SwipeRefreshLayout参考:http://blog.csdn.net/easyer2012/article/details/22857807http://stormzhang.github.io/android/2014/03/29/android-swipere...
分类:
移动开发 时间:
2014-04-30 21:33:22
阅读次数:
634
如果用xe6自带的LocationSensor控件,默认优先使用网络位置,为了直接使用GPS位置,在网上搜到了以下代码,经实测证实是可用的。uses
Androidapi.JNI.Location, Androidapi.JNIBridge, Androidapi.JNI.JavaTypes, An...
分类:
编程语言 时间:
2014-04-30 21:22:24
阅读次数:
1004
There are many examples out there demonstrating
how AngularJS and Web API can be used together but almost all of them are in
MVC, so I tried to implem...
分类:
移动开发 时间:
2014-04-30 21:19:35
阅读次数:
625
这篇文章讨论如何处理所有的控制台消息。
第一步,首先要安装一个事件钩子,也就是说要建立一个回调函数。调用Win32 API,原型如下:BOOL
SetConsoleCtrlHandler(PHANDLER_ROUTINE HandlerRoutine, // 回调函数BOOL Add //
表示.....
首先要把andengine.jar复制到libs文件夹里01package
com.hu.anden;0203import org.anddev.andengine.engine.Engine;04import
org.anddev.andengine.engine.camera.Camera;05...
分类:
移动开发 时间:
2014-04-30 20:37:13
阅读次数:
527
package mars.listview;import
java.util.ArrayList;import java.util.HashMap;import
android.app.ListActivity;import android.os.Bundle;import android.view...
分类:
其他好文 时间:
2014-04-30 20:23:44
阅读次数:
474
首先写个php脚本输出json,注意,还要输出回车,方便android的bufferreader读取一行bookid
= $id; $this->bookname = $name; $this->bookinfo = $info; } ...
分类:
移动开发 时间:
2014-04-30 20:19:42
阅读次数:
684
我们经常需要判断网络状态的变化,如有无网络,所以需要监听网络状态的变化,比如网络断开,网络连接给予友好提示。如何监听网络状态的变化呢,最近工作中需要用到这个,于是就用广播机制来实现了网络状态的监听。使用广播机制来监听网络状态主要涉及到以下几点:1.需要自己编写个网络广播接收器,该接收器继承Broad...
分类:
移动开发 时间:
2014-04-30 19:38:53
阅读次数:
487
转自:http://www.cnblogs.com/huangxincheng/archive/2012/01/03/2310779.html在C#的网络编程中,进程和线程是必备的基础知识,同时也是一个重点,所以我们要好好的掌握一下。一:概念
首先我们要知道什么是”进程”,什么是“线程”,好...
分类:
其他好文 时间:
2014-04-29 12:13:46
阅读次数:
423
未命名#!/bin/bash#======================================================#文件:var_test.sh#作者:daojoo,
daojoo@qq.com#作用:测试变量设置时的不同模式#版本:1.0#日期:2012年03月09日 星期...
分类:
其他好文 时间:
2014-04-29 11:45:46
阅读次数:
272