[android-developers] multiple configurations/styles in app

2009-09-07 Thread the.victim
Hey, I'm supposed to develop an app which behave like that: The User starts the app and can select between different configurations. Depending on the selection there are different colors, drawables and strings (e.g. urls for webservice-calls) to display. All the code-stuff is the same. My first

[android-developers] Re: multiple configurations/styles in app

2009-09-07 Thread the.victim
Is it maybe somehow possible to use different values-dirs depending on user-selection? On 7 Sep., 15:32, the.victim tim.hannem...@gmail.com wrote: Hey, I'm supposed to develop an app which behave like that: The User starts the app and can select between different configurations. Depending

[android-developers] Re: G1 usb drivers for Fedora 9

2009-03-02 Thread the.victim
I wonder if people don't try to search at all: http://groups.google.com/group/android-developers/browse_thread/thread/9d37e184f92d19f3/66ad36c31fc2f08c On 27 Feb., 07:31, Android sunil.mahar...@lntinfotech.com wrote: Has anyone tried to connect the G1 Android phone on Fedora 9. Is it required

[android-developers] Re: Replacing default Menu with a Dialog

2008-12-18 Thread the.victim
don't know the advantages of your solution Mark, but the solution of mscwd01 was not that wrong. just moving the dialog.show() to the overriden method onPrepareOptionsMenu(Menu menu) would have done the job. oncreatemenu is just called once. On 18 Dez., 13:30, mscwd01 mscw...@gmail.com wrote:

[android-developers] Re: G1 usb drivers for linux

2008-12-12 Thread the.victim
hey, I'm using Fedora (10) and it works quite fine. the only thing I have to do every time I want to connect to g1 is run the following lines as root: adb killl-server adb start-server and then everything works fine. adb devices and all the cool eclipse debugging and testing stuff.