Re: [android-developers] App Name appears as Activity Name

2012-07-26 Thread Justin Anderson
>
> It show's the Activity name and no matter what I do, I can't get the
> actual app name to display.
>
Care to specify what "no matter what I do" means?  What have you done?

All you have to do is specify the android:label attribute of your
activity... You can set it to whatever you want.
http://developer.android.com/guide/topics/manifest/activity-element.html#label

Thanks,
Justin Anderson
MagouyaWare Developer
http://sites.google.com/site/magouyaware


On Wed, Jul 25, 2012 at 10:20 AM, Tre Stange  wrote:

> It show's the Activity name and no matter what I do, I can't get the
> actual app name to display.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] App Name appears as Activity Name

2012-07-26 Thread Tre Stange
Hi there.

I've created an App and I can not get the app name to appear below the icon 
on the app list. It show's the Activity name and no matter what I do, I 
can't get the actual app name to display. Anyone ever run into such an 
issue, have any thoughts on conquering this oddity??

Thank you!

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] APP Name

2012-07-18 Thread bob
 

Excellent idea.  Perhaps a thesaurus will help?

On Wednesday, July 18, 2012 4:18:34 AM UTC-5, Raghav Sood wrote:
>
> Use a shorter name.
>
> On Wed, Jul 18, 2012 at 2:43 PM, Rahul Kaushik 
> wrote:
>
>> My android app has a two word app name, and the 2nd word doesn't fit on 
>> the first line below the app icon. The OS doesn't automatically carry the 
>> 2nd word over to the 2nd line so it just gets cut off.
>> pls suggest the way
>>
>> Thanks
>> RK
>>
>> -- 
>> You received this message because you are subscribed to the Google
>> Groups "Android Developers" group.
>> To post to this group, send email to android-developers@googlegroups.com
>> To unsubscribe from this group, send email to
>> android-developers+unsubscr...@googlegroups.com
>> For more options, visit this group at
>> http://groups.google.com/group/android-developers?hl=en
>
>
>
>
> -- 
> Raghav Sood
> Please do not email private questions to me as I do not have time to 
> answer them. Instead, post them to public forums where others and I can 
> answer and benefit from them.
> http://www.appaholics.in/ - Founder
> http://www.apress.com/9781430239451 - Author
> +91 81 303 77248
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] APP Name

2012-07-18 Thread Raghav Sood
Use a shorter name.

On Wed, Jul 18, 2012 at 2:43 PM, Rahul Kaushik wrote:

> My android app has a two word app name, and the 2nd word doesn't fit on
> the first line below the app icon. The OS doesn't automatically carry the
> 2nd word over to the 2nd line so it just gets cut off.
> pls suggest the way
>
> Thanks
> RK
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en




-- 
Raghav Sood
Please do not email private questions to me as I do not have time to answer
them. Instead, post them to public forums where others and I can answer and
benefit from them.
http://www.appaholics.in/ - Founder
http://www.apress.com/9781430239451 - Author
+91 81 303 77248

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] APP Name

2012-07-18 Thread Rahul Kaushik
My android app has a two word app name, and the 2nd word doesn't fit on the
first line below the app icon. The OS doesn't automatically carry the 2nd
word over to the 2nd line so it just gets cut off.
pls suggest the way

Thanks
RK

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] App Name

2012-07-13 Thread Dianne Hackborn
I would recommend against this.  What do you think is going to happen in
all of the places where this label is shown as a single line?

At the very least, the correct way to do a line break in Android is with
just "\n"; don't include a "\r".

On Fri, Jul 13, 2012 at 4:38 AM, Rahul Kaushik wrote:

> Hi,
>
> I have an App whose name to be displayed under icon, i want to show the
> second word in new line
>
> in manifest file
> 1. is android:label="ABC\r\nMobile" is it stable ?
>
> Thanks
> RK
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en




-- 
Dianne Hackborn
Android framework engineer
hack...@android.com

Note: please don't send private questions to me, as I don't have time to
provide private support, and so won't reply to such e-mails.  All such
questions should be posted on public forums, where I and others can see and
answer them.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] App Name

2012-07-13 Thread TreKing
On Fri, Jul 13, 2012 at 6:38 AM, Rahul Kaushik wrote:

> 1. is android:label="ABC\r\nMobile" is it stable ?
>

"Stable"? Do you mean "does it work"? I'm guessing "no", but this should
take you approximately 25 seconds to test for yourself.

-
TreKing  - Chicago
transit tracking app for Android-powered devices

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] App Name

2012-07-13 Thread Rahul Kaushik
Hi,

I have an App whose name to be displayed under icon, i want to show the
second word in new line

in manifest file
1. is android:label="ABC\r\nMobile" is it stable ?

Thanks
RK

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] App name

2011-01-05 Thread Hendrik Greving
Tried that, I uninstalled & deleted everything before. It must somehow still 
hidden in the sources somewhere.

- Original Message - 
  From: John Lussmyer 
  To: android-developers@googlegroups.com 
  Sent: Wednesday, January 05, 2011 5:41 PM
  Subject: Re: [android-developers] App name


  Uninstall it before re-installing it?


  On Wed, Jan 5, 2011 at 5:05 PM, Hendrik Greving  wrote:

