包含标签:Android 的文章
-
Android programming method for obtaining video, audio and pictures of Multimedia Library
This paper describes the method of obtaining video, audio and pictures of multimedia library by Android programming. S…… -
Custom behavior for Android coordinatorlayout advanced usage
Last time, I briefly talked about the basic usage of coordinatorlayout (an example of coordinatorlayout usage of Andro…… -
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…… -
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 okhttp requests to query the instance code of the shopping cart
Query the model layer of the shopping cart Interface for querying shopping cart M-layer P-layer Query the presenter la…… -
Android programming method for recording, saving and playing [download demo source code attached]
This paper describes the method of Android programming to realize the function of recording, saving and playing. Share…… -
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 …… -
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…… -
Android method for obtaining information such as APK icon, version number and package name that are not installed
1、 Get APK Icon Packagemanager, packageinfo and applicationinfo in the following code segment are the same as above. …… -
Implementation of Android dialog (recommended)
Requirements: the following interfaces are designed, including picture button, check button, radio button and ordinary…… -
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…… -
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 …… -
Sample code of Android local video compression scheme
preface This article does not discuss short video recording similar to second shooting, but users select an existing l…… -
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…… -
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…… -
How is Android AAR with dependency tree generated (recommended)
introduction AAR displayed by Android studio by default will only contain the source code of the project and will not …… -
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…… -
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…… -
Solution to the problem of displaying blue screen when Android uses Baidu map to flash back and locate
Flash back when using Baidu map Generally, the flash back is not configured in the application tag in the androidmanif…… -
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 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. …… -
Android development uses httpurlconnection for network programming [Download with source code]
This article gives an example of Android development using httpurlconnection for network programming. Share with you f…… -
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…… -
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…… -
Implementation method of drawing board for Android custom view
Look at the effect: the small control above the middle drawing board is used to display the graphics drawn in real tim…… -
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…… -
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…… -
Let ijkplayer support the method of inserting custom GPU filter
Recently, due to work reasons, we need to provide an example of inserting our aiyaeffects SDK into ijkplayer, so we ha…… -
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…… -
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……