Recent Posts
-
Method of parsing excel content in Java
This article describes the method of parsing excel content by Java. Share with you for your reference. The specific im…… -
Introduction to command mode of Java design pattern
Command mode is the one that puzzles me most. After reading a lot of code, I feel that I vaguely master its general pr…… -
Analysis of the conversion between list and array in Java
This paper analyzes the method of converting list and array in Java. Share with you for your reference. The details ar…… -
Java method for intercepting string
This article describes the method of intercepting strings in Java. Share with you for your reference. The specific imp…… -
Heap sorting summarized by Java sorting algorithm
This example describes the heap sorting summarized by Java sorting algorithm. Share with you for your reference. The s…… -
Detailed explanation of responsibility chain mode of Java design mode
The beginning of Dr. Yan Hong's Book Java and mode describes the chain of responsibility mode as follows: Responsibili…… -
Selection sorting of Java sorting algorithm summary
This paper gives an example of Java sorting algorithm summary selection sorting. Share with you for your reference. Th…… -
Java implementation of quick sorting algorithm
1. Algorithm concept. Quicksort is an improvement of bubble sort. It was proposed by C. A. R. Hoare in 1962. 2. Algori…… -
Introduction to adapter pattern of Java design pattern
Adapter pattern definition: two incompatible classes are used together. It is a structural pattern and requires two id…… -
Introduction to adapter pattern of Java design pattern
Adapter pattern definition: two incompatible classes are used together. It is a structural pattern and requires two id…… -
The 100 most commonly used java classes are shared
Most Java software development uses a variety of libraries. Recently, we analyzed 10000 open source Java projects and …… -
Introduction to iterator pattern of Java design pattern
After so many years of study, I found a problem. It seems that teachers like roll call very much, and even roll call h…… -
Introduction to Interpreter pattern of Java design pattern
Interpreter definition: define the grammar of the language and establish an interpreter to interpret the sentences in …… -
Detailed explanation of visitor mode of Java design mode
The beginning of Dr. Yan Hong's Book Java and patterns describes the visitor pattern as follows: Visitor patterns are …… -
Introduction to singleton pattern of Java design pattern
Definition: the main function of singleton pattern is to ensure that there is only one instance of a class in Java app…… -
Android Bluetooth development example analysis
When using mobile phones, Bluetooth communication brings us a lot of convenience. So how to develop Bluetooth in Andro…… -
Android realizes the function of making calls from mobile phones
The most common function of a mobile phone is to make calls and send text messages. How can we make calls through prog…… -
Android achieves 3dtouch effect
Renderings for this blog: A low quality dynamic diagram: The effect of this moving picture is not very good. In fact, …… -
Detailed explanation of layoutinflator usage in Android Development
This article illustrates the use of layoutinflator in Android development. Share with you for your reference, as follo…… -
Android learning summary to obtain the data returned by the started activity
Current activity: contains a button and a textview, which are used to start another activity and display the returned …… -
Method for Java to obtain file type according to file header in Android
This article describes the method of Java in Android to obtain the file type according to the file header. Share with …… -
Example of implementation method of Android clipping image
This paper describes the implementation method of Android clipping image. Share with you for your reference, as follow…… -
Example of digital formatting usage implemented by Android
This article describes the use of digital formatting implemented by Android. Share with you for your reference, as fol…… -
Method for Android to realize running lamp effect based on textview attribute Android: ellipsize
This article gives an example of how Android can realize the effect of running lantern based on textview attribute And…… -
Android implements the method of allowing pictures to move freely on the screen (drag and drop function)
This example describes the method of Android to move pictures freely on the screen. Share with you for your reference,…… -
Method of setting personalized dialog small icon for Android
This article describes the method of setting personalized dialog small icons for Android. Share with you for your refe…… -
Customized implementation of baseadapter for Android (general adapter I)
After optimizing the layout, let's talk about how to create a general adapter. Can a general adapter do? It's very sim…… -
Detailed introduction and usage of Android ADB
Android ADB usage The full name of ADB is Android debug bridge, which plays the role of debugging bridge. Used to oper…… -
Phone tapping and interception application developed and implemented by Android
This paper describes the phone eavesdropping and interception application developed and implemented by Android. Share …… -
Android programming development recording and playing recording simple examples
This paper describes the method of developing recording and playing recording by Android programming. Share with you f…… -
In depth understanding of scroller’s scrolling principle in Android
Smooth scrolling effect of view What is the smooth scrolling effect of a view? For example, a view scrolls from one po…… -
Stopwatch timer example implemented by Android
This article describes the stopwatch timer implemented by Android. Share with you for your reference, as follows: More……