When im trying to deploy my app bundle using the Google Play - Release Bundle task in Azure DevOps, I get the following error: ##[section]Starting: Release D:\
In my app, I'm trying to use ExoPlayer to play audio and video together at the same time using MergingMediaSource. The problem is that it buffers for several mi
Problem How to parse either a single Warning object or a list of Warning objects (List<Warning>) from an API using Moshi? The response as a single warning
Based on the following code snippet, I was wondering how to hide the soft keys (status and navigation bars) and maintain immersive mode throughout the whole app
I'm trying to add a Payment Method in Stripe. In the client side (android) I'm adding the dependency implementation 'com.stripe:stripe-android:19.1.0' The gradl
I am using the latest version of FaceBook App Events plugin in Flutter with the latest version of Flutter as well. On click event, I am calling the logEvent met
In some applications I noticed that the status bar and navigational bar are transparent however, not completely. I do not know if this is a background color or
I moved my Android Studio project from one computer to another computer and now I get this error: "Unsupported class file major version 61" . How can I fix t
Have a problem getting Exoplayer to work. I managed to load the video from a url. But it only plays the audio. So i am doing something wrong. BandwidthMete
I am trying to detect a vertical plane like wall to add image view on a vertical plane. But did not find the vertical plane. As per the default config for a ses
I'm working on getting the Google Place API to appear within a CardView. The particular code I'm looking at is from GitHub, seems to be working for everyone el
Can anyone help me to calculate or convert google map camera zoom level into KM distance . I want to send distance to api to get more pin data when user zoom ou
I'm developing a mobile app using flutter. For that I used downloads-path-provider to get the download directory of the mobile phone. The emulator returns /stor
I'm making an app in which an activity shows a recyclerview. I'm trying to get a toast when the item in the list is clicked. I've seen the various solutions on
I'm trying to make multi module project with Dagger2. You can see my code following the link. In the main branch is working solution where all the dagger classe
I’ve been using background_locator to fetch the location of the user in the background even when app is killed. To be honest, it’s the only package
I have a Room (v2.4.0-beta01) database, and whilst it works fine, during the build it gives a field vs getter mismatch warning on a few fields, included below.
I was Setup firebase Firebase Official link I'm Following This Link my 2nd step went through it correctly, but I think I am doing some mistakes in 3rd & the
I lost some hours today because my code was not working any more. The code to reload the view of a fragment was not working anymore after updating to the new ve
In my android-app I need to call an API via my Wi-Fi connection which doesn't have an internet connection, even though cellular data is enabled. I manage to han