Posts tagged the-android
Todo Q v1.1.2 for Android adds Custom Icon Support and Send over SMS
Mar 7th
Todo Q v1.1.2 adds the following user-requested features.
- send todo & location over SMS as plaintext
- custom icons can be assigned to a todo or location
- added preference to define custom icon folder
- ability to delete a location and optionally todos from location editor
| Todo Q with Custom Icons |
KeffMeff for Android
Feb 14th
A new app for Android from Johan Larsby.
KeffMeff is a touchpad synthesizer. There are five different sounds, choosable by pressing menu. The sounds are crazy noisy noises. Control them by moving your finger around.
And it’s for the Android, get it at the android market!
Google Buzz, on google maps / android / nexus one (& labs)
Feb 10th
Google buzz is now on mobile google maps on android (also on iphone – though I can't find it on mine, suspect I need to update something). This was an update to v4.0.0 via the android market, the notification was there this morning, and I installed it on my train into work. Here's a quick walk though. Also i discovered labs is there now too. (though maybe i just had not noticed it before.) link to the buzz i posted: www.google.com hellonexus1.tumblr.com
DOOM on Google Android G1 – Game Review
Dec 28th
Port of Doom over to the Android G1 by Google. It (was) free to download from the android market. You can save your games as well. Check out androidandme.com for info on the effort to get Quake 2 onto Android.
Related postsReview: Google Voice Application for AndroidT-Mobile G1 Google Phone Launch EventGoogle Android Series: Twidroid App http://bit.ly/4T7K2I
My vim for android devlopement environment
Nov 22nd
I haven’t blogged for a long time, and I would have liked to be able to blog about my Gnome soc project, but unfortunately, I have other priorities. As part of my studies, I had to do some development for the android platform, and since the last summer, I can’t use other development environment than Vim, I decided to find a way of using it for my android project.
So here is the description of my Vim environment for android applications development. I use vim 7.2, the version distributed with Ubuntu 9.10, the Vjde plugin, terminator as a terminal (which by the way is a great terminal emulator!!) and then last android JDK in order to develop application for android2.0 (eclaire).
First I installed the SDK (there are a few bugs on the emulator installation due to this bug and an this ssl problem. I fallowed this guide to set the sdk. Then, I installed the Vjde plug-in which is a Vim plug-in to get a Java development environment in Vi, this plugin permit to add intelligent completion for methods calls as well as for imports (You only need to unzip this in you ~/.vim directory). Afterward, you create your your android project (this page explains well how to do it). And then you need to create an vjde project, in vim:
:Vjdeas filename.prj
This is actually a text file which permit to save variables to you project. Then I set it Vjde to look at android class, methods and package, in vim:
:let g:vjde_lib_path='/path/to/android/sdk/platforms/android-2.0/android.jar:build.classes'
And save it
:Vjdesave
Thanks to it, I can have functions/imports completion available with the CTRL-X+CTRL-U key combination (I need to load the project(:Vjdeload filename.prj) every time I want to work on it, I think there must be a way of doing it automatically but didn’t figure it out yet). It would also be possible to get the documentation integration thanks to the Vjde plugin, but I am used to have it in another window.
Then to try the program on the android emulator, I lunch the emulator, and in a terminal:
ant debug && adb install -r bin/yourAppName-debug.apk
You can then launch it in the android emulator menu (I looked for a way of lunching the program directly from the command line, but didn’t find
). To debug the app, you can launch the ddms tool which is part of the android sdk.
I hope this could be useful for some people who want to develop for the android platform and don’t want to use eclipse or netbeans IDE.
- android android-market apple application black browser Droid ericsson facebook first flash google google-android google-maps google-nexus google-phone hero home htc img-alt img-border img-style internet iphone microsoft mobile motorola motorola-droid nexus nokia phone post price review search sms software time user verizon video voice windows windows-mobile- wireless
- March 2010 (189)
- February 2010 (555)
- January 2010 (536)
- December 2009 (394)
- November 2009 (144)
- October 2009 (12)
- August 2009 (2)
- June 2009 (2)
- May 2009 (3)
- April 2009 (1)
- February 2009 (3)
- January 2009 (1)
- October 2008 (2)
- September 2008 (4)
- June 2008 (1)
- May 2008 (2)
- February 2008 (1)
- November 2007 (2)
- September 2006 (1)
- April 2006 (1)
Flickr Gallery
User Login
