Re: [android-developers] Create effect of solid blue "curtain" being slowly pulled across a white screen

2016-01-08 Thread Gustavo Oliveira
Take a look at Animation http://developer.android.com/reference/android/view/animation/Animation.html I would suggest you rework your layout, putting your background image as a separate element and making it slide using a TranslateAnimation (or stretch with ScaleAnimation). On Fri, Jan 8, 2016

Re: [android-developers] Google AppInvites beta cause MissingTranslation Lint error compiling in Android

2015-10-22 Thread Gustavo Oliveira
Ok, that's related to Google Services API. Not sure if you found it, but there's an issue open for that: https://code.google.com/p/analytics-issues/issues/detail?id=733 No fix, but there are workarounds in the comments. I think it would help to add your error there. On Thu, Oct 22, 2015 at

Re: [android-developers] Google AppInvites beta cause MissingTranslation Lint error compiling in Android

2015-10-21 Thread Gustavo Oliveira
This is a group for Android app developers (using the SDK, not developing it). You can ask if anyone here has found the same problem and how to work around it. Now if you want to file a bug report, the right place to do it is https://code.google.com/p/android/issues Cheers, Gus On Wed, Oct 21,

Re: [android-developers] Re: adb can not find my device.

2015-10-14 Thread Gustavo Oliveira
Has it worked before? Looks like a driver issue. Try reinstalling the driver. On Sun, Oct 11, 2015 at 5:19 AM, Ray Tayek wrote: > i added a galaxy tab s. and put both into developer mode > . > > adb list

Re: [android-developers] app size build with android studio much bigger than made with Eclipse

2015-10-02 Thread Gustavo Oliveira
art enough not to package it (you can tell it do so if you want it to though). Cheers, Gus On Fri, Oct 2, 2015 at 9:51 AM, Gustavo Oliveira <gus...@gmail.com> wrote: > Follow the steps for Android Studio: > > > On Fri, Oct 2, 2015 at 4:54 AM, Faust Nijhuis <faustnijh...@gmai

Re: [android-developers] app size build with android studio much bigger than made with Eclipse

2015-10-02 Thread Gustavo Oliveira
Follow the steps for Android Studio: On Fri, Oct 2, 2015 at 4:54 AM, Faust Nijhuis wrote: > I made two apk files: > > 1) without com.google.android.gms >app size = 598 kb >Size after install is 864 Kb > 2) with com.google.android.gms (for ads) > app size =

Re: [android-developers] Get the DNS details when the Device is connected to Data connection.

2015-10-01 Thread Gustavo Oliveira
Doesn't that work on Lollipop as well? On Thu, Oct 1, 2015 at 2:28 PM, 'Robert Greenwalt' via Android Developers < android-developers@googlegroups.com> wrote: > On M you can use > ConnectivityManager.getLinkProperties(ConnectivityManager.getActiveNetwork()).getDnsServers() > > On Thu, Oct 1,

Re: [android-developers] app size build with android studio much bigger than made with Eclipse

2015-09-30 Thread Gustavo Oliveira
Maybe you have external libs being packaged into your apk by Android Studio. On Wed, Sep 30, 2015 at 5:45 PM, Justin Anderson wrote: > Have you tried looking at the contents of the .apk and comparing it with > one of your older .apk files built from eclipse? > > On Wed,

Re: [android-developers] Re: Activity with new BarcodeDetector API from Google Play Services 7.8

2015-08-21 Thread Gustavo Oliveira
Activity.finish() should be called from the UI thread. Try doing that and post the result. Cheers, Gus On Fri, Aug 21, 2015 at 10:24 AM, gc gcst...@gmail.com wrote: Just updating, if anyone can help it would be appreciated. If you need more information please ask. I think this should be

Re: [android-developers] Manifest android:process field

2015-08-11 Thread Gustavo Oliveira
I think Justin has answered your question. The documentation states that a fresh new process will be created only when it's needed. So it all points out to System.exit() probably not terminating your process. It just calls Runtime.exit(), which states in its doc: This method is unlikely to be

Re: [android-developers] android {create,update} project

2014-12-17 Thread Gustavo Oliveira
Hello, I think you need to use custom_rules.xml file. Check http://playaprogrammer.blogspot.com.br/2013/01/android-build-configuration-tutorial.html Regards, Gustavo On Wed, Dec 17, 2014 at 12:20 PM, pedr0 pulsarpie...@gmail.com wrote: Hi everyone, I am working using the android android

Re: [android-developers] How to get more reviews/comments when my app runs mainly in background?

2014-04-14 Thread Gustavo Oliveira
I believe the Rate Us dialog is a good idea. Also, I would add interesting information in that dialog, like some tips, usage statistics, just like some free apps do (e.g. antivirus and protection software normally tell how many threats were blocked). Best, Gus On Mon, Apr 14, 2014 at 5:24 PM,