Recent Posts
-
Android custom view to achieve floating leaf effect (III)
In the previous article, I learned about custom views and some methods. Here is a simple example of leaf fluttering Ma…… -
Android implements saving pictures locally and displaying them in albums
Taking photos and saving pictures locally is a common requirement in Android. I encountered a problem before, that is,…… -
Another solution to the shadow effect of Android button
In versions after Android 5.0, when defining a button, the system will automatically add a shadow effect. Sometimes th…… -
Android implementation bottom dialog box bottomdialog pop-up example code
Recently, the project needs to implement a bottom dialog box. To realize such a function, it is actually very simple. …… -
Detailed examples of interaction and intermodulation methods between WebView and JS in Android
Detailed examples of interaction and intermodulation methods between WebView and JS in Android preface: For the functi…… -
Method and process of Android custom view drawing (2)
The last "Introduction to Android custom view (I) paint, rect and canvas" talked about the most basic how to customize…… -
Detailed explanation of manifest.xml file in Android
Detailed explanation of manifest.xml file in Android Each Android project contains a manifest file, androidmanifest.xm…… -
Detailed explanation of automatic line feed in text drawing with staticlayout in Android
preface Using canvas's DrawText to draw text will not wrap automatically. Even if a very long string is used, DrawText…… -
Detailed explanation of layoutinflator example for Android layout loading
preface When creating the interface, the activity needs to load the contents in the XML layout file. Just as we need t…… -
Android control interface refresh skills summary
Today, let's sort out how to control our data refresh in the project. The interface to be refreshed can be controlled …… -
Android viewdraghelper fully resolves custom ViewGroup artifact
1、 Overview In the custom ViewGroup, many effects include users dragging a view (eg: sideslip menu, etc.) with their …… -
Android onloadfinished and onloaderreset callback details and examples
Android onloadfinished and onloaderreset callback details and examples onLoadFinished This method is called after the …… -
Android okhttp post uploads files and carries detailed explanation of parameter examples
Android okhttp post uploads files and carries parameters Here, we'll sort out okhttp's post. While uploading files, we…… -
Android determines whether the program starts for the first time
This example shares the specific code for Android to judge whether the program is started for the first time for your …… -
Detailed explanation of Android bitmap and memory optimization of bitmap
Detailed explanation of Android bitmap and memory optimization of bitmap 1、 Bitmap: Bitmap is one of the most importa…… -
Simple handling of Android login
Today, I'd like to sort out what I wrote in the project about some interfaces that need to be logged in and judged. A …… -
Android takes you step by step to implement the “drag and drop” and “slide delete” functions on recyclerview
First, let's show you the general effect drawing: There are many tutorials, libraries and examples on Android, and the…… -
Method of setting immersive layout in Android code
First import the package for system systembar management Add this field in baseactivity; The above is the method of se…… -
What is Android silent shooting and how to make Android silent shooting app
Introduction: when making the user's head, it suddenly occurred to me that a while ago (probably a long time ago), Ali…… -
Detailed explanation of Linux shell examples used in Android Development
Detailed explanation of Linux shell examples used in Android Development introduction The Android system runs based on…… -
Android suspended window shields the instance code of all click events outside the suspended window
Android can add a view above all applications, that is, add a view to WindowManager. When creating a view, you can set…… -
Java language implementation maximum heap code example
Maximum heap The characteristic of the largest heap is that the parent element is larger than the child element, and i…… -
Detailed explanation of Java date processing tool class dateutils
This example shares the specific code of Java date processing tool class dateutils for your reference. The specific co…… -
Execution order judgment of static code blocks and construction methods in Java
preface Static code takes precedence over non static code because members modified by static are class members and wil…… -
Share JavaScript code examples through Java compression
Compress JavaScript code by removing empty lines and comments -
Sample code for using HTTP requests in spring boot
Because of the project requirements, the two systems need to communicate. After some research, it is decided to use HT…… -
Spring AOP getting started demo sharing
Before reading this article, you can first refer to the article "a brief understanding of IOC and AOP of spring and co…… -
On Java operators and their priorities
Almost all operators can only operate on 'primitives'. The exceptions are' = ',' = ', and'! = ', which can operate on …… -
Explain the local warehouse and remote warehouse of Maven warehouse in detail
What is Maven warehouse When Maven is not used, for example, we used to build projects with ant. In the project direct…… -
Depth first and breadth first Java implementation code examples
In programming life, we always meet tree structure. These days, we just need to operate the tree structure, so we can …… -
Java implementation generates a complete code example of Excel tree header
This article mainly shares the complete code example of generating excel tree header by java implementation. There is …… -
Mybatis environment construction and use example code
Introduction to mybatis: Mybatis was originally an open source project ibatis of Apache. In 2010, the project was migr……