by 宋宝华 <21cnbao@gmail.com>

There is a project named Necessitas (by BogdanVatra)which implements a basic support of creating and running QT applications onAndroid. It also provides a user-friendly Qt Creator Integration with Android:


DowloadSDK: http://sourceforge.net/projects/necessitas/files/

NecessitasSourcecodes:

git clone https://git.gitorious.org/~taipan/qt/android-lighthouse.git

git clone git://gitorious.org/~taipan/qt-creator/android-qt-creator.git


The basic architecture of this project issomething like:



A QT application is bound with Android Activity, then it will follow the Android process life cycle. At the same time, there is aframebuffer/input adapter between QT and Android.

read the source code:

http://qt.gitorious.org/qt/blacktass-android-lighthouse/blobs/ed10b2237ebbeeacf6243a462a7b157be028a691/src/android/java/com/nokia/qt/QtActivity.java

We know clearly about the relationship QtApplication and QtActivity in Android.



作者:21cnbao 发表于2012-1-18 16:25:46 原文链接 阅读:11 评论:0 查看评论

更多相关文章

  1. Android基础类之BaseAdapter
  2. android自带图片资源图标一览,android.R.drawable
  3. Building Android(安卓)and Linux Kernel for Nexus One
  4. Android(安卓)远程链接 daemon not running 解决方法
  5. 解决:Failed to fetch URL https://dl-ssl.google.com/android/re
  6. Android(安卓)与javaEE后台网络链接测试
  7. textview中加链接
  8. textview中加链接
  9. textview中加链接

随机推荐

  1. Android(安卓)音频播放
  2. Android(安卓)中Observer模式的使用
  3. Android中使用自身携带的Junit新建一个测
  4. android 中使用TableLayout实现表单布局
  5. 关于android安装sdk时找不到jdk的解决办
  6. Android(安卓)3.0 Hardware Acceleration
  7. Android(安卓)Handler 分析学习
  8. Android物理按键
  9. Android通讯录 字段
  10. android:View的setTag和getTag使用