Recent Posts
-
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 …… -
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…… -
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 …… -
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 …… -
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 listview automatically generates instances of list entries
activity_ The code of the list.xml file is as follows: The listactivity.java file code is as follows: The above exampl…… -
Instance of Android autocomplete text box
Android: autocomplete text box The XML file code is as follows: The java file code is as follows: The above example of…… -
Android gets the example code of nearby Bluetooth devices and calculates the distance
Local Bluetooth adapter required Determine whether Bluetooth is supported and confirm that the function is turned on. …… -
Introduction of common placeholders in Android based layout
You must have encountered the following situation when making layout files There is a problem with filling, so placeho…… -
On the problem of text alignment and line breaking in Android textview
Today, I suddenly found that the uneven text layout in the Android project is very serious, so I have to find a way to…… -
Loading and dynamic link process of Android native library
Loading process of native library We start with a simple NDK demo. Previous work of Android linker linker Let's start …… -
Android uses canvas to draw text on pictures
[Android] some settings of paint font, thickness and other attributes in Android Typeface class is used to define font…… -
Method of realizing text and picture centered display by Android custom textview
Recently, there is a demand that the symbol "¥" of RMB is not exactly the same because of the inconsistency of Android…… -
Android programming to achieve simple file browser function
This paper describes the implementation of simple file browser function by Android programming. Share with you for you…… -
Android programming realizes the progress bar function displayed on the title [with source code download]
This article describes an example of Android programming to realize the progress bar function displayed on the title. …… -
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 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…… -
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 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 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…… -
Android custom view realizes rotating circular pictures
Custom view is an important skill in Android development. Using 2 / 3D rendering related classes provided by Android c…… -
Android custom view pictures move and rotate by path
This example shares the specific code of Android custom view image rotating according to path motion for your referenc…… -
Screen recording implementation code of Android version 5.0 or above (complete code)
The way I record the screen is to record audio and video respectively, and finally merge them into MP4 format, which i…… -
Android image three-level cache development
At present, the project cannot use a third party, so only a three-level cache can be built. The three-level cache is d…… -
Android background map and status bar fusion method
Let's look at the code first: Since this function is only supported by Android 5.0 and above systems, we first judge t…… -
Android date selector dialog DatePickerDialog usage details
Calling the Android native date selector dialog is the DatePickerDialog. The details are as follows The effect on Andr…… -
Imitation IOS status bar color and title bar color consistent example code
First create a tool class Then call the method in the activity Copy a lot of other people's online. The author doesn't…… -
Solution to error when Android studio references external dependencies
When Android studio references external dependencies, it is found that external dependencies cannot be referenced all …… -
Method of restarting app after silent installation of Android program
1: Demand profile The boss put forward a requirement before. The app running on the advertising machine needs to comp…… -
Android realizes the bidirectional sliding effect of up and down menus
This is the up-down two-way sliding effect realized after studying the two-way left-right sliding of the online God. I…… -
Android uses photoview to slide and zoom the picture left and right
I think, no matter what kind of app it is. Generally, it involves the image click method and the function of sliding l…… -
On Android’s methods to solve 65535 problems
Error:Error converting bytecode to dex: Cause: com.android.dex.DexIndexOverflowException: Cannot merge new index 66125……