Android
-
Android calls the system camera to take photos and record videos
This paper implements the call of Android system camera to take photos The layout of the project is quite simple, with…… -
Android recyclerview data binding instance code
preface In the last project, there were a lot of recyclerviews, and then I needed to write a lot of adapters and viewh…… -
Three lines of Android code to achieve smooth switching between day and night modes
Usage xml android:background= ? Attr / zzbackground app: backgroundattr = zzbackground / / if the current page needs t…… -
Detailed explanation and example code of Android listview and adapter
A listview usually has two responsibilities. (1) Populates the layout with data. (2) Handle user selection, click and …… -
Use bitmapshader in Android to make a round head with its own border
The effects are as follows: A brief introduction to bitmapshader What shaders are, what kinds of shaders are there and……