[android-developers] Re: LetterRecognizer API in the Gesture class

2012-10-30 Thread Mor G.
, Did you get any update about the same like LetterRecognizer in Gesture. I need to implement it in one of my project. You have posted 2 years back. Please help me if you get any update. Thanks, Andy On Tuesday, October 12, 2010 1:29:24 AM UTC+5:30, Mor G. wrote: Hi, I'm implementing

[android-developers] Re: java.lang.IllegalStateException: Fragment MyFragment is not currently in the FragmentManager

2012-08-13 Thread Mor G.
There's a solution in stackoverflow: http://stackoverflow.com/questions/11296411/fragmentstatepageradapter-illegalstateexception-myfragment-is-not-currently but it doesn't seem to be helping me, since I'm not instantiating my fragments as he did, but maybe it'll help you. I'm still looking for

Re: [android-developers] Re: How to set theme using resources from another application?

2012-08-02 Thread Mor G.
Ok, if I forget about using different drawables, and keep my external theme to modifying current's theme existing attributes only, will that be possible? I've seen the method Resources.Theme.setTo(other) which has the following desc.: Set this theme to hold the same contents as the theme

Re: [android-developers] Re: How to set theme using resources from another application?

2012-08-02 Thread Mor G.
Ok, if I forget about using different drawables, and keep my external theme to modifying current's theme existing attributes only, will that be possible? I've seen the method Resources.Theme.setTo(other) which has the following desc.: Set this theme to hold the same contents as the theme

[android-developers] Re: How to set theme using resources from another application?

2012-08-01 Thread Mor G.
I'm searching for an answer to this as well, found a few related stackoverflow questions, but no full answer yet: http://stackoverflow.com/questions/8762955/android-app-way-to-develop-app-that-has-add-ons http://stackoverflow.com/questions/6066477/hashmapstring-drawable-mdrawables

[android-developers] Re: How to set theme using resources from another application?

2012-08-01 Thread Mor G.
Hi Richard, thanks for the reply. I have an app with light and dark themes defined in themes.xml. I have a setting to allow the user the select light/dark theme in the app. This works great. Now the themes are pretty heavy in graphics, since they define not only styling but different drawables

Re: [android-developers] Re: How to set theme using resources from another application?

2012-08-01 Thread Mor G.
of your own resources that you need (like strings etc). On Wed, Aug 1, 2012 at 2:38 PM, Mor G. Hi Richard, thanks for the reply. I have an app with light and dark themes defined in themes.xml. I have a setting to allow the user the select light/dark theme in the app. This works great. Now

[android-developers] times_contacted not being updated on some devices

2011-01-26 Thread Mor G.
Hi, I've noticed some strange behavior when using the times_contacted field in ContactsContract.Contacts (and also the last_time_contacted field). In some Samsung devices this counter counts emails only, in some HTC devices this is always zero, and in other HTC devices this counter is

[android-developers] Re: sectionindexer is not updated when adapter's data is changed

2010-12-01 Thread Mor G.
Hi, Look in the code of AlphabetIndexer which implements SectionIndexer as well. http://www.google.com/codesearch/p?hl=en#uX1GffpyOZk/core/java/android/widget/AlphabetIndexer.javaq=alphabetindexersa=Ncd=1ct=rc I think the function you're interested in is setCursor. Good luck. Mor.

[android-developers] Multi stroke gestures not recognized when last stroke is vertical

2010-10-23 Thread Mor G.
Hi, I have a gesture overlay on top of a list, when I do a vertical stroke, onGesturePerformed isn't being called because android assumes this was a scrolling stroke, this is ok. However, when I do a multi stroke gesture, where prev. strokes already recognized as gestures (change color), and the