Android
-
Android – how do I add the actionbar Sherlock library to my project?
How do I add the actionbarsherlock library to a project? I tried to add a library to the Android - > library, but I…… -
How to check whether there are available features in Android
Quick questions: Where can I find or check if there is a function (Bluetooth, NFC, WiFi, GPS, etc.) in the Android dev…… -
Android spinner: drop down list control
Spinner provides a drop-down list input method, which can effectively save the display space on the mobile phone scree…… -
Java – how do I know if my phone is charging
I need to know (through my app) whether the Android device is charging. Any ideas? thank you resolvent: One thing I fo…… -
What is KTX (kotlin extension library) and why is it becoming more and more popular in Android development
How to start with KTX for Android? resolvent: Android KTX - a set of extensions designed to make Android kotlin code w…… -
Catch all exceptions in Android (xamarin)
I use the code below here Thread.setDefaultUncaughtExceptionHandler(new Thread.UncaughtExceptionHandler() { …… -
Unable to install Intel haxm. Error x86 emulation for Android studio. Hardware acceleration is currently required
I just installed Android studio without any problems. But when I ran the simulator, I received an error: I found many …… -
Java – do not stop the Android service when stopservice() is called
I have a problem stopping the service I have started The service will be called when the user logs in and starts track…… -
Android – return without pressing the back button
In AActivity, press button1 and call BActivity.. Button b1= (Button)findViewById(R.id.button1); b1.setOnClickListener(…… -
How to set the width of radio buttons according to the screen size? (robot)
I have these radio buttons. They need Android: width = "X" and Android: height "X". However, I don't know how to set t…… -
Android wear watchface settings on the host
I currently have a developed Android wear dial. However, I now want to create a setting part on the host application t…… -
Android – repeated input error after adding Google service
I want to add firebase to my application. I integrated firebase according to the official firebase file. But when I tr…… -
When building from the CLI, Cordova adds unnecessary permissions to androidmanifest.xml
I used the CLI to build my Cordova application and added a media plug-in 'Cordova build' will automatically add androi…… -
QR code generator in Android
I'm going to develop a QR code generator application for Android devices Can someone provide some references to guide …… -
The Android application iframe is a website
How to create an application for iframes website in eclipse in Android. What is its code? Thank you in advance! resolv…… -
How to change the font of tablayout using custom font / calligraphy
I'm looking for answers on how to change the fonts of these tabs in tablayout to custom fonts I tried this, but it did…… -
Android – how to create a circular Facebook profile picture
I can't use this library to dynamically make an image of me into a circle. This is my attempt: private void drawerSetu…… -
Android – java.lang.illegalstateexception (this operation cannot be performed after onsaveinstancestate)
This error occurs when I receive the following message in different scenarios: >Activity corrupted > cannot perf…… -
Why do we use the “new” keyword with an interface in Java?
I'm new to Android. I've learned the basic object-oriented programming courses, which provide a way to enhance the fun…… -
Android. View. Inflateexception: binary XML file line when using custom view
Exceptions: > 10-13 11:47:32.151: E/AndroidRuntime(618): FATAL EXCEPTION: main > > 10-13 11:47:3…… -
Android – Google sign in failed only on (some) Xiaomi devices
I use Google login in my app. I'm using Google play service version 9.0.2 compile 'com.google.android.gms:play-service…… -
DP command problem in Java – INTERMEC printer
I am using INTERMEC direct protocol to provide printing commands for the printer. It contains text and barcode For 12 …… -
Android – genymotion 2.7.2 cannot be started after upgrading
I'm using genymotion and IntelliJ ultimate. Everything works well. Version 2.6 and Android VM work well. Then I upgrad…… -
Android – add text or pictures when recording video?
I'm trying to record and edit videos. In order to edit, I found a useful library called ffmpeg4android in Android. How…… -
Java – delete the database file from the assets folder
I want to delete the files in the assets folder at runtime. I have a database file in the Resources folder, which is c…… -
Android – what method do I call when I press the back button on my phone?
I have an application with many activities, which are created with onactivityresult Which method is called when I pres…… -
Android – kotlin: how to check whether a variable with lateinit attribute is initialized
I have a variable declared as private lateinit var apiDisposable: Disposable Then in the onpause () method, I'm doin…… -
Android – set the paintable position within the button
I have a button and a drawable on the left of the text, but I want the drawable to be closer to the text. So I need to…… -
Android – use the same intent service for parallel downloads
I have an intent service to handle the downloading and decompression of some files. Now I am trying to use the same in…… -
Android – unable to launch eclipse from ADT bundle in Ubuntu 12.04
So I downloaded the ADT package for Linux from developer.android.com, extracted it, 32-bit version, went to ADT bundle…… -
Android – calendar events in week view and day view
I want to create a calendar application with weekview and dayview functions Please give me some suggestions. I have se…… -
Java – how do I convert a string to the int value of the const class?
I have variables: String colorName = "BLUE"; I want to set this color to paint in the Android application. It should……
