包含标签:Android 的文章
-
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…… -
Android APK update using intentservice sample code
Usually, the most common problems when using a service to update an application are the update of notification progres…… -
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…… -
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. …… -
Method for programming screen capture function for Android 5.0 and above
This paper describes the method of programming screen capture function for Android 5.0 and above. Share with you for y…… -
Android realizes the step sensor function
In this paper, the original text: the initial exploration of Android's step counting function, the step counting proje…… -
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 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 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……