Recent Posts
-
Share Android wechat red envelope plug-ins
This example shares the Android wechat red envelope plug-in for your reference. The specific contents are as follows d…… -
Android gesture control to zoom and move pictures
This example shares the method of Android gesture control to zoom and move pictures for your reference. The specific c…… -
Android’s method of parsing JSON array objects and three skills of apply and array
JSON is a common data transmission format. In Android development, how to use java language to parse JSON array object…… -
Android swiperefreshlayout pull-down refresh source code analysis
This example shares the swiperefreshlayout pull-down refresh source code for your reference. The specific contents are…… -
Android implementation of listview asynchronously loading pictures
This article describes the method of implementing listview to load pictures asynchronously with an example. Share with…… -
Detailed explanation of Android broadcast content action event
The details are as follows: Intent.ACTION_ AIRPLANE_ MODE_ CHANGED; // Broadcast when airplane mode is turned off or o…… -
Method of data transmission using intent developed by Android
This paper describes the method of data transmission using intent in Android. Share with you for your reference, as fo…… -
Picture scrolling effect of Android imitation Taobao commodity browsing interface
When browsing product details on Taobao, the product picture is placed at the back. When the first Scrollview scrolls …… -
Solution to the problem of overwriting the input box when the Android input method pops up
When an activity contains an input box, we click the input box to pop up the input method interface. The change effect…… -
Android blocking outgoing calls program example
Intercept and monitor outgoing calls and handle them: When making a call, the system will send an orderly broadcast. A…… -
Explain in detail the use of fragment in Android Development
Foreword: I have studied Java and Android for nearly a year. During this period, I should have completed an Android cl…… -
Example analysis of MD5 encryption algorithm for Android programming
This paper analyzes the MD5 encryption algorithm of Android programming. Share with you for your reference, as follows…… -
Java, Android, MD5 encryption algorithm implementation code (16 bit, 32 bit)
As follows: The above is the whole content of the implementation code (16-bit, 32-bit) of Java, Android and MD5 encryp…… -
Code example of fillet ImageView through reflection in Android
Inherit ImageView, call in the construction method, initialize Paint and Xfermode. Override the OnDraw method of Image…… -
Android implements gesture control of ImageView picture size
The main function of this example is to recognize gestures in ImageView to control the enlargement or reduction of pic…… -
Android imitation wechat picture click browsing effect
In this article, let's make a click browsing effect similar to wechat pictures. After clicking the small picture, it w…… -
Android uses viewpager to realize the picture can slide left and right, with code download
First of all, show you beautiful photos. Friends interested in renderings can continue to read. The small demo of view…… -
Android implements the method of writing sent SMS into SMS database
SMS is a common function of mobile phone. This paper describes the method of Android to write the sent SMS into the SM…… -
Analysis of Android Development Optimization: detailed explanation of interface UI optimization (2)
If we rewrite the same layout in each XML file, one is code redundancy and poor readability; The other is that it is t…… -
How to use togglebutton of Android control
Togglebutton can only be selected or unchecked, and different display text needs to be set for different states. The f…… -
An example of drawing a small ball and completing the automatic falling function of the small ball by using a custom control in multithreading developed by Android
This paper describes the method of using custom controls to draw small balls and complete the automatic falling functi…… -
In depth understanding of Android gesture recognition
For the touch screen, its native messages are nothing more than press, lift and move. We only need to simply reload on…… -
Simple example of Android using SQLite database
First draw a diagram to understand the simple process of database operation under Android: 1. First, write your own da…… -
Introduction to intent filter matching rules in Android
This paper mainly introduces the rules of implicit intent matching target components. If there is any unclear or inacc…… -
Java encryption and decryption tool (applicable to javase / JavaEE / Android)
This example shares a java encryption and decryption tool for javase / JavaEE / Android for you to learn. The specific…… -
Examples of Android settings for taking photos or uploading local pictures
A few days ago, our client received a demand from the marketing department. After our order is completed, our client h…… -
Simple implementation of Android recyclerview loading different layouts
preface I won't repeat the use of recyclerview here. I believe there are a lot of online searches (my previous article…… -
Java independent variable vs array performance
I'm playing Java and want to know how different the following are in performance I know that premature optimization is…… -
java. sql. How timestamp stores nanoseconds
java. sql. The timestamp constructor is as follows: public Timestamp(long time) { super((time/1000)*1000); nan…… -
Java – JAXB class from web service marshalling error
I have some JAXB classes generated by wsimport wsimport -d src/main/java -keep -extension -p my.package http://www…… -
How to manage memory when loading classes in Java?
Imagine that I have a class with 10 methods, and I need to instantiate 10 objects from the class In order to clear up …… -
Java – Camel case in web resources
What do you think of using hump case for network resources? I come from a Java background, where camel case is second ……