包含标签:Android 的文章
-
Android custom top navigation bar control instance code
The following code introduces the function of Android custom top navigation bar control. The specific code is as follo…… -
Summary of implementation methods for Android to realize text vertical scrolling and vertical riding lamp effect
Method 1: use the system control viewflipper: Layout file: Background file: warning_ bg.xml Cut in Animation: slide_ i…… -
Android dragimageview realizes the zoom in effect of pulling down and dragging pictures
Drag the dragimageview drop-down to enlarge the picture, as shown above: Main classes: inherit relativelayout, add Ima…… -
Android uses Sax to add, delete, modify and check XML
preface There are many ways to parse XML, and the most familiar one may be DOM parsing. DOM (file object model) parsin…… -
Android listview preliminary learning example code
Listview is a common component in Android development. Here is an example. MainActivity activity_ main.xml list_ view.…… -
Explain in detail the sliding problem of Android Scrollview nested EditText
In today's project, the requirement is to write a very simple edit text input box, but it is required to slide up and …… -
Using kotlin to crack the wechat game for Android — jump
preface Yesterday afternoon, the wechat applet opened the game interface, and the circle of friends instantly exploded…… -
Android programming custom thread pool and usage examples
This article describes the custom thread pool and usage of Android programming. Share with you for your reference, as …… -
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…… -
Listview of Android UI control to achieve fillet effect
Today, someone in the Android group asked for the implementation of listview, which happened to have been implemented …… -
Sudoku game development in Android Application Practice
Sudoku is a kind of mathematical puzzle game originated from Switzerland at the end of the 18th century, developed in …… -
Android implements a loadingbar with adhesion effect
preface During development, we usually need to display a loading before initiating a network request. The general prac…… -
How does Android studio quickly import jar and. So files
Import jar Put the jar file in the LIBS folder, right-click the jar, click the option add as library, and click OK. Ad…… -
On okhttp removing request header user agent
User agent of HTTP header The Chinese name of user agent is user agent. It is a part of HTTP protocol and belongs to t…… -
Cycle and anomaly of kotlin basic learning
preface Kotlin is not as powerful as expected, and it is not difficult. I prefer to regard him as a grammar candy. The…… -
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……