[android-developers] Re: How to remove app from the Market

2009-02-16 Thread Stjepan Rajko
On Mon, Feb 16, 2009 at 11:27 AM, A T wrote: > Is there a way to remove my application from the Market? I tried > "Unpublishing" it but after a few hours it just gets re-published... Is > there a way to permanently delete? I think you are doing the right thing, but it appears that the Market may

[android-developers] Re: Recording Audio

2009-01-11 Thread Stjepan Rajko
On Sun, Jan 11, 2009 at 12:24 AM, Tez wrote: > > Hi, > > I want to record audio from the emulator using the mic. Can anyone > send me some sample code on how to do this. > Also, I want to know whether it is possible to redirect this mic o/p > to a memory buffer or network socket. > I am developi

[android-developers] Re: how to reference a string resource from within another string resource

2009-01-07 Thread Stjepan Rajko
On Wed, Jan 7, 2009 at 6:05 AM, Mark Murphy wrote: > > Stjepan Rajko wrote: >> Is it possible to reference a string resource from another string >> resource? I am trying to do something like: >> >> My App >> Welcome to @string/app_name > > This

[android-developers] how to reference a string resource from within another string resource

2009-01-07 Thread Stjepan Rajko
Hello, Is it possible to reference a string resource from another string resource? I am trying to do something like: My App Welcome to @string/app_name I am also curious about referencing android/versionName within the resource, e.g. Welcome to @string/app_name, version @android:versionName I