上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 23 下一页
摘要: Near Field Communication (NFC) applicationsThere has been little practical guidance available on NFC programming, until now. If you’re a programmer ordeveloper, get this unique and detailed book andstartcreating apps for this exciting technology. NFC enables contactless mobile communication between 阅读全文
posted @ 2013-07-10 01:42 小糊涂的超级blog 阅读(259) 评论(0) 推荐(0) 编辑
摘要: 组件默认的Post只是Post给自己的.而我们还需要给Fan Page 发消息. 有源码就好了.可以直接修改使用.尝试自行Post一下. 关键的Token已经可以得到了? 阅读全文
posted @ 2013-07-09 10:46 小糊涂的超级blog 阅读(142) 评论(0) 推荐(0) 编辑
摘要: Compiling OpenGL games with the Flash C Compiler (FlasCC)In this article I show how to use the Flash C++ Compiler (FlasCC) to port the popular open source OpenGL game Neverball to the Flash runtime with minimal modification of the codebase or build system. Flascc is the new Adobe compiler technology 阅读全文
posted @ 2013-07-08 16:44 小糊涂的超级blog 阅读(761) 评论(0) 推荐(0) 编辑
摘要: //Demo How to use NSRequest..procedure TiOSWebBrowserService.DoNavigate(const URL: string);var NewURL: string; NSNewURL: NSURL; NSNewURLRequest: NSURLRequest; LPath: NSString; LFilePath: string; LDir, LFileName : string; Bundle : Pointer;begin NewURL := URL; if Pos('file://', URL) 0 then ... 阅读全文
posted @ 2013-07-06 01:18 小糊涂的超级blog 阅读(521) 评论(2) 推荐(0) 编辑
摘要: Most of the steps are the same, except instead of sending an URL as the oauth_callback to request_token, you should just send the value "oob". From https://dev.twitter.com/docs/auth/oauth#oob:out of band mode - Instead of providing a URL-based callback when acquiring a request token, " 阅读全文
posted @ 2013-07-05 14:57 小糊涂的超级blog 阅读(280) 评论(0) 推荐(0) 编辑
摘要: 下面的计划:评估用Delphi XE4来开发游戏的可行性. 以及成本. (代价过大的话 估计还是不会被接受 所以某个角度来说这是个玩具) .有几个选择, Asphyre 4.0 之后作者lifepower 宣布不继续了,因为时间. 当孩子爸了. 虽然支持者都觉得可惜, 但反过来看,如果不能支持他生活的话,他继续做义工的可能性到底有多大呢? 很正常. 看来有娃是程序员的一个人生转折点.Hge Pascal 版本 移植. 或者Wrapper Cocos2d / Sparrow ?有几个问题:1. 有多少可以重复利用的资源? 只是做语法翻译有意义吗? 开发语言的语法和长久以来的思维习惯 会帮助旧的d 阅读全文
posted @ 2013-07-05 09:58 小糊涂的超级blog 阅读(317) 评论(0) 推荐(0) 编辑
摘要: 一直没时间,这两天折腾了一下 升级了. 其实也可能修了老bug 引入新bug. 呵呵.看看Emb 都修了什么吧. 我干脆是重新安装的. 虽然官方也有一个单独的update.exe. 从这些bug列表里我选了一些和Firemonkey有关的.其实这些bug是某个条件下才会触发的. 所以即使我们不升级, 也不见得会遇到. 但是如果遇到了,也是正常. 多测试才是根本.所以没时间的话,也不用太着急. 没准下周 update2 又出来了. 上一次自己折腾了 admob 花了大概3-4天自己晚上的时间. 已有的第三方的售价是49$ 还带源码. 自己也在反思,到底应不应该自己折腾这些..下面继续要折腾 in 阅读全文
posted @ 2013-07-05 09:35 小糊涂的超级blog 阅读(825) 评论(0) 推荐(0) 编辑
摘要: So sad ! Asphyre Closure!不过我相信开发App用Delphi应该是快的. 越与平台无关,优势越明显. 积累的组件市场. 虽然objc 有很多开源支持. 但总感觉还不够delphi组件这种花繁叶茂的.当然也有一些问题: 因为都要学平台本身的知识.就是ios sdk andriod sdk啥的. 学完了 objective c 也差不多会了. 干嘛要死抱着delphi呢? 没错,我觉得两条腿走路是对的.但如果合用的话, 干嘛不用个快枪呢. 希望delphi还能保持快枪. 这样我这个30+的 娃他爸就有个活路了. 再研究研究就能确定下来了. 看看这个判断是不是正确的.越发的觉 阅读全文
posted @ 2013-07-04 01:56 小糊涂的超级blog 阅读(215) 评论(0) 推荐(0) 编辑
摘要: IntroductionIntroductionAsphyre Sphinxis a cross-platform framework for developing 2D/3D video games and interactive business applications. It aids the developer with resource management, displaying real-time graphics and text, handle keyboard, mouse and joystick input, and multiplayer capabilities. 阅读全文
posted @ 2013-07-03 09:15 小糊涂的超级blog 阅读(655) 评论(0) 推荐(0) 编辑
摘要: Todo: admob 整合. Integrated Admob with Delphi xe4. 2013-06-28!done! 2013-07-01Notice: You should use latest googl admob sdk 6.4.2 to avoid uuid issue. Later, i will optimze the code ,maybe open source. or donate mode!To Review : Integrating RSS Feeds into your iOS Applications – Marco Cantu, Embarcad 阅读全文
posted @ 2013-06-28 14:40 小糊涂的超级blog 阅读(444) 评论(1) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 23 下一页