Re: [android-developers] Google Drive says Action Bars on the bottom are ok?

2013-12-14 Thread Nathan
On Saturday, December 14, 2013 7:17:44 PM UTC-8, Nathan wrote: > > Somewhat related. > > What's that thing called on Gmail where they got three bars in the upper > left that slides out to become a menu on the left? > Ok, it's a navigation drawer. Back to subject at hand, this doesn't appear

Re: [android-developers] Google Drive says Action Bars on the bottom are ok?

2013-12-14 Thread Nathan
Somewhat related. What's that thing called on Gmail where they got three bars in the upper left that slides out to become a menu on the left? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-d

Re: [android-developers] Google Drive says Action Bars on the bottom are ok?

2013-12-14 Thread Douglas Drumond
split action bar? https://developer.android.com/guide/topics/ui/actionbar.html#SplitBar -- Douglas Drumond *GDG Campinas google.com/+DouglasDrumond – @douglasdrumond * 2013/12/12 Ken > > On

Re: [android-developers] Re: Swipe app out of recent tasks permanently kills app (like force-stop) even though it's running background services!

2013-12-14 Thread Cedric Counotte
And I did dig into the sources. App is permanently killed, except for manifest registered events (unverified) and alarms. So any sticky device not relying on those is a dead service. In 4.4.x only that is. I found a work around but its so dirty I wait for a better option if any before posting. Le

Re: [android-developers] Re: Swipe app out of recent tasks permanently kills app (like force-stop) even though it's running background services!

2013-12-14 Thread Cedric Counotte
So far I didn't see any solution, only reference to documentation that's unrelated. So talking about condescending... And its as if no one even care to read the actual documentation that relates to this issue which I've clearly posted. As if I didn't know what force stop was doing or if my servic

Re: [android-developers] Re: Swipe app out of recent tasks permanently kills app (like force-stop) even though it's running background services!

2013-12-14 Thread Kristopher Micinski
Just as a note: you're being fairly condescending to people who are suggesting solutions to you free of charge in a pretty polite way.. I personally don't know what the semantics of the swipe away are: but I wouldn't be surprised if it were to kill the app. I am not sure whether or not I'd call i

Re: [android-developers] Country filter

2013-12-14 Thread lbendlin
Could be a speed cameras app, but those are illegal in all of France, regardless of the user's nationality. -- 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 unsubs

[android-developers] Re: Swipe app out of recent tasks permanently kills app (like force-stop) even though it's running background services!

2013-12-14 Thread VenomVendor™
You have to use *START_STICKY*which is a sticky service, also add flag *FLAG_FROM_BACKGROUND *while starting your service. when

[android-developers] Re: Displaying Google Map Android API V2 in fragment

2013-12-14 Thread VenomVendor™
17:08 (1 minute ago) Hi, I have done same task, adding Map inside fragment, where fragment is placed inside ViewPager. public class Map extends Fragment { /** The view. */ private static View view; /** The g map. */ private static GoogleMap gMap; /** The bangalore. */

[android-developers] Re: Displaying Google Map Android API V2 in fragment

2013-12-14 Thread VenomVendor™
Hi, I have done same task, adding Map inside fragment, where fragment is placed inside ViewPager. public class Map extends Fragment { > > /** The view. */ > private static View view; > > /** The g map. */ > private static GoogleMap gMap; > > /** The bangalore. */ > privat

[android-developers] Re: RelativeLayout passes EXACTLY measure spec mode where it should pass AT_MOST

2013-12-14 Thread Y2i
More information: In the attached project, add the following attributes to : android:adjustViewBounds="true" android:scaleType="centerCrop" If is inside the (expected) result will be: