Recent Posts
-
Java libgdx problem management single clicklistener
In libgdx, I try to set clicklistener to a specific situation when I press a specific button public void setExamine(fi…… -
Framework code in Android studio “cannot resolve symbols”
I'm trying to debug through the library code in Android studio. But it shows unresolved symbols, that is, there are re…… -
Android – running automated tests using appium and selenium grids runs on only one device
I am trying to run some mobile automation tests using appium and selenium grid. After all the configuration work is co…… -
How to get onedriveclient object in Java class
I'm using the onedrive SDK for Android. It's working with activity. But how do I get the onedriveclient object in the …… -
Java – creating table rows using loops does not work
I create a code to programmatically add lines to XML. This is the code: //layout /*create a linear layout */ …… -
Android – what makes retrofitting faster than asynctask of httpurlconnection class?
The following blog gives a comparison between the speeds of various Android async HTTP clients. Can anyone explain wha…… -
Compiling VLC Android does not work properly – iconv not found
I am trying to compile VLC Android. Androidcompile from source code according to this manual I received this error: …… -
The android-okhttp3 publishing method keeps returning 404 errors
I want to use okhttp3 for post, but it always returns 404. Is there a problem with my code? The server keeps telling m…… -
Android – get the sum of column values in SQLite
I have a table in SQLite with the following structure: String CREATE_TOTAL_PRICE = "CREATE TABLE " + TOTAL_PRICE + "(…… -
Java – display clips after taking photos
I work on the android app on the left navigation bar. When I click a button, I can display my clip, and on another but…… -
Android – how do I open my app when I click the app link?
I want to share a link to a specific page of my application. Suppose I'm in a user's profile page in my application an…… -
Android – you need to display data in text format in HTML WebView, such as stack overflow
I have plain text data formatted with space lines and so on. But do I want to display this text as HTML? How can this …… -
Java androidruntime error: package cannot Marshal value
I have coded such a class. However, when I use this class, runtime errors will occur in this repeated method @Overrid…… -
Android diamond key layout
I am currently using Android studio to develop sample applications. I need to design diamond buttons and view them as …… -
Android’s new bottom navigation implementation
Is there any way to implement the bottom navigation tab according to Google's new guide (pure Android)? I searched and…… -
Android – a link to the Vimeo application, but
I asked what code would send the link from the application I was making to the Vimeo application; It will open the Vim…… -
Android – how to display MapView in cardview?
I need to use MapView in cardview by getting the current location Your answer will be appreciated. Thank you in advanc…… -
Java Android firebase – why ignore null values in map fields
When I use firebase on Android to save POJOs using the map field, I find that if the map contains null in the value at…… -
Android – the progressbar spinner for asynchronous tasks does not work
My problem is that when I click the button "click" to call my API, my progress bar (spinner) should be displayed when …… -
EditText phone number mask for Android
I'm developing an application for Android. In this application, users need to register and enter a phone number. I wan…… -
Android has a domain error and tries to use asynchrony. It says it is opened from a thread without a looper
I receive the following error in this Code: in this line, "your domain is opened from a thread without looper. Asynchr…… -
Java – uploading an image to the server will damage the image
There is an image upload method in my application, which needs to send images and strings to the server The problem is…… -
How do I use the android app to subscribe to YouTube channels?
I'm trying to create a YouTube based application, but I can't find any information about how to subscribe users to dif…… -
How to programmatically interact with USSD dialog box in Android
I want to use the USSD dialog box, which will appear after dialing any USSD code of * 123#. The dialog box requires th…… -
Ion build Android: cordovalib: compiledebugjavawithjavac
I can't figure it out. I tried to install SDK tools of versions 20 to 24 in my SDK manager. I always receive this erro…… -
Android mediaplayer doesn’t work for the first time
I added mediaplayer to my application. It works normally, but when I first call the surface and initialize mediaplayer…… -
Android – how to use Google play to update apps and force Downloads
I am using Android studio. I have developed an application and now I want to upload it to Google play. I have a licens…… -
Why is settransferlistener not triggered in AWS?
I'm trying to upload photos from Android to S3, and the latest operation method I follow on the S3 website is tutorial…… -
Has the menu folder in Android studio disappeared?
I'm trying to find the menu folder in Android studio under res, but can't I find it? How can I find it? resolvent: No …… -
Android – update the user interface inside the thread with runonuithread()
Can I use runonuithread() to update the user interface within the thread when running the thread, or is the handler mo…… -
Java – how to get (or simulate) the viewpager in dialogfragment?
When I use alertdialog. Builder, I receive an IllegalStateException that says "the fragment has no view", which puzzle…… -
Sqlcipher caused APK crash in Android signed release
I use sqlcipher in an Android project. Everything works normally in the test, but whenever I build and sign the APK an……