包含标签:Android 的文章
-
Solution of background darkening when Android PNG transparent picture is converted to jpg
After the image is saved in view, the black background appears when the compressed format is converted to jpg. The fun…… -
Tab interval setting method based on tablayout (example explanation)
The collocation of TabLayout and ViewPager is a lot of convenience, but TabLayout still has many places to make compla…… -
Android scrollto and scrollby methods use parsing
In a view, the system provides two methods, scrollto and scrollby, to change the position of a view. The difference be…… -
Android develops a method to load network pictures and download them to local sdcard
This example describes the method of loading network pictures and downloading them to local sdcard. Share with you for…… -
The up / down monitoring of listview hides the instance of the top option bar
Listview's up and down monitoring to hide and display the special effects in the top option bar. This special effect i…… -
Resolution of sliding event conflict between viewpager and slidingpanelayout
Problem Description: The sliding events of viewpager and slidingpanelayout conflict. Problem analysis: Slidingpanelayo…… -
Android zip4j compression, decompression, encryption and decryption sample code
JDK has a native zip package. Because it doesn't achieve the desired effect, the third-party zip4j open source is used…… -
Android fingerprint function example code
Recently, when I was working on a project, I encountered the function of opening the app image to unlock. I owe it to …… -
Initial experience of installing Python 3 on MAC system
the front For IOS development, don't disassemble Python from the system, because many libraries still use Python 2.7. …… -
Android uses animation list to realize frame animation
This example shares the specific code of using animation list to realize frame animation for your reference. The speci…… -
Detailed explanation of single example mode of Android programming design mode
This paper describes the single example mode of Android programming design mode. Share with you for your reference, as…… -
Summary of Android programming methods to realize night mode
This paper describes the method of implementing night mode by Android programming. Share with you for your reference, …… -
Method of setting image as ImageView background when imageloder loads network image in Android Development
This example describes the method of setting the image as the background of ImageView when imageloder loads the networ…… -
Resolve the sliding event conflict between viewpager and slidingpanelayout
Problem Description: The sliding events of viewpager and slidingpanelayout conflict. Problem analysis: Slidingpanelayo…… -
Android studio multi-channel packaging, custom packaging APK name
Now, in order to promote products, applications will be released in multiple channel application markets. In order to …… -
Android is similar to the effect of UC browser: slide up the address bar to hide the function
thinking requirement Scrollview nested address bar and WebView Scroll down with your finger (web page up). If the web …… -
Detailed explanation of the usage of imageswitcher image switcher, an advanced component of Android
The image switcher is used to switch the previous and next pictures in the "windows photo viewer" similar to the windo…… -
Simple implementation of Android magnifying glass effect
Using the previously learned graphics and image painting technology and image adding special effects technology, we co…… -
Example of image selection and upload function implemented by Android
design sketch: Add dependency: Select Picture: compile 'com. LZY. Widget: imagepicker: 0.5.4' GitHub address: https://…… -
Detailed explanation of builder mode example of Android programming design mode
This paper describes the builder mode of Android programming design mode. Share with you for your reference, as follow…… -
Android animation implementation principle and code
As we all know, a beautiful user interface is a very important basis to measure the "good or bad" of an application, b…… -
How to use the spinner drop-down box of Android advanced
Spinner can be implemented in two ways. There is no difference between storing data and reading data Effect : First: I…… -
Android uses photoview to double-click the picture to enlarge and click to exit
This example shares the specific code of photoview to double-click, enlarge and click to exit the picture for your ref…… -
A pit encountered using the background color alpha value in Android
preface Android sets the alpha value, image dilution and transparency. As we all know, the following is a simple examp…… -
Android imitation coin rotation wechat red envelope animation effect
The project needs to study the wechat red envelope animation, that is, the effect of coin rotation. In fact, the princ…… -
Android custom control EditText realizes the functions of clearing and dithering
This example shares the specific code of Android EditText to realize the clearing and dithering function for your refe…… -
Detailed explanation of Android phone debugging with ADB wireless
Today, there was a problem with the USB interface of the computer. I wondered if I could connect to the mobile phone t…… -
Sudoku game based on Android
This example shares the specific code of Sudoku game implemented by Android for your reference. The specific contents …… -
Photoview realizes multi touch effect of pictures
This example shares the specific code of photoview to display the multi touch effect of pictures for your reference. T…… -
Example of Android App jumping to wechat
Today, I wrote this article mainly to record the implementation of APP jump to WeChat. My project needs to jump to WeC…… -
Detailed explanation of map parameter transfer in Android Aidl
preface Aidl is an abbreviation and its full name is Android interface finalization language, that is, Android interfa…… -
How kotlin builds regular expressions with regex
preface I believe many people know about regular expressions, but many people's first feeling is that they are difficu……