包含标签:Android 的文章
-
Android monitoring network state changes and actual combat example code
We usually deal with the request error. Generally speaking, it is mainly divided into two aspects Today's blog focuses…… -
Beautiful Android music lyrics control imitates Netease cloud music sliding effect
The project has a music announcer function to realize music online playback, and needs to have the function of lyrics …… -
Detailed explanation and application of Android pathmeasure
Pathmeasure, as its name suggests, is a class used to measure path. It mainly has the following methods: Construction …… -
Android imitation wechat circle of friends picture selector
Recently, the development needs to solve a function of imitating the attached pictures of wechat circle of friends. Th…… -
Detailed explanation of the use of Android architecture component room
Room is actually an ORM that abstracts the use of SQLite, but it is the son orm of Android and supports the nested use…… -
Android uses toast to display a message prompt box
In the previous example, the toast class has been applied to display a simple prompt box. Toast will be introduced in …… -
Solve the problem of Android studio 3.0 buttonknife: 7.0.1 configuration
Most configurations of online tutorial 7.0 are like this: compile 'com. Jakewharton: butterknife: 7.0.1'. I don't know…… -
Android custom Scrollview enables the top picture to be pulled down and enlarged
This example shares the specific code of Scrollview to realize the pull-down and amplification of the top picture for …… -
Wechat jump game Android brush sub code
This example shares the wechat jump game Android score brushing for your reference. The specific contents are as follo…… -
Example code of using sharesdk integrated sharing function in Android
introduction Now the integration and sharing function of app development is a very common requirement. I haven't used …… -
Solve the problem that Android studio and Android monitor cannot be opened
1. The screenshot of the problem is as follows: 2. Reason for the problem: I infer that it is due to the update pushed…… -
Explain the application of animation list animation in Android
From colleagues_ For the packaging application of smile, record and learn it and share it with you, as follows: 1. Enc…… -
Detailed explanation of keyguard unlocking screen mechanism developed by Android 4.0
This article describes the unlocking screen mechanism of Android 4.0 keyguard. Share with you for your reference, as f…… -
Android advanced component AutoCompleteTextView autocomplete text box usage details
Autocomplete textview is used to display a drop-down menu for users to select after allowing users to enter certain ch…… -
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……