[android-developers] Android Studio with Visual Studio Online

2016-09-07 Thread Moran A
Hi, I'm a new android developer that work with Android Studio among other developers (C#, Etc.). What i'm trying to do is to connect their TFS (Visual Studio Online) and manage my files in the same server. I've installed the Intellij plugin for Android Studio and completed the installation. But

[android-developers] How to write or draw on photos and videos

2016-11-30 Thread Moran A
Hi, I want to add a new feature to my app and to enable users to capture a photo or video and add some text or drawing on it. Any idea how it can be performed? Example can be found on whatsup (new version) Thanks. -- You received this message because you are subscribed to the Google Groups

[android-developers] What, if any, Intent fired for long press on home key?

2009-05-11 Thread Mike Moran
Hi. I'm wanting to write an app which shows only when the user does a long press on the home key. This currently brings up the currently or recently running application chooser, which is ok, but could be improved. I've had a look at the log at DEBUG level, and there isn't an Intent logged. Does