[android-developers] Re: appcompat (Toolbar/ActionBar) necessary at level >= 21?

2016-03-09 Thread Travis Wellman
Due to no response after 20+ hours, I asked this same question on SO: http://stackoverflow.com/q/35900881/1413900 -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an em

[android-developers] appcompat (Toolbar/ActionBar) necessary at level >= 21?

2016-03-08 Thread Travis Wellman
e-Lollipop installs. Should I use appcompat anyway? Is there any advantage or disadvantage to forgoing the appcompat library? Thanks, Travis -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop rece

[android-developers] Can't get redirect_uri to redirect to app (Unity Android)

2016-01-20 Thread Travis Evashkevich
Hey everyone, I'm trying to capture my AccessToken from a request to Google for access to Google Calendar. I can get all the way through the process right to where it gives the accesstoken but since it's in the browser I can't seem to grab it. I've previously done this with a custom scheme (F

[android-developers] Eclipse ADT Plugin

2012-06-28 Thread Travis Duffy
I have the Eclipse Classic 4.2 program. When I tried to install the ADT Plugin, it said i did not have the correct features. When I went on the android developers site, it said that I have to select options while installing. There wasn't any options on the first run, and I did not install.

Re: [android-developers] Problem with Google Play on Android ICS

2012-03-09 Thread Travis Faubel
I have the official 4.0.3 update on my Nexus S and it is not updating to Google Play. Why? On Thursday, March 8, 2012 7:40:54 AM UTC-5, Mark Murphy (a Commons Guy) wrote: > > On Wed, Mar 7, 2012 at 8:29 PM, monimi > wrote: > > Hi, i downloaded Google Play and installed it on Android ICS (runn

[android-developers] Re: aapt crashes with -v

2011-10-05 Thread Travis
I can confirm Quick Draw's findings. For me AAPT would crash on every build if I enabled verbose logging. I found one of my drawables that was the same name as a drawable in a dependent Android project and after renaming it every thing works fine. -- You received this message because you are

[android-developers] How would you go about import an image from the users gallery and use it as a resource?

2011-01-26 Thread Travis Cornelius
I'm working on an app, and I would like to have the user be able to use one of their pictures as a resource file for the app. ex. one activity would allow the user to select their picture, then click a button and it opens a new activity that would have their select picture as a background image fo

[android-developers] Re: Can I use code to enable the GPS service?

2010-05-25 Thread Travis Swanston
obvious security reasons. Actually, it was previously possible - back in 1.5. I've done it. I don't think it was an official, documented API feature, though. If I remember correctly, this behavior was fixed in 1.6. -Travis -- You received this message because you are subscr

[android-developers] Getting Preferences from Settings.java

2009-04-09 Thread Travis James
I have a settings.java file that has the following code: import android.os.Bundle; import android.preference.PreferenceActivity; public class Settings extends PreferenceActivity { public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState);

[android-developers] Getting Preferences from Settings.java

2009-04-09 Thread Travis James
I have a settings.java file that has the following code: import android.os.Bundle; import android.preference.PreferenceActivity; public class Settings extends PreferenceActivity { public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState);

[android-developers] Preferences Question

2009-04-09 Thread Travis James
I have a quick question. My main class file has this: Button update = (Button) findViewById(R.id.update); update.setOnClickListener(new Button.OnClickListener() { public void onClick(View v) { EditText status = (EditText) findViewById(R.id.status);

[android-developers] Re: Pls help: how to reinstall dev phone?

2009-02-28 Thread Travis Cross
x27;re in luck! Of course, some hacking is going to be required. Hopefully this has pointed you in the right direction. Be sure to report back on this thread what you end up doing and how it turns out for you. Cheers, -- Travis --~--~-~--~~~---~--~~ You received t

[android-developers] Re: Pls help: how to reinstall dev phone?

2009-02-27 Thread Travis Cross
until you see a white screen with androids on skateboards. Cheers, Travis --~--~-~--~~~---~--~~ 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@

[android-developers] Re: Attaching the Eclipse debugger to actual device

2008-10-30 Thread Travis
, then this is likely your problem. -Travis --~--~-~--~~~---~--~~ 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 unsub

[android-developers] Re: Remote 3GP video in 0.9 SDK

2008-08-21 Thread Travis Choma
For what it's worth all our 3gp videos play fine in 0.9. We encoded them with Sorenson Squeeze with progressive streaming turned on. On Aug 21, 1:48 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > I spent most of a day using the emulator in 0.9 surfing to sample > video files on video contes