随笔分类 -  Android

Using Eclipse for Android C/C++ Development
摘要:http://mhandroid.wordpress.com/2011/01/23/using-eclipse-for-android-cc-development/Programming in C/C++ on Android is just awesome! This tutorial shows how to setup Eclipse for using C/C++ together with Java in Android projects.0) PrerequisitiesYou need to have Google ADT (Android Development Tools) 阅读全文

posted @ 2012-03-09 23:13 androidme 阅读(471) 评论(0) 推荐(0)

How C/C++ Debugging Works on Android
摘要:http://mhandroid.wordpress.com/2011/01/25/how-cc-debugging-works-on-android/How debugging of C/C++ code works on Android? Nothing special actually.Gdbitself has a feature for remote debugging. Note: For this article I am using Android NDK, r5. The behavior ofndk-buildandndk-gdbcommands can be differ 阅读全文

posted @ 2012-03-09 22:56 androidme 阅读(392) 评论(0) 推荐(0)

非常容易的进行Android NDK开发的调试
该文被密码保护。

posted @ 2012-03-09 22:40 androidme 阅读(3) 评论(0) 推荐(1)

Android NDK调试相关
该文被密码保护。

posted @ 2012-03-09 22:20 androidme 阅读(4) 评论(0) 推荐(0)

Android JNI相关
摘要:JNI Examples for Androidhttp://android.wooyd.org/JNIExample/The Native Android APIhttp://mobilepearls.com/labs/native-android-api/Android JNI开发入门http://my.unix-center.net/~Simon_fu/?p=833 阅读全文

posted @ 2012-03-09 13:13 androidme 阅读(120) 评论(0) 推荐(1)

Setting up Automatic NDK Builds in Eclipse
摘要:http://mobilepearls.com/labs/ndk-builder-in-eclipse/When editing native JNI code in an Android project using the Android NDK you may configure Eclipse to automatically rebuild your project when editing native code, just as it does for java. The below steps shows how to perform the necessary configur 阅读全文

posted @ 2012-03-09 11:44 androidme 阅读(247) 评论(0) 推荐(1)

[Android]MIT App Inventor
摘要:http://appinventor.mit.edu/Creating an App Inventor app begins in your browser, where you design how the app will look. Then, like fitting together puzzle pieces, you set your app's behavior. All the while, through a live connection between your computer and your phone, your app appears on your 阅读全文

posted @ 2012-03-09 00:26 androidme 阅读(640) 评论(0) 推荐(1)

android语音识别 android.speech 包分析
摘要:http://mengxx.blog.51cto.com/2502718/767085android voice recognition,语音识别作为Service实现。 语音识别API在android.speech中 API大致分成应用端API和service端APIRecognizerIntent顾名思义,在自己的程序中,需要语音识别了,发出这个intent,如果已经安装了google voice search应用,谷歌的activity,service就会跳出来帮你。 http://download.csdn.net/source/2591401有三个例子。 例子1基本就实现了这样一个应 阅读全文

posted @ 2012-03-07 23:35 androidme 阅读(5081) 评论(0) 推荐(1)

[AndroidTips]Check if device is plugged in
摘要:My app has a broadcast receiver to listen for changes to ACTION_POWER_CONNECTED, and in turn flag the screen to stay on.What I am missing is the ability for the app to check the charging status when it first runs. Can anyone please help me with code to manually check charging status?public class Pow 阅读全文

posted @ 2012-03-07 23:15 androidme 阅读(302) 评论(0) 推荐(0)

Voice Search/Actions for Android
摘要:http://www.google.com/mobile/voice-search/http://www.google.com/mobile/voice-actions/ 阅读全文

posted @ 2012-03-07 17:01 androidme 阅读(184) 评论(0) 推荐(0)

Android Ant Build简单总结
摘要:网上介绍很多,这里简单总结一下,也许总结的不对。1. 正常通过Eclipse创建一个Android工程。这是会在该工程目录下生成一个project.properties和proguard.cfg文件。这两个文件后面会用到。2. 在该工程目录下,打开DOS窗口,运行:android update project -p .这时候会在该工程目录下生成用于Ant编译的build.xml文件。3. 在project.properties文件中,添加如下用于进行包的混淆:proguard.config=proguard.cfg4. 生成一个keystore。在Eclipse中右键该工程,选择Android 阅读全文

posted @ 2012-03-07 16:30 androidme 阅读(564) 评论(0) 推荐(0)

[Android]Speech Input
摘要:http://developer.android.com/resources/articles/speech-input.htmlPeople love their mobile phones because they can stay in touch wherever they are. That means not just talking, but e-mailing, texting, microblogging, and so on.Speech input adds another dimension to staying in touch. Google's Voice 阅读全文

posted @ 2012-03-07 10:56 androidme 阅读(251) 评论(0) 推荐(1)

Sensory Releases Truly Handsfree™ Trigger SDK for iPhone and Android OS
摘要:http://www.sensoryinc.com/company/pr10_02.htmlotal handsfree control now possible for new, popular voice search applicationsSunnyvale, CA, - Oct. 26, 2010 ...Today Sensory announced the availability of Android™ and iPhone® software development kits (SDK’s) that enable smart phones and smart pad 阅读全文

posted @ 2012-03-05 21:40 androidme 阅读(327) 评论(0) 推荐(1)

[Android]Using Text-to-Speech
摘要:http://developer.android.com/resources/articles/tts.htmlStarting with Android 1.6 (API Level 4), the Android platform includes a new Text-to-Speech (TTS) capability. Also known as "speech synthesis", TTS enables your Android device to "speak" text of different languages.Before we 阅读全文

posted @ 2012-03-05 20:47 androidme 阅读(454) 评论(0) 推荐(1)

导航