Android
-
Android face detection API – stored video files
I want to use the Android vision FaceDetector API to perform face detection / tracking on video files (for example, MP…… -
Android tablayout selected label background
Is there really no simple way to use tablayout and set the color of the tab (checked, unchecked)? Just as the backgrou…… -
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…… -
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…… -
The view binder java.util.nosuchelementexception cannot be generated using Android gradle plugin 2.1
I use binding mechanism in Android project. All operations are normal until Android gradle plugin version 2.0 In recen…… -
Android mediacodec encodes and decodes simultaneously
I'm trying to use GPU to apply effects to the frames of the video, and then re encode these frames into a new result v…… -
How to convert bitmapdrawable to layerdrawable in Android
This is a code snippet public boolean onCreateOptionsMenu(Menu menu) { // Inflate the main; this adds items to the…… -
Java – how to send packets using binary communication protocol on TCP port
I am developing a device that can measure some readings through sensors. The device is operated by Android application…… -
Longitude and latitude are displayed as 0 in Android
************* TrackGPS.java ***************************** import android.app.AlertDialog; import android.…… -
Android – uses the page curl effect of the scrolling page curl library, and the page background is displayed as a black border instead of transparency
Hi, I'm using the harism library for page curl effects( https://github.com/harism/android_page_curl )The effect is n…… -
Android detect skin color from live camera preview
I'm trying to build an application that can detect the skin color of different parts of the skin (hands, forehead, che…… -
Android robolectric – how to simulate and inject business classes when creating activity objects
My task is to write unit tests for existing Android activities, and I haven't written code that conforms to unit tests…… -
Android – ‘com. B.a.b.a’ requires’ sequence ‘attribute – Proguard
When I use Proguard to issue LoginFragment, my application will trigger this exception. I saw this previous question, …… -
I want to send a specific link in the notification and send the notification through firebase push notification. What should I do?
Suppose that in my notification, today is x's birthday. It will open the FB link of X when clicking the notification. …… -
Android checks whether the JSON response is empty
In the Android application, I need to check whether the JSON response is null. This is my code: private void showJSON(…… -
Alpha Sprint (1 / 4)
Team leader blog assignment blog It realizes the interface of login / registration / posting / adding, deleting and qu…… -
Rxjava schedulers. Immediate() behavior during unit testing
I'm trying to write tests for Dao objects that use a reactive interface. I have a table containing recipes. I want to …… -
Android – using the volte protocol in applications
Volte is a relatively new technology. I understand that calls using volte use Internet data (the same data we use to b…… -
Trusted execution environment (TEE) on IOS and Android
In the field of financial technology, there are many discussions about the use of trusted execution environment (TEE).…… -
Java – how to correctly set countdowntimer in activity
Please help, I have a countdown timer that needs to be paused and resumed. I try to pause the timer by using. Cancel()…… -
Android – use dynamic arrays and objects to handle gson
I get the response from the API, because if there is data, it is the return object, and when the data does not exist, …… -
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 …… -
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…… -
Aosp-android 6 marshmallow compilation – production: * * * [run_soong] error 126
I tried to compile Android 6 marshmallows for my Sony Xperia Z1 compact. I've done everything: How to build AOSP Marsh…… -
Android – how to create a floatingactionbutton menu
I want to create a floating button in Android. When I click or select it, it will display menus or options in the form…… -
Android – how to set the icon to getbase floatingactionsmenu
I'm using com.getbase.floatingactionbutton.floatingactionsmenu for extensible fab. But I can't set the icon on the Fab…… -
Android xamarin forms WebView disable autocomplete
I have a xamarin form WebView, which uses source = "myinternalsite. Companysite. Com" to load web pages. The source ha…… -
Computeglyphadvancesandpositions of Java libgdx does not exist
I'm doing text animation with libgdx. Try to do something similar font1 = new BitmapFont(Gdx.files.internal("fontLabel…… -
Android – I was trying to run my first ionic application, but this error occurred. It didn’t find my phone or the simulator to run
$ionic run android result: resolvent: To run the ionic run Android command, you should have installed the Android si…… -
Java countdown timer delay Android
I'm making a chess clock, but I need to delay it (for example, it needs to wait 10 seconds to count). I used a handler…… -
Firebase Android: how do I cancel the download?
How do I cancel a download from firebase? Whenever I click a location on the ProgressDialog, I want to cancel the down…… -
Android – although the permission has been granted, it still obtains the SecurityException
I didn't get a java.lang.securityexception for my app and didn't grant android.permission.write_ Settings. Even if I h……