08 2014 档案

摘要:Android平板上开发应用的一点心得——精确适配不同的dpi和屏幕尺寸from://http://www.cnblogs.com/zealotrouge/archive/2012/11/23/2784774.html一、引言 Android的开源使厂商无需自行研发OS,大大降低了研发、生产的成本... 阅读全文
posted @ 2014-08-29 13:36 wanqi 阅读(2640) 评论(0) 推荐(0) 编辑
摘要:from://http://stackoverflow.com/questions/10005907/eclipse-android-plugin-libncurses-so-5sudo apt-get install libncurses5:i386orsudo apt-get install l... 阅读全文
posted @ 2014-08-19 21:11 wanqi 阅读(6899) 评论(0) 推荐(0) 编辑
摘要:http://www.pocketdigi.com/20121129/952.html默认,AIDL支持对象作参数,但需要该对象实现Parcelable接口,且aidl文件应该是该类在同一包下,需要单独给该类定义一个aidl文件.定义模型类:EnglishItem.java:123456789101... 阅读全文
posted @ 2014-08-19 18:36 wanqi 阅读(2256) 评论(0) 推荐(0) 编辑
摘要:在写AIDL的时候出现了interface XXX should be declared in a file, 错误。。。经过反复查看,发现AIDL规定,文件名必须和interface XXX名字相同,否则会报上面错误。from:://http://blog.csdn.net/helldevil/a... 阅读全文
posted @ 2014-08-19 18:20 wanqi 阅读(1905) 评论(0) 推荐(0) 编辑
摘要:./emulator: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory你用的是64位的系统吧?应该是缺少 lib32stdc... 阅读全文
posted @ 2014-08-19 06:24 wanqi 阅读(372) 评论(0) 推荐(0) 编辑
摘要://http://stackoverflow.com/questions/7642161/android-ormlite-like-function-is-not-workingtry { QueryBuilder qb = makeDao.queryBuilder(); qb.wher... 阅读全文
posted @ 2014-08-18 16:57 wanqi 阅读(1033) 评论(0) 推荐(0) 编辑
摘要:Step Detector and Step Counter Sensors on Android时间2014-03-31 11:56:00 Tech Droid 原文 http://techdroid.kbeanie.com/2014/03/step-detector-and-step-cou... 阅读全文
posted @ 2014-08-18 09:46 wanqi 阅读(2861) 评论(0) 推荐(0) 编辑
摘要:Hybrid App 是混合模式应用的简称,兼具 Native App 和 Web App 两种模式应用的优势,开发成本低,拥有Web技术跨平台特性。目前大家所知道的基于中间件的移动开发框架都是采用的 Hybrid 开发模式,例如国外的PhoneGap、Titanium、Sencha,还有国内的 A... 阅读全文
posted @ 2014-08-11 19:22 wanqi 阅读(283) 评论(0) 推荐(0) 编辑
摘要:import com.phonegap.DroidGap;import android.app.Activity;import android.os.Bundle;public class Main extends DroidGap {/** Called when the activity is ... 阅读全文
posted @ 2014-08-11 19:08 wanqi 阅读(330) 评论(0) 推荐(0) 编辑
摘要:ormlite 在android中 排序 条件查询all=dao.queryBuilder().orderBy("Id",true).where().eq("Type",key).and().eq("owner",Pub.user.getAccount()).and().eq("UserType",... 阅读全文
posted @ 2014-08-08 08:39 wanqi 阅读(7289) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示