包含标签:Android 的文章
-
Android multimedia apps play audio using mediaplayer
Android provides support for common audio and video formats. The supported audio formats include MP3 (. MP3), 3GPP (. …… -
Android implements rounded image with stroke
Using the learned bitmapshader rendering class, we implement a rounded image with stroke. Specific implementation: The…… -
Android custom viewpager horizontal sliding elastic effect
Android viewpager is a frequently used component, but the viewpager provided by the Android system itself has no effec…… -
Implementation of WebView screenshot in Android
The sharing methods of web pages in hybrid app tend to be more and more diversified. The more common user operation me…… -
Practice of AAPT command in Android
A friend wants to check the version code information of an existing package. He asks in the group. Because it is an ex…… -
Android listview advanced instance sharing
The previous article "Android listview preliminary learning example code" shared a primary example of listview. In thi…… -
Android development modification status bar background color and icon color example
This paper introduces an example of Android development modifying the background color and icon color of the status ba…… -
Android realizes 3D flip animation effect
Android does not provide direct 3D flip animation, so we need to realize the animation effect of 3D flip by ourselves.…… -
Example of data detection effect of pressure cooker using JNI for Android
This paper describes the effect of Android using JNI to realize pressure cooker data detection. Share with you for you…… -
Android multimedia apps play audio using soundpool
Because mediaplayer takes a lot of resources and does not support playing multiple audio at the same time, Android als…… -
Android imitates QQ and displays the login status effect in the status bar
Run this example, a user login interface will be displayed. After entering the user name (hpuacm) and password (1111),…… -
Tutorial on how to use common inline extension functions in kotlin
preface Kotlin's strength lies in its extension functions. Skillfully using these extension functions can make your co…… -
Method for Android to receive push message and jump to specified page
Raising questions This access is a push. The push of other companies has not been studied. The idea should be similar …… -
Android grabs a complete example of geek headlines on CSDN home page
Today, I wrote a little code. Grab the geek headlines on the home page. The effect is shown in the figure: Share with …… -
Method to remove the sliding shadow of recycleview or listview up and down
You only need to set two properties: In addition, briefly introduce: Set the background or color to slide to the top a…… -
Android textview imitation wechat foldable effect
In the wechat circle of friends, when sending a large amount of text information, wechat will fold the text informatio…… -
Using Baidu map Android SDK to highly imitate wechat sending location function and problems encountered
I have been in contact with Baidu map development platform for half a month. In these two days, I tried to imitate the…… -
Android realizes slide picture browser
Let's implement a slide picture browser: In the bottom gallery view, select the picture in the gallery and a large pic…… -
Android viewpager enables left and right sliding page turning effect
This example shares the specific code of viewpager to display the left and right sliding page turning effect for your …… -
Android reward function implementation code (Alipay transfer)
It is suitable for individual developers to develop APP, allowing users to reward the author, in essence, to transfer …… -
Explain in detail the application practice of Android spannablestring multi line graphic mixing
Textview should be familiar to everyone. Text display controls! Just use textview to display ordinary text. OK, it's v…… -
Android advanced uses timestamp to calculate time difference
This example shares the specific code of Android using timestamp to calculate time difference for your reference. The …… -
Android sets the zoom of the finger slide control through ImageView
ImageView sets the finger sliding and zooming effect. Please learn the specific implementation steps through this arti…… -
Detailed explanation of Android refresh loading framework
This example shares the specific code of Android refresh loading framework for your reference. The specific contents a…… -
Android imitation code for opening wechat red envelope animation effect
First look at the effect: Implementation principle: Prepare 3 pictures from different angles and play them through ani…… -
Design of input box EditText for Android advanced XML layout
Today, I'd like to introduce how to realize a simple and fashionable Android login interface. Let's take a look at the…… -
Learn to use Android grid layout GridView
During application development, sometimes we need to preview some pictures, such as the application of photo managemen…… -
Examples to explain Android custom controls
Xiaobian introduced the usage of Android custom controls to you before. You can refer to the following: Detailed usage…… -
Adobe Flash operation tool class developed by Android
This paper describes the Adobe Flash operation tool class developed by Android. Share with you for your reference, as …… -
Detailed explanation of wechat payment function implemented by Android
1. Integrated wechat payment SDK: In build.gradle, add the following dependencies 2. Set wechat payment callback page:…… -
Introduction to Android animation kotlin
preface Google announced at this year's IO conference that it will replace the official language developed by android …… -
Detailed explanation of the use of Android custom control EditText
This example shares the specific code of Android custom control EditText for your reference. The specific contents are……