Android
-
Example of listview scrolling prompt waiting box function implemented by Android programming
This article describes the implementation of listview scrolling prompt waiting box function by Android programming. Sh…… -
Android implements the built-in language switching function of applications
1、 Demand Sometimes the application needs to switch the language internally without affecting the system language. Fo…… -
Android development method for controlling Scrollview sliding speed
This article describes the method of controlling Scrollview sliding speed in Android development. Share with you for y…… -
Android recyclerview implements drag sorting and sideslip deletion examples
When developing applications, we often encounter the needs of list sorting and sliding deletion. If the listview is us…… -
Android immersive status bar implementation example
More and more apps appear in the application market. The immersive status bar is designed (as shown in the figure belo…… -
Android loads the image under the asset folder
Load the image file in the asset into the ImageView Draw the picture file in the asset into the custom view. The above…… -
Android imitation wechat circle of friends full-text retraction function example (with source code)
Among many social software, the circle of friends is essential. You can share your daily and interesting things with f…… -
Example of Android compressing a picture to a specified size
A method of self writing after collecting from the Internet; 1. The first is a class of compression according to resol…… -
Android recyclerview click event
1、 Overview With the release of Android l version, recyclerview has gradually replaced listview to display more data …… -
Detailed analysis of Android routing framework router
What is routing? To put it simply, it maps the page Jump relationship. Of course, it also includes all functions relat…… -
Detailed explanation of MVP architecture decomposition and implementation in Android
1. Overview The traditional Android development architecture is generally MVC mode, It looks very good from the logic …… -
Android uses asynctask to implement multi-threaded download instances
Asynctask is not only convenient for us to update the UI in sub threads, but also can realize multi-threaded tasks wit…… -
Android implements cross process update UI example through remoteviews
1、 Overview In the previous article, Android implements cross process update UI through Aidl. We learned Aidl cross p…… -
Android imitation Jingdong financial home page avatar effect
1. Introduction Look at the renderings. Some catons recorded by GIF work well on the real machine. 2. Realization An i…… -
Android post request interface demo
This example shares the Android post request interface demo test code for your reference. The specific contents are as…… -
Implementation method of immersive status bar of Android and transparency of status bar
Now more and more software begin to use the immersive status bar. Here are two ways to use the immersive status bar be…… -
Android imitation wechat chat time format display function
This article shares Android's imitation wechat chat time format display function. Display rules in the same year: If i…… -
Generation method of QR code in Android (ordinary QR code, central logo QR code, and scanning and parsing QR code)
First of all, we use Google's open source framework zxing throughout the article. There are three functions to be real…… -
Android recyclerview pull-up load and pull-down refresh
Previously, I wrote an article "recyclerview pull-up loading and pull-down refresh (basic version)", which is modified…… -
Detailed introduction of scheduled task taskscheduler in spring
@H_ 502_ 2 @ Preface As we all know, after spring version 3.0, it comes with a timed task tool, which is simple and co…… -
The FAB (floating action button) in Android realizes the gradient effect of sliding up and down
preface Promoted actions refers to an action button, which is not placed in the actionbar, but directly in the visible…… -
Android programming implements the method of opening local HTML files using WebView
This article describes the method of using WebView to open local HTML files in Android programming. Share with you for…… -
Android implements ImageView shadow and layer effects
This example shares the implementation code of ImageView shadow and layer effect for your reference. The specific cont…… -
Android two methods to achieve long press return key exit
Android long press the return key to exit background Usually, it is common to press the return key twice within a cert…… -
Android implements a circular progress bar with numbers (custom progress bar)
development I designed a progress bar with circular progress. I strolled around GitHub and found that I didn't find it…… -
About stretching of user-defined camera preview interface in Android
About stretching the user-defined camera preview interface 1. The main reason for the deformation is that the rotation…… -
Development of AppWidget (desktop widget) for Android
What is an AppWidget AppWidget is a desktop widget, also known as desktop control, which is a small program that can b…… -
Implementation method of adding multiple buttons to the sideslip deletion of uitableview in IOS
1、 Requirements: Cell sideslip deletion has only one delete button by default. Add multiple buttons to sideslip, 'Del…… -
Example of status pop-up and disappearance of Android soft keyboard
Recently, I encountered a problem about the soft keyboard. I need to get the status of the soft keyboard, whether it i…… -
ImageView click on the variable dark instance code (Android code tips)
No more nonsense. I'll post the code directly to you. The specific code is as follows: The above is the ImageView inst…… -
Android recyclerview pull-up loading and pull-down refresh (basic version)
Here, we use Google's native swiperefreshlayout to refresh, and use the scrolling event of recycleview to judge whethe…… -
Solutions to multiple sliding conflicts in Android
1、 Foreword There are two solutions to sliding in Android: external interception method and internal interception met……