[android-developers] What is BaseExpandableListAdapter.hasStableIds() used for?

2014-02-06 Thread Peter Nabbefeld
Hello, I want to implement an ExpandableList using data which can be changed by the user, so it'll not have stable ids, I'd expect. My question is, why do I have to tell it to Android? Is it caching my data? And does false tell Android, not to cache it? Or will it just keep always asking

Re: [android-developers] Speech-to-text displays Google's logo

2014-02-06 Thread Mike
TreKing is correct. Your app does not include the speech recognition app or even code. It is requesting the phone if there is a speech recognition app installed and it just sends a request to that app to do the work for you. Some phones may have a different app installed or more than one. If

[android-developers] Re: How can I get a reference to InputMethodService for an Android system app?

2014-02-06 Thread user1235555
*Succeded!!!* The only way I have figured out of changing the current IME is by customizing it. For my resp. problem I have to change the keyboard to chinese if I change the system language to chinese from my custom Settings application. The approach discussed below was used in a custom

[android-developers] FragmentActivity and TabHost - I'm not understanding anything

2014-02-06 Thread Rafa Firenze
I've seen all the posts of TabHost + FragmentActivity on Google Groups and on StackOverflow and I'm still getting problems. And I don't understand anything. I'm following this tutorial for TabHost and FragmentActivity:

[android-developers] Re: LVL: possible to check license for a different app?

2014-02-06 Thread 3c
Does any-one has a solution to this? I would really need this to work! Isn't there any way to check the license of one package from another package? On Thursday, January 23, 2014 8:47:16 AM UTC+1, 3c wrote: Hello, I was really wondering the same thing (for a different purpose), however

Re: [android-developers] Custom drawing states possible?

2014-02-06 Thread Alik Elzin
Try adding an onclicklistener and invoke refreshDrawableState from performClick. On Tuesday, November 6, 2012 1:29:06 PM UTC+2, Mustafa Ali wrote: Tried using it on 4.0.3, the onCreateDrawableState method is not getting called. On Tuesday, April 1, 2008 4:52:19 AM UTC+5:30, Megha wrote:

Re: [android-developers] Speech-to-text displays Google's logo

2014-02-06 Thread Peter
Thank you everyone for your help. Regards, Peter -- 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

Re: [android-developers] Need help for Developing the app using Google Glass SDK.

2014-02-06 Thread TreKing
On Thu, Feb 6, 2014 at 1:24 AM, Seshu s.seshu...@gmail.com wrote: I am new to Google glass SDK. can any one please help me how to start developing the app for google glass sdk. Try this: http://lmgtfy.com/?q=google+glass+sdk

[android-developers] Re: LVL: possible to check license for a different app?

2014-02-06 Thread Nobu Games
Educated guess: the UID may be the app's user id (UID). As far as I know, Android creates a unique user for each installed app for enforcing app-specific file system permissions. The licensing service probably checks that the requesting app process' user id matches the user id for the