Re: [android-developers] How Are Content Providers To Interpret Section 5.3 of Google Play Developer Distribution Agreement?

2016-02-22 Thread Movie Master
Thanks for reply Chuck. I'm not convinced that I need to hire an attorney to receive this simple clarification from Google, unless Google hides behind some legal firewall to distance and protect itself from its customers by having to answer customer inquiries. On Monday, February 22, 2016 at

Re: [android-developers] Need a workaround for Doze

2016-02-22 Thread TreKing
On Mon, Feb 22, 2016 at 11:39 AM, Matt Evans wrote: > If the user were interacting with the phone by touching the screen, then > Doze would not enable, like you said. But the user is only interacting with > the phone through voice recognition. Apparently, Doze doesn't

[android-developers] Developing an Android Wear Application that uses the heart rate sensor

2016-02-22 Thread Mark G
I am developing an Android Wear application that implements the Moto 360 heart rate sensor; however, the sensor cannot be detected and therefore does not read and receive data values. Are they any common solutions? -- You received this message because you are subscribed to the Google Groups

[android-developers] Mulitple radiogroups in fragment page

2016-02-22 Thread Johann Botes
Hi guys Please can anyone help me with this problem. I'm building a app whereby questions is answered to questions via 3 radiobuttons per questions (grouped per question). My problem is that I dont receive back a message from the Toast. Can anyone please tell me where I make the mistake

[android-developers] Admob in Android Studio

2016-02-22 Thread Krys Penhoat
So I've got a problem with Admob in combination with a icon template I'm using. This is the template in GitHub: https://github.com/architjn/MaterialIconPackTemplate I've created a clean app in Android studio to test out if I just did something wrong in general with admob, but that wasn't the

Re: [android-developers] Can't upload APK despite I changed package name

2016-02-22 Thread TreKing
On Fri, Feb 19, 2016 at 7:58 AM, Diputación de Badajoz < dip.bada...@gmail.com> wrote: > However, even searching "radiodiputacion" string inside any file of he > whole app directory, that string doesn't appear!!! > > We are mad about this problem. Could any one help us?? > You changed the

Re: [android-developers] Androd Studio - Why doesn't the app I'm testing appear in the list of apps on the AVD screen?

2016-02-22 Thread TreKing
On Sun, Feb 21, 2016 at 4:13 PM, Tim McFadden wrote: > When I run an app with AVD, I open AVD, then go into the apps screen. I > can't test, because the app I'm running doesn't appear on the screen with > the other apps. > Older apps appear on the screen, hence I can't test.

Re: [android-developers] New External Storage API

2016-02-22 Thread TreKing
On Sat, Feb 20, 2016 at 3:30 PM, Alessandro Rossini wrote: > Everytime i run the app, he says "Does not exists.. creating..", but > "theDir.mkdir();" is not working Read the documentation for File: http://developer.android.com/reference/java/io/File.html mkdir will

Re: [android-developers] Multiple Radiogroups and Radiobuttons

2016-02-22 Thread TreKing
On Sat, Feb 20, 2016 at 10:09 AM, wrote: > This is my first android development project. I am now stuck with a > problem for several days and battle to get information on this. Do you know how to use your debugger to set breakpoints and validate code paths get

Re: [android-developers] How to add and use (signature/system level) permission in an android application

2016-02-22 Thread TreKing
On Sat, Feb 20, 2016 at 6:32 PM, Mohamed Adss wrote: > is there a way to get the permission or even to get reflection for the > original android Manifest file. > Hopefully not as that would be a massive security hole.

Re: [android-developers] OkHttp async calls: AsyncTask or OkHttp async api?

2016-02-22 Thread TreKing
On Sun, Feb 21, 2016 at 3:58 PM, moby wrote: > *So my questions:* > >1. What is the correct way to use async requests with OkHttp? >2. Is it a good practice to use AsyncTask with OkHTTP? >3. How I understood, both , Okhttp async api and AsyncTask can do >

[android-developers] How to update cart in MaskedWallet after the MaskedWallet is generated

2016-02-22 Thread Mithil Mehta
Hi, As per the Android Pay documentation at link : *https://developers.google.com/android-pay/android/tutorial#create_a_masked_wallet_request * . I have to create a cart with estimated Shipping charges

Re: [android-developers] Text Selection in Android M in webview.

2016-02-22 Thread TreKing
On Mon, Feb 22, 2016 at 5:18 AM, Vishal Kumar Singh < vishalkumarsingh1...@gmail.com> wrote: > I had customized the Contextual Action mode appearing on text selection in > webview. In android M its not working, how to get top toolbar behaviour in > Android M or customize the new contextual menu

[android-developers] Unpacking expansion files automatically

2016-02-22 Thread Lindsay Moore
Hi there, The app I am working on reads files from a given directory on the device. I would like these files to be deployable via the google play store rather than needing to be side-loaded, so what I would ideally like to do is have an expansion file that automatically unpacks itself to a

Re: [android-developers] Admob in Android Studio

2016-02-22 Thread TreKing
Did you have a question? On Mon, Feb 22, 2016 at 6:43 AM, Krys Penhoat wrote: > So I've got a problem with Admob in combination with a icon template I'm > using. > This is the template in GitHub: > https://github.com/architjn/MaterialIconPackTemplate > > > I've created

Re: [android-developers] make a side by side camera surface view application

2016-02-22 Thread TreKing
On Wed, Feb 10, 2016 at 7:15 AM, Jaydeep Gedia wrote: > I want to make an application which runs a side by side camera surface > view. > No capture buttion or anything just two camera surface view side by side. > can anyone guide me how to do it. > What exactly have you

Re: [android-developers] "Use default gradle wrapper" option not showing up in Android Studio settings