I have an app and changed its name everywhere, Manifest etc. The icon names 
etc. are correct now, also the widget name from the widget manager and the name 
which appear when you add to the home screen. BUT, if I go to the application 
manager (Settings - Applications), the old name is still there. How can I get 
rid of it?


  -- 
  You received this message because you are subscribed to the Google
  Groups "Android Developers" group.
  To post to this group, send email to android-developers@googlegroups.com
  To unsubscribe from this group, send email to
  android-developers+unsubscr...@googlegroups.com
  For more options, visit this group at
  http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] App name

2011-01-05 Thread John Lussmyer
Uninstall it before re-installing it?

On Wed, Jan 5, 2011 at 5:05 PM, Hendrik Greving wrote:

>  I have an app and changed its name everywhere, Manifest etc. The icon
> names etc. are correct now, also the widget name from the widget manager and
> the name which appear when you add to the home screen. BUT, if I go to the
> application manager (Settings - Applications), the old name is still there.
> How can I get rid of it?
>
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] App name

2011-01-05 Thread Hendrik Greving
I have an app and changed its name everywhere, Manifest etc. The icon names 
etc. are correct now, also the widget name from the widget manager and the name 
which appear when you add to the home screen. BUT, if I go to the application 
manager (Settings - Applications), the old name is still there. How can I get 
rid of it?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] App Name

2010-02-28 Thread Mark Murphy
Nick Owens wrote:
> Mark:
> 
> But that's actually what I have set now:
> 
>  android:theme="@android:style/Theme.Light">
> 
> This is the main activity w/ the launcher intent.  It's also the label that
> shows up in the App list.  Is there any way to specify the label that shows
> up as the App name in the App list to be different than the label on the
> launcher activity?

Try the android:label attribute on the  element. The one on
 controls the launcher icon. The one on  should
control what shows up in the application list.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

Android Training in NYC: 10-11 April 2010: http://guruloft.com

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


RE: [android-developers] App Name

2010-02-28 Thread Nick Owens
Mark:

But that's actually what I have set now:



This is the main activity w/ the launcher intent.  It's also the label that
shows up in the App list.  Is there any way to specify the label that shows
up as the App name in the App list to be different than the label on the
launcher activity?

Thanks,
Nick Owens
VP, ThreeClix
Office: (904) 429-7039
Mobile: (847) 565-9392
After Hours: (904) 540-5830

-Original Message-
From: android-developers@googlegroups.com
[mailto:android-develop...@googlegroups.com] On Behalf Of Mark Murphy
Sent: Saturday, February 27, 2010 6:12 PM
To: android-developers@googlegroups.com
Subject: Re: [android-developers] App Name

Nick Owens wrote:
> Developers:
> 
> Does anyone know a way to have the name of the app, as shown in the menu
be
> different than the title shown for the app on the launcher activity?

Try the android:label attribute on .

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

Warescription: Three Android Books, Plus Updates, One Low Price!

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] App Name

2010-02-27 Thread Mark Murphy
Nick Owens wrote:
> Developers:
> 
> Does anyone know a way to have the name of the app, as shown in the menu be
> different than the title shown for the app on the launcher activity?

Try the android:label attribute on .

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

Warescription: Three Android Books, Plus Updates, One Low Price!

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] App Name

2010-02-27 Thread Nick Owens
Developers:

Does anyone know a way to have the name of the app, as shown in the menu be
different than the title shown for the app on the launcher activity?

Thanks,
Nick Owens
VP, ThreeClix
Office: (904) 429-7039
Mobile: (847) 565-9392
After Hours: (904) 540-5830



-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] App name/icon problems on Hero after reboot

2009-10-26 Thread Robert Green

Yes, the test phone is running 1.5.

We've tested a manifest that has @string/app_name for both the app
label and launch activity label and it doesn't seem to be fixing it.

Uninstall, reboot, install -> Works correctly, reboot -> breaks

That's what we've tried.  Have you found any fixes yet?  Apparently a
few apps have been fixed but I'm not finding out any details on how
they've done it yet.  It certainly would be nice if they'd share this
information with the rest of us!

By the way, can we somehow change the subject of this thread to "App
name/icon problems on Hero after reboot" ?

Thanks!

On Oct 26, 9:33 pm, Greg Donald  wrote:
> On Mon, Oct 26, 2009 at 12:44 AM, Robert Green  wrote:
>
> > I think this is related to the issue that I'm documenting here -
> >http://groups.google.com/group/android-developers/browse_thread/threa...
>
> > I'm finding that it may have something to do with the use of a string
> > resource for the app label and launch activity label.
>
> > Greg, what are you using for your app label and launch activity?  The
> > default is @string/app_name.  My games that use that work correctly on
> > Hero.  The ones that don't are having problems.  Can you check that
> > out and post your results?  Thanks!
>
> Mine is still set to @string/app_name.  Are you using 1.5 still?
>
> --
> Greg Donaldhttp://destiney.com/
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---