Recent Posts
-
Android positioning and destination navigation example code
Today, I accidentally saw the demo of technology God using Baidu map to locate and realize destination navigation. I t…… -
Sliding conflict resolution of Android listview
Sliding conflict resolution of Android listview In the process of Android development, sometimes the child control and…… -
Android programming method for downloading pictures and displaying them in mobile phones
This paper describes the method of downloading pictures and displaying them in mobile phones by Android programming. S…… -
Android uses ultra pulltorefresh to refresh the user-defined code by pull-down
In the pull-down refresh, ultra pull to refresh has always been my favorite. Here, customize a headerview style. It is…… -
How to set fillet image for Android
During the development process, it is sometimes necessary to display the image as a fillet image. Generally, we can se…… -
Solution of Android popupwindow clicking the external and return keys to disappear
When we first took over popupwindow, we may all think it's very simple, because it's really simple, but if we're unluc…… -
Android uses countdowntimer to achieve countdown timer effect
Achieve the effect of countdown Example: send verification code button design sketch: The above is the whole content o…… -
Android uses GridView to realize radio selection function
Let's take a look at the radio selection effect achieved by GridView If you need it, you can continue to look down The…… -
Android development imitates QQ video call suspension button (example code)
The example code of suspension button imitating QQ video call is as follows; Main -Click the on / off levitation butto…… -
Android monitor soft keyboard pop-up and hidden sample code
Situation: there is a Scrollview in the layout file, an editview in the Scrollview, and a control at the bottom of the…… -
Android swiperefreshlayout drop-down refresh component example
Swiperefreshlayout overview Swiperegreshlayout is a widget officially updated by Google, which can achieve the effect …… -
Android programming implements the method of creating, deleting and judging shortcuts
This example describes the method of creating, deleting and judging shortcuts by Android programming. Share with you f…… -
Android programming implements the method of creating context menu for listview
This article describes the method of creating context menu for listview by Android programming. Share with you for you…… -
Principle of multimode string matching algorithm and Java implementation code
Multimode string matching algorithm here refers to the problem of finding multiple pattern character strings in a stri…… -
Implementation of file download progress of retrofit + rxjava
preface Recently, I was learning about retrofit. Although retrofit does not provide a callback of file download progre…… -
Implementation of reference and dynamic proxy in Java
As we know, the difference between dynamic agent (JDK's dynamic agent here) and static agent is that its real agent cl…… -
Implementation of quick sorting algorithm in Java
Principle of quick sort: select a key value as the benchmark value. The sequence smaller than the benchmark value is o…… -
Steps of developing wechat sharing interface with Java
Some small steps of java development of wechat sharing interface are as follows 1. Configure interface information for…… -
The spring framework implements the file upload function
There are many ways to upload files in Java, such as SmartUpload or strus2. This article shares the use of multipartfi…… -
Through Java util. Treemap source code to enhance the understanding of red and black trees
Before that, the programming tips have sorted out a lot of ideas and solutions about the red black tree of classical p…… -
Example of combining spring boot with rabbitmq to implement delay queue
background What is a delay queue? As the name suggests, a delay queue is a queue in which messages entering the queue …… -
Analysis of common usage methods of StringBuffer in Java
StringBuffer When modifying strings, you need to use StringBuffer and StringBuilder classes. Unlike the string class, …… -
Complete instance of file upload and download tool class implemented in Java [automatic naming of uploaded files]
This example describes the file upload and download tool class implemented in Java. Share with you for your reference,…… -
Working principle and implementation code of AC automata in Java programming
Before reading this article, you can refer to the principle of multimode string matching algorithm and Java implementa…… -
Deeply understand the working principle and use examples of ThreadLocal
Introduction: This article has a brief code example to introduce the basic usage of ThreadLocal class. On this basis, …… -
An example of orderly reading and writing of properties files in Java code
Recently, there was a requirement to read the contents in the properties file for users to modify. After modification,…… -
Using java to understand SQL syntax (example explanation)
Select is equivalent to a for loop When executing a subquery, it can be understood as Obviously, it's one to many here…… -
Two methods of checking the connectivity of java server code sharing
First, you should understand the content of Ping. summary Ping (packet Internet groper), an internet packet explorer, …… -
Java implementation of cinema booking system code
The program is for the convenience of users, so the programming of graphical interface is the inevitable trend of the …… -
Implementation of priority queue function based on Java heap structure
This paper describes the implementation of priority queue function in Java based on heap structure. Share with you for…… -
Understanding of subclass overriding parent method in Java programming
The subclass re implements the method of the parent class; When rewriting, you can modify the access right modifier an…… -
Principle of linked list and Java implementation code example
1: Basic introduction to one-way linked list A linked list is a data structure at the same level as an array. For exa……