[android-developers] Fragment with onLoadFinished()

2013-10-12 Thread Dmitriy Kazakov
I know about issues binded with fragment transactions which are made after onSavedState(), e.g. onLoadFinished, but I really need to change fragment or pass some data to it. I see a few solution: - commitAllowingStateLoss(): remove a big part of bugs, but rised up issues with saved content

[android-developers] Modifying newValue in EditTextPreference listener

2013-10-12 Thread dashman
I've got an EditTextPreference listener public boolean onPreferenceChange (Preference preference, Object newValue) returns true/false whether the new value needs to be saved or not. I'd like to change newValue before being saved - e.g. trim and convert to uppercase. Any help? I tried a

[android-developers] Re: ADT in Eclipse hangs Windows XP

2013-10-12 Thread Yar
No, it is not only mine. I've seen really lots of reports on Stack Overflow about it. Also, I don't think it's Google developers problem as long as Android is popular. I could add more examples, but it would be a waste of time, smart a$$. Google/Android has developed a solid, well-tested

Re: [android-developers] Re: ADT in Eclipse hangs Windows XP

2013-10-12 Thread Tor Norbye
FYI, some versions of Eclipse come preconfigured with memory settings that are too small for ADT. Try adding -XX:MaxPermSize=512M in your Eclipse installation's eclipse.ini file. Make sure that this argument is on its own line! (We recently added this to the ADT bundle, but I don't know if that

[android-developers] Simple code that works in 3.0 but not in 2.3.3 (with support lib)

2013-10-12 Thread Gink Labrev
Hi, Why does the simple code below work in Android 3.0, but not in 2.3.3 ??? In 2.3.3, it shows only a blank screen. Any help would be appreciated. *import android.os.Bundle;* *import android.support.v4.app.ListFragment;* *import android.widget.ArrayAdapter;* *public class TestListFragment

Re: [android-developers] Simple code that works in 3.0 but not in 2.3.3 (with support lib)

2013-10-12 Thread Gink Labrev
I found the cause. If the activity extends FragmentActivity, the code above works in 2.3.3, but if it extends ActionBarActivity it does not work. Does someone know how to solve it ? This ActionBarCompat has a lot of bugs !! Maybe it is best to return to ActionSherlockBar. 2013/10/12 Gink

[android-developers] Post text and image on twitter

2013-10-12 Thread Amit Mangal
Hi there How to post text and image on twitter? Any body knows any working link? -- 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

[android-developers] Unable to authorize adb on Windows 7 after set of 10/8/13 Microsoft patches applied

2013-10-12 Thread Lee
I have a new problem with my Android development environment. In it's simplest form, I have a Windows 7 PC and a stock unrooted Nexus 4. I have been developing via this environment for at least six months. I'm using the ADT bundle. I've on R 22.2.1 SDK tools. My ADB is 1.0.31. Basically,

Re: [android-developers] Unable to authorize adb on Windows 7 after set of 10/8/13 Microsoft patches applied

2013-10-12 Thread Siva Kumar
I think there is some problem in ur device driver .uninstall re install the driver,or contact ur vendor such as windows, mobile device vendor. On Oct 13, 2013 6:47 AM, Lee lee.dar...@gmail.com wrote: I have a new problem with my Android development environment. In it's simplest form, I have a