[android-developers] Getting the height of the Virtual Keyboard

2009-05-22 Thread stephen.lloyd.h...@googlemail.com
Hi, We have got all our own edit boxes etc. so we call the virtual keyboard from SDK 1.5 in the followng way (when the use selects one of our edit/text boxes): Context c = getApplicationContext(); InputMethodManager inputManager = (InputMethodManager) c.getSystemService( Context.INPUT_METHOD_SER

[android-developers] Supported Media Formats

2009-07-02 Thread stephen.lloyd.h...@googlemail.com
Hi, I've been using MediaPlayer for playing some sounds and I've found no way to get hold of a list of supported mime types at runtime. I was hoping for something along the lines of MIDP's javax.microedition.media.Manager.getSupportedContentTypes() but there doesn't seem to be anything that achie

[android-developers] Creating a JAR that contains references

2009-01-16 Thread stephen.lloyd.h...@googlemail.com
Hi, I've been trying to create (and include in a new application) a JAR file, I've seen all the information on the web regarding how to do this in Eclipse. All seems to go well and I can add my newly created JAR and even debug into it from an app that I've added it to. The problem I am having is

[android-developers] Re: Creating a JAR that contains references

2009-01-17 Thread stephen.lloyd.h...@googlemail.com
another .jar.  (Actually > resources can't even exist in a .jar, that is a key part of what makes an > .apk and .apk and not just a plain .jar). > > On Fri, Jan 16, 2009 at 2:32 PM, stephen.lloyd.h...@googlemail.com < > > > > stephen.lloyd.h...@googlemail.com> wro