[android-developers] Problem positionning the MediaController with setAnchorView

2013-10-10 Thread Jean-Luc TRESSET
Hello ! Since 24 hours I'm trying to set the Anchor view of my MediaControler without success. My VideoView is embedded in a bigger application but even with a very simple testing app I don't understand the problem. Here is the code of the onCreate of my testing activity : @Override

[android-developers] Public Play Store statistics ?

2012-12-11 Thread Jean-Luc TRESSET
Hi We've just produced an application for a third party company which have published it on the Play Store with their own developper account and we would like to check the number of application download or installation. I would like to know : - is the public download statistic chart on the Play

[android-developers] Re: VideoView, Flash integration and PopupWindow

2012-10-04 Thread Jean-Luc TRESSET
Hi. I finally found how to do that and build an native video player as a native extension for AIR (the solution was the first one, but adding a setZOrderOnTop on the right place ;o) ). Le mercredi 3 octobre 2012 12:08:56 UTC+2, Jean-Luc TRESSET a écrit : Hi. I'm currently trying

[android-developers] VideoView, Flash integration and PopupWindow

2012-10-03 Thread Jean-Luc TRESSET
Hi. I'm currently trying to integrate some Android native features to a Flash AIR application. One of these feature deals with the integration of a native VideoView to support all the video formats supported by Android devices. I've tried two things : - creating a VideoView in a native interface

[android-developers] Problems using GCM

2012-09-21 Thread Jean-Luc TRESSET
Hi. I'm currently trying to use the Google Cloud Messaging service. First I tried to write my own code, looking at the Android doc tutorial, but it did not work. So I finally decide to directly try the demonstration client of GCM, and to write a simple PHP sender to test the messaging service.