I am working on a live project. and when user click on the app. the welcome screen appears(there is a webview on that screen). and if the internet is not connec
How to see the type of variable in Android Studio when using Kotlin without type annotations. Currently I'm trying to see it by giving the variable a type I kn
I am learning MVVM and have run into an issue, and I am getting the following errors: Resources$NotFoundException: File res/layout/fragment_list.xml from xml ty
I am editing to make the question simpler, hoping that helps towards an accurate answer. Say I have the following oval shape: <?xml version="1.0" encoding=
I am working on database and exporting data from database to xml file but i faced this error in this line byte[] s = cur.getBlob(idx);. before I was using this
I'm using shortcuts in my application and I have multiple product flavors. I want to get the application Id dynamically for target package. I've given ${applic
I'm using shortcuts in my application and I have multiple product flavors. I want to get the application Id dynamically for target package. I've given ${applic
I need to make a react-native app that checks if the device is suitable for esim or not. I obtain this information https://source.android.com/devices/tech/conn
I need to make a react-native app that checks if the device is suitable for esim or not. I obtain this information https://source.android.com/devices/tech/conn
I'm building an app to collect payments. I need to get the credit card information from the user, and then using AJAX (to a SSL url) send that info to the websi
I've been rebuilding my project from the ground up, so there's been a lot of problems with it. At the moment, everything's working great, except that when I try
I have this code which works and the only problem with it is that if I leave the WebView and even close the app, and even press power on the phone, the audio fr
I have this code which works and the only problem with it is that if I leave the WebView and even close the app, and even press power on the phone, the audio fr
After updating to Android Studio 2 when I try to run my application and choose an emulator, I wait for the emulator to start and it suddenly gets killed. I can
I have an edittext in my fragment. To prevent soft keyboard from pushing my view up I tried android:windowSoftInputMode="adjustPan" android:windowSoftInputMod
I have a TabHost with some tabs, and after doing a long press on a tab, I want to get the position or the tag of the tab which was long pressed, and not the cur
I'm trying to integrate the Paypal API to make my app donation based. I have two questions: I can see the button, I click it but it doesn't do anything! (the
From android documentation, Its clear that Using "permission-group" we can create a permission group. Using "permission" element in android manifest file, we ca
What is the reason behind it ? Is it for performance or compulsion? Please Explain
I currently am designing an app which needs to connect to a device, write/read data, and close the connection reliably. Currently I have the write/read solid.