Re: [android-developers] Fragments /Compatibility API Backstack Clearing Problem

2014-07-02 Thread m3n0R
Same here... Is there any good way to do that? El jueves, 3 de noviembre de 2011 08:10:21 UTC+1, Alexey Zakharov escribió: Even with POP_BACK_STACK_INCLUSIVE onResume of popped Fragment is called. You need to add alternative method that will allow remove element from back stack without

[android-developers] How to use forefround in other no FrameLayout viewgroups

2013-07-10 Thread m3n0R
Hi everybody, I'm trying to mimic the holo blue effect on the Google Play and Google Music list rows. Till now, I've used selectable background, but this is a different effect over the row background. Si suppose they are using a nine patch image with 1dp grey border. I posted on

[android-developers] Having troubles incompatibility related with Google Play and some devices even supporting all size screens

2012-05-24 Thread m3n0R
Hi everybody! I would like to know, why there is incompatibility problem with my application in some android devices (like HTC Explorer, Galaxy Mini...). Here is my manifest: manifest xmlns:android=http://schemas.android.com/apk/res/android; package=com.newin.android

[android-developers] Re: Has Google developed FragmentLayoutSupport.java in a wrong way?

2011-11-30 Thread m3n0R
in portrait, you will need to use a different approach for implementing the UI, entirely using fragments. On Mon, Nov 28, 2011 at 7:37 AM, m3n0R cesaryomi...@gmail.com wrote: Hi everybody: I've just have developed something like the FragmentLayoutSupport example from Google, to show

[android-developers] Has Google developed FragmentLayoutSupport.java in a wrong way?

2011-11-28 Thread m3n0R
Hi everybody: I've just have developed something like the FragmentLayoutSupport example from Google, to show a ListView and Details from every element in the list. http://developer.android.com/resources/samples/Support4Demos/src/com/example/android/supportv4/app/FragmentLayoutSupport.html The

[android-developers] FragmentMap + ActionBar Tab

2011-11-16 Thread m3n0R
I have a problem I've been trying insert a MapView into a ActionBar Tab, but I wasn't able to solve the problem even googling... Here is the Main Activity: @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState);