Recent Posts
-
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…… -
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…… -
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…… -
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 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…… -
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 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 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…… -
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…… -
Several methods for Android to monitor home key
Several methods for Android to monitor home key preface: The following two methods can perfectly solve the problem of …… -
Android component listview list is easy to use
Listview is a very common component that displays list items in the form of a vertical list. There are only three step…… -
Android recyclerview basic usage details
What is recyclerview Recyclerview is a control mainly used to display and recycle views. It is summarized in one sente…… -
Android implementation adds watermark to pictures
The method of adding watermark is very simple. The specific contents are as follows design sketch The above is the who…… -
Android time control extension based on countdownview
First of all, I wish you all success in the new year and good luck in the year of the chicken. Last year, there was a …… -
Summary of seven ways to realize sliding in Android
There are many ways to realize sliding in Android. This blog will provide some ideas to realize sliding, hoping to hel…… -
Very practical Android date calculation class
Share a convenient date calculation class: Android date formatting tool class: The above is the whole content of this …… -
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…… -
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…… -
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…… -
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…… -
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 post request interface demo
This example shares the Android post request interface demo test code for your reference. The specific contents are as…… -
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…… -
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 recyclerview click event
1、 Overview With the release of Android l version, recyclerview has gradually replaced listview to display more data …… -
GridView implementation in Android Click to see more function examples
First, let's take a look at the renderings; Let's talk about my requirements first: view group members. If there are m…… -
Android WiFi debugging details and simple examples
Android WiFi debugging preface: When developing Android, one of the problems we often encounter is that there are too …… -
Principle analysis and example code of Android handler
Principle analysis of Android handler Handler is a headache for countless Android developers. I hope my article here t…… -
Example of Android using Baidu map SDK to obtain location information
This article is developed using Android studio. Obtaining location information is relatively simple. We only need the …… -
Implicit jump of activity display in Android
Activity jump is often involved in Andrews. How to implement jump in Andrews is as follows. Creating a second activity…… -
Summary of methods of paint class and canvas class in Android
Common methods of the paint class 1. SetColor method, used to set the color of the brush, Public void SetColor (int co…… -
Solutions to multiple sliding conflicts in Android
1、 Foreword There are two solutions to sliding in Android: external interception method and internal interception met……