[android-developers] Display a dialog in landscape irrespective of current screen orientation

2010-12-08 Thread NewB
Hello, I have an activity displaying a list of items. Upon clicking an item, I display a full-screen dialog with some buttons and an image. This looks great in landscape, but doesn't look good in portrait (Due to the image aspect ratio). I would like to know if its possible to always display this

[android-developers] Re: how to maintain consistent UI over multiple versions of Android OS skinned by carriers and hardware manufacturers

2010-09-10 Thread NewB
hallenge and I > eventually gave up on it.  Still other things seem to be entirely > unchangeable, like some of the menu and sub-menu styles. > > On Sep 9, 6:00 pm, NewB wrote: > > > > > Hello All! > > > I would like to know if its possible to prevent my application

[android-developers] Re: how to maintain consistent UI over multiple versions of Android OS skinned by carriers and hardware manufacturers

2010-09-10 Thread NewB
latform widgets you will get widgets that match the > platform.  That is generally what you want. > > That said, the *dimensions* of the widgets should not change.  If a > manufacturer does that, they should fix it. > > > > > > On Thu, Sep 9, 2010 at 3:00 PM, NewB wrote: &g

[android-developers] how to maintain consistent UI over multiple versions of Android OS skinned by carriers and hardware manufacturers

2010-09-09 Thread NewB
Hello All! I would like to know if its possible to prevent my application from looking different every time I run it on a different android phone. For example, on stock 2.2, my seek bar (with default values and theme) has an orange color for the selected portion, whereas on a Samsung Galaxy S (wit

[android-developers] Send data from my android application to tomcat server

2010-07-07 Thread NewB
Hello All, I'm trying to send a simple string (an access token I receive in the same program from another server) from my android emulator to my tomcat server running locally. Any ideas on where I should be looking? Thanks in advance!!! -- You received this message because you are

[android-developers] Re: Eclipse shows error, but no error found

2010-05-24 Thread rofl newb creations
Sometimes there was an error, and for whatever reason the IDE kept it listed even though the error has been fixed. If you look at the Problems tab at the bottom of the IDE, you may find an error listed that has been fixed. Right click that error, and hit delete. On May 21, 3:59 pm, Ken H wrote:

[android-developers] Android 2.2 cutting off MediaPlayer?

2010-05-24 Thread rofl newb creations
Hello, Suddenly, when playing audio using MediaPlayer in an Android 2.2 emulator, the audio seems to be getting the last 5-10% cut off. I'm using the exact same code from previous API's, with just what is below for mp3 playback. I changed the API level of my app to 2.2 for external storage, but