2016-02-22 Thread TreKing
On Mon, Feb 22, 2016 at 1:00 AM, Jeffy Joseph wrote: > I then updated gradleVersion as following > > task wrapper(type: Wrapper) { > gradleVersion = '2.2.1' > } > > Set your gradle version in your top-level build.gradle file: buildscript { repositories {

Re: [android-developers] How Are Content Providers To Interpret Section 5.3 of Google Play Developer Distribution Agreement?

2016-02-22 Thread Kristopher Micinski
I doubt it's that, as much as it is that Google legal won't be reading this mailing list. Google engineers are likely going to get in hot water if they make comments regarding the company's stance on their legalese, and so I doubt any of them would do it. And finding the right person to direct

[android-developers] Bundling APKs in Play Store

2016-02-22 Thread Srijit Chandrashekhar Nair
Hi My company has two apps already published in the play store. Let us say it is App1 and App2. We have a new app, say App3, which depends on few features of App1 and App2. When user downloads App3, is there a way to download App1 and App2 as well? I know that, in the App3 code, I can search

Re: [android-developers] Bing translator api issue

2016-02-22 Thread Yong Lin
http://stackoverflow.com/questions/35557993/microsoft-translation-api-caused-by-java-io-filenotfoundexception hello, my friend met this problem, do you have any idea about it ? On Monday, 25 January 2016, Marina Cuello wrote: > I don't really get what you want to do.

Re: [android-developers] Need a workaround for Doze

2016-02-22 Thread Matt Evans
If the user were interacting with the phone by touching the screen, then Doze would not enable, like you said. But the user is only interacting with the phone through voice recognition. Apparently, Doze doesn't account for this. On Friday, February 19, 2016 at 5:30:10 PM UTC-5, TreKing wrote:

[android-developers] Re: Text Selection in Android M in webview.

2016-02-22 Thread Vishal Kumar Singh
I have tried that. But its not working in M. I am not able to remove defalut options of floating text selection toolbar like we used to do for 5.0.1 and below. We could completely overide the options in contextual actionbar. Is there anyway to get it done in M?? On Monday, February 22, 2016 at

Re: [android-developers] Multiple Radiogroups and Radiobuttons

2016-02-22 Thread Johann Botes
On Tuesday, February 23, 2016 at 12:03:53 AM UTC+2, TreKing wrote: > > > On Sat, Feb 20, 2016 at 10:09 AM, > wrote: > >> This is my first android development project. I am now stuck with a >> problem for several days and battle to get information on this. > > > Do

[android-developers] News Application for Android and iOS

2016-02-22 Thread sonaliworker
News Application for Android and iOS this application keep us updated by notifying us from national and international news. Their are

[android-developers] How Are Content Providers To Interpret Section 5.3 of Google Play Developer Distribution Agreement?

2016-02-22 Thread Movie Master
We are considering using Google Play to sell movies. The Google Play Developer Distribution Agreement available at https://play.google.com/about/developer-distribution-agreement.html says in article 5.3: “…After termination of this Agreement, Google will not distribute your Product, but may

[android-developers] Receiving palm (swipe) gesture / always getting only ACTION CANCEL - intercepted by system?

2016-02-22 Thread Flo
Hi everyone, I would like to detect a touch event when the user places his palm on the screen (at a specific position). I have already played around with onTouchEvent, onInterceptTouchEvent, dispatchTouchEvent and I really think that I have understood all those mechanisms. What happens when I

Re: [android-developers] How Are Content Providers To Interpret Section 5.3 of Google Play Developer Distribution Agreement?

2016-02-22 Thread Chuck Crisler
The section sounds like they want to provide support to their current/your former customers. I doubt that Google would sell copies of your app without compensating you. They have too much to lose. However, for an authoritative legal opinion you need to hire an attorney to contact the Google legal

[android-developers] Re: listView get child items in a loop

2016-02-22 Thread Streets Of Boston
I assume your ListView has a ListAdapter (probably a BaseAdapter?). In your Adapter's getView(...) method, you have a position parameter. The position is the index into your array-list of data that you'd like to show in the correct list-item-view. You get your data-item from the Adapter given

[android-developers] Re: How to update cart in MaskedWallet after the MaskedWallet is generated

2016-02-22 Thread Mithil Mehta
On Monday, February 22, 2016 at 8:35:09 PM UTC+5:30, Mithil Mehta wrote: > > Hi, > > As per the Android Pay documentation at link : > *https://developers.google.com/android-pay/android/tutorial#create_a_masked_wallet_request > >

[android-developers] Android M permissions

2016-02-22 Thread Krzysztof Maruszczak
Hi, I'm making an app to locate emploees in field, check their progress and send updates. I need a permission to access gps and I can ask for it upfront during first start. This app will be installed on devices by company admin. How can I prevent user from denying permission for my app

Re: [android-developers] getting data from edit texts in a listview generated from a custom adapter

2016-02-22 Thread James Shisiah
hi TreKing, I did change the method to update the UI to the TextWatcher onTextChanged , then I changed the String reference method to String valueOf and it worked. The problem was in the code, when changing integer to string. Thanks On Monday, February 22, 2016 at 1:41:26 AM UTC+3, TreKing

Re: [android-developers] error on lollipop, in kitkat works

2016-02-22 Thread Christian Cortese
Il giorno sabato 20 febbraio 2016 12:21:06 UTC+1, Christian Cortese ha scritto: > > > > Il giorno sabato 20 febbraio 2016 11:49:22 UTC+1, Christian Cortese ha > scritto: >> >> >> >> Il giorno giovedì 18 febbraio 2016 23:49:47 UTC+1, TreKing ha scritto: >>> >>> >>> On Thu, Feb 18, 2016 at 6:10