0

I want to set my Application name pro-grammatically IE name which is present below app installed on home screen using Xamarin Android.For example i want to set it with any string value given by programmer in my Main Activity File

  • 1
    It is not possible Programatically. Because `AndroidManifest` have a fix `string` which is not changing in `RunTime`. – Harshad Pansuriya Jan 02 '17 at 10:13
  • Can we do it from seperate program or command prompt?? – ankit vishen Jan 02 '17 at 11:10
  • @ankitvishen In Xamarin android you can not change the app name programmatically or command. But If you do java android development it is possible to change the app name by Gradle. – Mike Ma Jan 03 '17 at 01:47
  • Come on guys If you Have answer kindly give it.,Otherwise don't mark it as duplicate because solution on that page isn't the one i need – ankit vishen Jan 09 '17 at 07:04
  • I found a solution ,You Can Change App Name by Creating A constant identifier String in Static Class And in Your AssemblyInfo.cs make these changes [assembly: AssemblyTitle("YourConstantStringReference")] – ankit vishen Jan 14 '17 at 10:21

0 Answers0