Recent Posts
-
Android – how to run appium test scripts through Jenkins
I am a novice of appium and Jenkins' test framework. My question is, can I run appium test scripts through Jenkins? If…… -
Proguard in Android Studio provides a very weak obfuscation function
After applying Proguard to my code, it is still very readable. Classes and packages are not renamed. Class variables, …… -
Android xposed: how do I get the context of a hooked application?
Like the title, I want to hook up third applications and call my application activities from third application activit…… -
MVP presenter status in Java Android Applications
I use maps in Android. Therefore, I want to save the state of some presenters when I leave the activity (rather than r…… -
Cordoba failed to add platform, but it is abnormal. Major.minor version 52.0 is not supported
I am trying to create a simple Cordova example, and then perform the following steps. When I add a platform, an error …… -
Java – change Android material theme at runtime
I have a setup screen for changing the application theme at runtime. I know how to create a material design theme. I h…… -
Change the background image when the audio file is running in the background in Android
When the audio file is running in the background, I try to change the image in the Android application, but there is a…… -
C#- find files using Android device monitor from Android’s visual studio simulator
I have created files using my app and want to access files using the Android device monitor. This is the path I use st…… -
Android – client token not found, please set client token
I'm trying to create a login using Facebook in Android and I'm having this problem. I'm not sure what I can't see or s…… -
SnackBar on Java Android without changing the theme
When I created a snack bar on Android, the following error occurred: "java.lang.illegalstateexception: you need to use…… -
Webkitspeechrecognition on JavaScript Android Chrome
I'm using a simple voice to detect text through webkitspeechrecognition. This code works well on the windows desktop. …… -
Android QT quick control 2 zoom
I'm developing applications that should run on mobile and desktop platforms. I find that the size of controls varies o…… -
Save and retrieve keypair in Android keystore
I need to generate an RSA 2018 key pair, then save and restore it (if any) At this moment, I have: SecureRandom random…… -
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 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…… -
Divideritemdecoration does not display Android
I have a simple layout for recycler view items <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:a…… -
Read data continuously from the ble in the Android application
I want to continuously read data from ble hardware in Android application through Bluetooth. The connection is complet…… -
Android test recyclerview adapter
I have a basic recyclerviewadapter. I want to test independently of my subclasses. How can I isolate it? I try to crea…… -
Android dagger 2 does not generate components
Every time I try to build a project, the following errors occur: Error:Execution Failed for task ':app:compileDebugJav…… -
Android – here map – uses mapfragment in the fragment of tablayout
My application has three tags, one of which is to display maps (here maps, not Google Maps). I can make maps run perfe…… -
JavaScript – Disable chrome text selection pop-up
I want to hide the chrome text selection pop-up window, that is, if the user selects any text, the default text option…… -
Android – programmatically adding views to LinearLayout does not set text on everything except one
I have a linear layout and want to dynamically add a variable number of list items. (it cannot be the recycle bin view…… -
Android contacts: how does the find key work?
In addition to the contact ID, Android also got look_ Up key. Since the ID of the contact can be changed, you can use …… -
How to set infinite focus in Camera2 API of Android?
I want to set the focal length of the custom camera to infinity when using the external fisheye lens, which is what I …… -
Why do I get an error: initialize tensorflow?
I'm trying to build an. APK file through this tutorial- https://www.oreilly.com/learning/tensorflow-on-android I want …… -
Android – include date selector in maximum date
I'm trying to use the Android date selector to select a date range through two inputs. The start date takes the end da…… -
Android 9.0 compilation and development based on i.mx8 development board
Android has attracted extensive market attention with its rich ecological environment and fast application development…… -
How to use the super feature SDK in Android to write files to external storage?
When implementing a project with super large Android audio effects (such as insertion, echo, reverberation, etc.), I c…… -
Android toolbar image centered on NAV drawer button
I have a toolbar with an image as the logo and the logo is centered. However, when I place the navigation drawer, the …… -
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…… -
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…… -
Prevent quick clicks on multiple controls?
I have encountered a problem to prevent quick clicking on multiple controls in the xamarin.forms PCL project on Androi……