[android-developers] Re: Google Play Developer Privacy Policy

2017-02-08 Thread Adrián Sámson
Hi, if you handle personal/sensitive data, you must also include information about that in your app in a way that tells the use how you will use this data, and you must acquire the users consent. For example, you could show a dialog with a privacy policy and an i agree/disagree button before

[android-developers] Android in enterprise development

2017-02-07 Thread Adrián Sámson
solution provider way to achieve this - is it right for it at all? -, or should we do something else? Thanks, Adrián Sámson -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails fro

[android-developers] Publishing an application on an own web server

2010-12-06 Thread Adrián
Hello, I am looking a way to publish a private application on an own web server. I know that Android phones could download an apk file and then I could install the application from the file downloaded. I prefer to install the application directly by clicking the link but it doesn't matter. But

[android-developers] Re: ListView doesn't react to some clicks

2010-10-28 Thread Adrián
Nobody knows what can be the problem? I tried to explain the issue best I could. If something is unclear I'll explain it again. Sorry for try to move to the beggining the question, but this issue is giving me too headaches... Regards. On 25 oct, 13:25, Adrián adrih...@gmail.com wrote: Hi! I'm

[android-developers] ListView doesn't react to some clicks

2010-10-25 Thread Adrián
Hi! I'm having troubles with the ListViews. It's impossible to me make them work correctly. Each row contains two buttons, a checkbox, an ImageView and a TextView. I want a row expands (show the buttons and the checkbutton) when I make a long click and perform an action with normal clicks. I tried

[android-developers] Re: Highlight focus item on listview

2010-10-25 Thread Adrián
I suppose if you set a radiobutton as the background of the row, you can simulate the behaviour you want. The problem here is that when you clicks with the mouse (or tap with the finger in a real device) you enter in Touch mode and that is the behaviour of this mode. Regards. On 25 oct, 20:04,

[android-developers] Place an icon in status bar (not notification)

2009-10-20 Thread Adrián
notifications to the status bar when needed, but also I want the user to know that the service is running placing an icon at the right. Is that possible? Thanks, Adrián. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-developers] Playing high quality youtube videos from my application

2009-07-20 Thread Adrián JVC
I managed to play (using videoView class) and control (using MediaController class) youtube videos but I would like to play HQ videos like the android dev1 does itself. Is it possible? --~--~-~--~~~---~--~~ You received this message because you are subscribed to