[android-developers] Offline advertising

2014-08-22 Thread luca
Hi, offline advertising is worthless from the viewpoint of earning something for obvious reasons, but one could always show a banner or something similar to an interstitial of some other app he/she owns, even if they become non-clickable. The reason to do that is that, even if there is no

Re: [android-developers] Screencast in Android

2014-08-22 Thread Ralph Bergmann | the4thFloor.eu
Am 21.08.14 um 19:14 schrieb Rahul Raja: Hey Is there a good app or method by which i can make a screencast for one of my Android application? http://developer.android.com/tools/help/adb.html#screenrecord signature.asc Description: OpenPGP digital signature

[android-developers] Play a Youtube video

2014-08-22 Thread Patrick
Hello, I'm trying to play a Youtube video embedded in my app layout. I thought it would be easy, but apparently it's not (for me). I tried with VideoView and a RTSP link but the quality is too bad. I also tried with a WebView but it doesn't work on some Android versions. I'd like to support

[android-developers] Non source code files in Android Studio / Gradle.

2014-08-22 Thread Nathan
I'm new to Android Studio and Gradle projects. I don't know what all the files mean. Is there a concise guide for which files/foldes should *not* be in source control (ie SVN or Git)? Or even better, some SVN or Git ignore or other settings which enforce that. A contractor just put a

[android-developers] Android Wear Communication between apps

2014-08-22 Thread Nathan
Just barely looking at the communication protocols for Android Wear and needed to clarify something before I go too far down the road. Is the communication only intended between a mobile app and its corresponding Wear app? Or could there be a one to many or many to one relationship? Looking