Recent Posts
-
The Java utteranceprogresslistener does not call the function
I'm trying to make a voice driven application, but I have a major problem No matter where I put the speak method, my b…… -
The PHP Android App cannot access the web API hosted by vagrant homestead
Invalid Sign My question: I can access the web API hosted by vagrant homestead through the web browser installed in th…… -
Android dynamic recyclerview does not fill data
I have switched from listview to recyclerview and dynamically added recyclerview items using the data in firebase. How…… -
Check box in recyclerview when loading
I'm creating a recyclerview containing projects. Each project has one Check@R_ 676_ 2419 @, imagebutton and textview, …… -
Java – create dynamic objects through JSON
I have an Android application that receives strings in JSON format The JSON structure contains a set of JSON objects o…… -
Esa2gjk1dh1k Basics: instructions for mqtt package encapsulated by Android
<iframe frameborder="0" height="800" name="ifd" scrolling="auto" src="%20https://mnif.cn/%20Development%20board%20/…… -
Android – without adsettings.addtestdevice, Facebook SDK ads will not work properly
This is the code I loaded the advertisement: adView = new AdView(this,getResources().getString(R.string.facebo…… -
Java settitle does not work properly
I created a sliding tab activity and tried to change the title of the application bar dynamically. But everything I di…… -
Android custom transition from child to parent activity
I have 2 activities. Activitya is the parent activity of activityb: My manifest file: <activity android:nam…… -
Android – hybrid application development under the hood (phonegap, Cordova, ionic)
I try to understand how everything works, but I have some questions about the subject I will explain how I understand …… -
Ellipse animation using images
I'm trying to realize the elliptical path animation. I want to use the image to display the path animation. I've tried…… -
How to get a Google API client instance in xamarin?
I want to integrate my xamarin Android application with Google play service rankings and achievements. I don't know ho…… -
Android rounded square line progress bar
I'm trying to create a rounded square progress bar to draw progress around the image So far, I have the following XML …… -
Android – move, zoom and rotate ImageView ontouch does not work
I tried to make this work for a few days and checked out other answers, none of which seemed to be useful to me: s I a…… -
Link to integration in Android without Android LinkedIn app
In fact, when I link the application in my device, I have completed the integration link. I need to perform the same o…… -
Why does Android studio automatically download gradle when I build a project?
When I import the project into Android studio, it will automatically download gradle zip. Is there a way to build my p…… -
Android translates strings with variables
good morning, I have an Android application with XML files in German and English. Now I want to set the and text view …… -
Android voice to text: real time text update
I want to convert voice into text in my application. For this reason, I am using the recognitionlistener interface. Ev…… -
How to load JSON data in fragments in Android
I want to display three fragments in my activity and load data from any fragment in JSON! I want to display each JSON …… -
Android – Installation failed because APK was not signed
I just upgraded Android studio from 1.5 to 2.2, and now there is an error running my app: I have used Google to search…… -
When does Android think the window is leaking?
I checked the Android source code and found the following methods. (core / Java / Android / view / windowmanagerglobal…… -
Android IPC localsocket and binder (Aidl)
I hope every application can send data to my service. Therefore, I need interprocess communication. Messenger, Aidl or…… -
Java – how to use fragment’s Spinner event in the main class?
The following code named presenter is my main course. I will replace fragment according to the problem public class Pr…… -
Java – converts files into byte arrays in reverse order
byte[] bFile = new byte[(int) file.length()]; FileInputStream fileInputStream = new FileInputStream(file); fileInputS…… -
Java – how to sort the list by string value (Persian letter)?
Invalid Sign This is my code: public class Student { private String name; private int number; public Str…… -
How to use xamarin to synchronize GPS location updates in Android?
Specifically, I am using xamarin.forms for c# development, but I work on native Android and write a GPS wrapper class,…… -
How to build APK for Android for internal distribution?
I am using react native to develop an Android application In order to test and develop, I just need to follow the norm…… -
Viewpager in Android recyclerview cardview
I'm trying to design something very similar to the material design website So basically, I have a list of cardviews. E…… -
Java appium startactivity() function
I am a novice of appium. In my code, I provide the required functions and write a well running test case. Now, I want …… -
Android provides quiet service calls all the time
I'm developing an application that updates the UI every minute after getting data from the web service. I know we can …… -
Java – multiple DEX files define LCOM / Google / Android / GMS / ads / identifier / advertising idclient $info;
I received this error while trying to compile the project on Android studio app:transformClassesWithDexForDebug Failed…… -
Nested constraint layouts ignore external constraints
At present, I try to nest two constraint layouts with each other. For this purpose, I use the < include / > labe……