Re: [mono-android] How to set the application name

2011-09-23 Thread Jonathan Pryor
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

Re: [mono-android] How to set the application name

2011-09-22 Thread Greg Shackles
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

Re: [mono-android] How to set the application name

2011-09-21 Thread Miljenko Cvjetko
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

Re: [mono-android] How to set the application name

2011-09-21 Thread Agarwal, Tushar
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

Re: [mono-android] How to set the application name

2011-09-21 Thread Miljenko Cvjetko
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

[mono-android] How to set the application name

2011-09-21 Thread Agarwal, Tushar
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