AndroidDeveloperLB

Results 538 issues of AndroidDeveloperLB

Currently it fails to login on all cases on Android sample app

Was suggested to me to move from here: https://github.com/android/renderscript-samples/issues/14 Examples of basic and cool samples: 1. Showing a simple image with a background 2. Showing a video (mp4 and animated...

Using `OtherContacts.list()`, I succeeded to get a list of `Person` instances there (relevant link [here](https://developers.google.com/people/api/rest/v1/otherContacts/list) and [here ](https://developers.google.com/people/api/rest/v1/people#Pe)), but as the API says, I can only request to fetch this...

type: feature request
priority: p4

Or maybe it's already sorted as such? I want to cache the results and later if there is none on the query, ignore them all. Or to update what's cached...

type: question
priority: p4

Previously, we used to have something like this to create the labels (AKA groups) : ```kt @WorkerThread private fun createContactGroup(): ContactGroupEntry? { // Create the entry to insert try {...

type: question
priority: p4

Because of this: https://developers.google.com/contacts/v3

type: feature request
priority: p4

I've noticed the webpage of this repository doesn't explain how to leave the previous one : https://googleapis.dev/java/google-api-client/latest/com/google/api/client/googleapis/auth/oauth2/GoogleCredential.html **Is your feature request related to a problem? Please describe.** Yes, I can't...

type: feature request

Including those of other apps, like WhatsApp and Viber: http://stackoverflow.com/q/35992096/878126 Somehow, the contacts app can show the phone number used in those apps, for the selected contact, and can even...

implementation 'com.google.android.gms:play-services-ads:20.5.0' On a real app, after targeting to API 30 (didn't occur when targeting API 29), I keep getting this on LogCat on a device with Android 11 :...

Currently it's available only in layout XML file... https://developers.google.com/admob/android/native/templates ``` ... ```

enhancement