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.
I have a slider that can be pulled up and then it shows a map. I can move the slider up and down to hide or show the map. When the map is on front, I can handle
I created an app using Android Studio. It connects to the internet for various reasons (eg. facebook SDK, Firebase database). It's connecting OK when the app i