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
I want to use rectangle with rounded corner for placeholder in coil in jetpack compose. I need use different colors for placeholder depends on my algorithm. The
I want to change the Action Bar color, but I don't know how to do it. What should I add to change the style? <resources> <!-- Base application theme.
I have a pretty basic load image from server line code: Glide.with(view.getContext()).load(url).placeholder(R.drawable.default_profile).into(view); For some
I am using flutter for building application. Recently, I have added firebase analytics to it but now I am experiencing one fatal issue. I am not sure what is ca
The structure of the json that I have stored in a string is: { "0": { "PDate": "2019-02-25 00:00:00.0000000", "DDate": "2019-06-25 00:00:00.000
I have an activity class along with customlistadapter inside customlist adapter. I have a thread runouithread which give me error msg when i wrap it with ((Act
I am using android driver with mobileElement typecast, but I cannot find the findelementbyandroiduiautomator method in my list of methods. All the other methods