包含标签:Android 的文章
-
Android custom controls to achieve telescope effect
What Android custom controls want to talk about today is telescope effect, so what is telescope effect? We might as we…… -
Android studio enables mobile phone to scan QR code
Android mobile phone version needs to dynamically obtain camera permissions after 6.0 1. Obtain camera permission <…… -
Android realizes three-level linkage of drop-down menu
The application of drop-down menu linkage in Android is very common. The drop-down menu in Android can be realized wit…… -
Implementation of stretchable controls with Android bottomsheet
1、 Introduction The bottom sheet is a dialog like control introduced in version 23.2 of the design support library. T…… -
Android realizes 3D laminated card image display
This example shares the specific code for Android to realize 3D laminated card image display for your reference. The s…… -
Android popupwindow usage details
This example shares the usage of Android popupwindow for your reference. The specific contents are as follows 1、 Basi…… -
Solve the problem that Android 10 / Android Q phones cannot locate normally in the background
Android 10 was officially released in September 2019, bringing a very significant change in GPS permissions. It provid…… -
Android custom view imitation QQ movement steps effect
This example shares the specific code of Android QQ movement steps for your reference. The specific contents are as fo…… -
Android custom view to realize Gobang games
This example shares the specific code of Gobang game implemented by Android for your reference. The specific contents …… -
Implementation method of Android calendar control
This example shares the implementation code of Android calendar control for your reference. The specific contents are …… -
Implementation of Android floating window (error prone point)
Now many applications use the floating window. For example, when wechat clicks the home button in the video, the video…… -
Sorting of indicators concerned in Android performance test
During the performance test, some problems can directly lead to the user's utilization and unloading rate of the curre…… -
Detailed explanation of how to use the basic Android control radiogroup
This article shares the use of the basic Android control radiogroup for your reference. The specific contents are as f…… -
Detailed explanation of saving code for Android studio screen direction and UI interface state
Project: orientation package com.example.orientation; import android.os.Bundle; import android.util.Log; import andro…… -
Usage of kotlin extension function and extension attribute
Kotlin can extend the new functionality of a class without inheriting the class or using design patterns such as decor…… -
Android radiogroup multi line display effect to solve the problem of single selection
Introduction As shown in the figure below, this is a navigation selection pop-up box. Make a single selection, and the…… -
Android implements universal filter bar
Today, I'm going to write the implementation of a general filter bar. It's also because the filter bar was used in man…… -
Android imitation wechat voice recording function
This example shares the specific code of Android imitation wechat recording voice for your reference. The specific con…… -
Android listener instance code
Code sharing: import androidx.appcompat.app.AppCompatActivity; import android.content.Intent; import android.os.Bundl…… -
Android imitation wechat recording function
Abstract: the requirement is to develop a voice function similar to wechat, without voice to text. I read some codes o…… -
Android Filter menu effect
preface Because the popupwindow of Android m is inconsistent with the previous version, the author can't find a way to…… -
Two surfaceviews achieve switching effect
Requirements: in the video call interface, one surface view displays the local view and the other displays the opposit…… -
Android realizes three-level linkage of drop-down menu
The application of drop-down menu linkage in Android is very common. The drop-down menu in Android can be realized wit…… -
Android custom view puzzle
This example shares the specific code of Android jigsaw puzzle for your reference. The specific contents are as follow…… -
Android popupwindow usage details
This example shares the usage of Android popupwindow for your reference. The specific contents are as follows 1、 Basi…… -
The radiogroup of Android custom view realizes multi line display
This example shares the specific code of Android radiogroup across multiple lines for your reference. The specific con…… -
Android custom view to realize Gobang games
This example shares the specific code of Gobang game implemented by Android for your reference. The specific contents …… -
Radiogroup implements multi row arrangement of radio boxes
The use of radiogroup is very simple, but generally, it can only be arranged horizontally or vertically. If it is arra…… -
Sorting of indicators concerned in Android performance test
During the performance test, some problems can directly lead to the user's utilization and unloading rate of the curre…… -
Process analysis of customization and modification of Android 9.0 systemui network signal bar
previously on Android 8.1 platform systemui navigation bar loading process analysis 9.0 brief description of change p…… -
Usage of kotlin extension function and extension attribute
Kotlin can extend the new functionality of a class without inheriting the class or using design patterns such as decor…… -
Android 9.0 launcher3 removes the drawer display of all apps (detailed code)
design sketch Modification ideas 1. Add the global control variable sys.launcher3.is_ full_ App for dynamic switching ……