On Sep 22, 2011, at 7:56 AM, Greg Shackles wrote:
> To set application attributes you can extend the Application class and use
> the attribute there, something like:
You don't need to extend the Android.App.Application class; it's also usable as
an assembly level attribute:
[assembly:An
To set application attributes you can extend the Application class and use
the attribute there, something like:
https://github.com/gshackles/NycCodeCamp6/blob/master/NycCodeCamp.MonoAndroidApp/CodeCampApplication.cs#L9
___
Monodroid mailing list
Monodroi
r
*
*
*From:* Miljenko Cvjetko
*To:* monodroid@lists.ximian.com
*Sent:* Thursday, 22 September 2011 10:15 AM
*Subject:* Re: [mono-android] How to set the application name
Hi
On 2011.09.21 22:11, Agarwal, Tushar wrote:
Hi,
I have develop many applications for Android using Java. Now I am
starti
September 2011 10:15 AM
Subject: Re: [mono-android] How to set the application name
Hi
On 2011.09.21 22:11, Agarwal, Tushar wrote:
Hi,
>I have develop many applications for Android using Java. Now I am starting to
>develop applications for Android using Mono.
>
>
>Can someone guide me
Hi
On 2011.09.21 22:11, Agarwal, Tushar wrote:
Hi,
I have develop many applications for Android using Java. Now I am
starting to develop applications for Android using Mono.
Can someone guide me how to set the application name which appears in
the launcher? As of now, it is same as that of t
Hi,
I have develop many applications for Android using Java. Now I am starting to
develop applications for Android using Mono.
Can someone guide me how to set the application name which appears in the
launcher? As of now, it is same as that of the main activity. I want both of
them to be differ