包含标签: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…… -
Android – when I click list view in mediaplayer, multiple songs are playing
Hello, I'm creating a music player app I have a problem. When I click the list view, the song will play When I click t…… -
Idhttp on PHP Android cannot accept error 406
I am trying to publish inserts on MySQL database using idhttp and PHP script. This is the PHP script to insert into th…… -
Java Android Studio: “cannot get unknown attribute ‘version_name’ of project of type org.gradle.api.project”
I'm new to Android studio. I'm trying to use the project library in my project: https://github.com/2dxgujun/AndroidTag…… -
The meaning of the Android studio check box in the property window layout editor
Just updated to the latest version (2.2) and saw the check box that can be selected in the properties window. You can …… -
Android – App crashes on nexus 4 (4.4.4) due to background image
I have set the background picture as the root layout. This works correctly for nexus 5 (5.0.1) and nexus 5x (6.0.1). H…… -
Cs0117 c# “resource” does not contain the definition of “paintable”
After I finally managed to set up a custom renderer, I wanted to change the shape of each button in the application. T…… -
Android – get java.util.zip.zipexception: duplicate input exception
I'm trying to use the design support library. Gradle dependencies are as follows dependencies { compile 'com.andro…… -
Java – how to change the tag location when the location in Android changes
I have a mark on the map and need to change the position of the mark This is my code: public void onLocationChanged(Lo…… -
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 ……