码迷,mamicode.com
首页 >  
搜索关键字:android radiobutton 居中 tab    ( 124462个结果
[Android学习系列15]下拉刷新列表实现动态加载
使用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
delphi xe6 调用java原生GPS的方法
如果用xe6自带的LocationSensor控件,默认优先使用网络位置,为了直接使用GPS位置,在网上搜到了以下代码,经实测证实是可用的。uses Androidapi.JNI.Location, Androidapi.JNIBridge, Androidapi.JNI.JavaTypes, An...
分类:编程语言   时间:2014-04-30 21:22:24    阅读次数:1004
A Book Store Application Using AngularJS and Asp.Net Web Api
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
未在本地计算机上注册“microsoft.ACE.oledb.12.0”提供程序的解决方法
在win7 操作系统中SQL2008导入excel2007 出现:未在本地计算机上注册“microsoft.ACE.oledb.12.0”提供程序的解决方法:出现这个原因是office 2007没有安装64位的数据驱动,下载:http://download.microsoft.com/downloa...
分类:数据库   时间:2014-04-30 20:53:51    阅读次数:464
sublime sftp
2014-04-29 13:19:09先贴出打开远程(Linux)目录所需的配置文件{ // The tab key will cycle through the settings when first created // Visit http://wbond.net/sublime_...
分类:其他好文   时间:2014-04-30 20:49:48    阅读次数:657
Win32编程中如何处理控制台消息
这篇文章讨论如何处理所有的控制台消息。 第一步,首先要安装一个事件钩子,也就是说要建立一个回调函数。调用Win32 API,原型如下:BOOL SetConsoleCtrlHandler(PHANDLER_ROUTINE HandlerRoutine, // 回调函数BOOL Add // 表示.....
分类:Windows程序   时间:2014-04-30 20:46:56    阅读次数:717
log4j日志等级
1.logger.debug("Debug ...")或logger.info("Info ...")或logger.warn("Warn ...")或logger.error("Error ...") 都只输出对应的信息,即logger.debug只输出debug的信息,info只输出info的信...
分类:其他好文   时间:2014-04-30 20:41:18    阅读次数:704
Android使用AndEngine创建第一个程序
首先要把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
16 ListView
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
[转]android logo:内核、android开机动画
平台信息:内核:linux2.6/linux3.0系统:android/android平台:S5PV310(samsungexynos4210/4412)作者:xubin341719(欢迎转载,请注明作者)android开logo,这一块在工作改动的也是比较多的,也比较简单,不同的公司,不同型号的产...
分类:移动开发   时间:2014-04-29 11:35:46    阅读次数:711
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!