Android
-
Detailed steps for Android studio to generate custom jar packages
If you want to export a project as a jar package for use by other projects, you can directly export the project as a j…… -
Android uses animation to set the progress bar progress
Requirement scenario: when we use ProgressBar, we want to have the effect of progress loading. At this time, our tradi…… -
Android custom view rotate round picture
A @ r_ 404_ 1356@, record the ideas and codes for future use. Idea: 1. First draw a circular picture and a circular ba…… -
Implementation of Android damped drop-down refresh list
This article will introduce the implementation of the damped drop-down refresh list. Let's take a look at the preview …… -
Android horizontal progress bar demo effect
Progress bar: I believe we all know that with the progress bar, users will not feel that their program has hung up aft…… -
Android custom app global hover button
Originally, I wanted to implement a button suspended on other controls through FrameLayout, but I felt it was very tro…… -
Android implements simple drop-down damping effect sample code
A very mysterious dynamic effect will appear in the pull-down and pull-up of OS. In Android, although similar effects …… -
Complete example of activity management tool class developed by Android
This article describes the activity management tool class developed by Android. Share with you for your reference, as …… -
Solution to the failure of ijkplayer to play MKV format video based on Android
Write in front The ijkplayer obtained by directly referencing or compiling the source code in the project has a (- 100…… -
Android tiployout implementation example code with arrow guidance
This article introduces the implementation example code of tiployout with arrow for Android and shares it with you as …… -
Android build variants how to set variant versions for projects
preface This situation is often encountered during project development: 1. The same API of the same project has severa…… -
Method of permission dispatcher in Android 6.0 permission dynamic application framework
1. Add dependency Add in the build.gradle file of project Add in build.gradle of module 2. Add notes Note description …… -
Example of video subtitle and horizontal and vertical screen switching for Android
Some video formats of the system's own videoview are not supported, so we can use the videoview implemented by a third…… -
Android studio 3.0.1 pit filling notes
Once upon a time, I heard from my colleague Mr. Qiang that IntelliJ idea has powerful functions. It is a commercial ID…… -
Implementation method of Android custom bottom pull-up control
@H_ 404_ 2 @ Preface In the new January, today we provide an implementation of Android custom bottom pull layout. The …… -
An example of Android applying for permission when the program is running
Here we write a small example by calling to apply for permission, that is, call_ Phone is listed as a dangerous permis…… -
On Android’s methods to solve 65535 problems
Error:Error converting bytecode to dex: Cause: com.android.dex.DexIndexOverflowException: Cannot merge new index 66125…… -
Android programming to realize the function of sliding switch component [with source code download]
This paper gives an example of Android programming to realize the function of sliding switch component. Share with you…… -
Android scroll enables elastic sliding_ Example code for elastic sliding of list drop-down
This time I'm going to talk about using scroll to realize elastic sliding. I won't finish with only one example, becau…… -
Method of adding third-party jar files in android.mk file
Here's how to add a third-party jar file to the android.mk file. The details are as follows: Add first: Clib is the ja…… -
Explain in detail the method of implementing Redux in Android
Redux is an open source JavaScript library for application state management. Its core is to describe a system through …… -
Reference configuration problem of unified management version number in Android studio
Mode 1: Write in gradle.properties: Use the rule, the string is used directly, and the shaping needs to be followed by…… -
Android saves an example of a picture in WebView
preface If there is a need in the project, long press the image in the WebView of the app to save it. Later, I went to…… -
Method for Android rxjava to create operator timer
This example shares the specific code for Android rxjava to create operator timer for your reference. The specific con…… -
Android opens a new thread to realize the electronic billboard project
Using the multithreading technology we have learned before, we do a project to open a new thread to realize the electr…… -
Detailed explanation of Android custom view elastic sliding scroller
This example shares the specific code of Android elastic sliding class scroller for your reference. The specific conte…… -
Implementation of textview local color change function in Android
When I was working on a project, I encountered a line of text with two colors. When you are a rookie, you will directl…… -
Android development realizes the method of clicking the button to switch the background and modify the text color
This paper describes the method of clicking the button to switch the background and modify the text color in Android d…… -
Sample code for reading and writing JSON files developed by Android
JSON format is a common form of reading and writing. Reading and writing JSON files is also a common operation. Let's …… -
Android double click event interception method
Next, we introduce two methods of double-click event interception 1. Intercept through the event distribution mechanis…… -
Android uses flipanimation to realize 3D vertical flip animation
This example shares the specific code of Android to realize 3D vertical flip animation for your reference. The specifi…… -
Android uses the get method for network value transmission
Two days ago, I learned how to use the get method to transfer values between Android and the web. Let's talk about the……