Recent Posts
-
Java class finder tool
Anyone who often uses Java knows that multiple jars in the classpath can cause us trouble I'm looking for a tool that …… -
Java – Disable spacebar trigger click JButton
Jbuttons consider that pressing the spacebar is the same as clicking JButton (assuming JButton has focus, I assume her…… -
Java – how to force an application to create thumbnails (Snapshots) for the list of recent applications?
My application tester reports: My device uses Android 2.0, so I can't check and debug the problem (the thumbnail in th…… -
Java – EJB: using entitymanager in postconstruct method
After constructing the bean, I want to use the entitymanager to retrieve data from the database It is not possible in …… -
The radio button in Java – struts 1 ActionForm does not have “selected”
I have a JSP page with many questions and an ActionForm with a map with input names and values When I load the page, t…… -
Android imitates the bottom of wechat to achieve tab switching effect
I read a lot of tutorials about tab on the Internet and found that they are very messy. Titlepagertabstrip and viewpap…… -
Basic writing method of view custom composite control in Android
In many cases, as long as we make good use of Android to provide me with good controls, they are cleverly combined thr…… -
Implementation of circular advertising space using viewpager in Android
How to realize circular playback Now the loop playback on the Internet is realized by returning a large value in the g…… -
Beautiful viewpager guide page for Android development practice
At present, many software installation will appear the guide page, and the user experience is very good. Here's DIY: B…… -
How does Android receive and send SMS
Each mobile phone has the function of receiving and sending SMS. Below, we realize the function of receiving and sendi…… -
Android uses the pull parser to parse the implementation code of XML files
Two classes: one entity class, person.java, and one class that inherits activity 1.Person.java 2. Class inheriting act…… -
Android realizes the automatic filling function of SMS verification code
Android applications often involve the registration and login function, and many registration and login or password mo…… -
Android custom view makes gorgeous verification code
No more nonsense. Let's show you the customized view effect picture first. If you think it's good, please continue rea…… -
Detailed explanation of pulltorefresh pull-down refresh function of Android open source project 2
First look at the renderings: Here is the use method of pulltorrefreshgridview, which is the same as the previous pull…… -
Android mobile phone number registration, binding mobile phone number to obtain SMS verification code examples
This article writes a common function - the function of registering or binding the mobile phone number to obtain the v…… -
Android imitation immediate home page vertical scroll chart, cool to the end!
Project address: https://github.com/JeasonWong/JikeGallery If you don't say much, get the effect first. This effect wa…… -
Gson parsing JSON of Android learning notes 45
JSON, namely JavaScript object naming, is a lightweight data exchange format. It adopts a text format completely indep…… -
Several instance methods of intent transfer object in Android series
In Android, there are two main methods for intent to transfer objects: bundle. Putserializable (key, object) and bundl…… -
Android realizes the synchronous scrolling effect code of mutual linkage between two scrollviews
This example describes the code of synchronous scrolling effect that Android realizes the interaction of two scrollvie…… -
Android programming development uses path to draw basic graphics (circle, rectangle, ellipse, triangle, etc.) in canvas
This paper describes the method of drawing basic graphics by path in canvas. Share with you for your reference, as fol…… -
Android improved service usage example analysis
The previous article introduced the use of activity and intent. This article will introduce service. If activity is co…… -
The Android control refreshableview implements drop-down refresh
Requirements: customize a ViewGroup to realize the function of drop-down refresh. After pulling down for a certain dis…… -
Android combat tutorial Chapter 43 pull-up loading and pull-down refresh
Listview pull-down refresh is very common. Many open source frameworks can achieve this effect. Of course, they can al…… -
ImageView moving with fingers based on Android
ImageView is used to display any image. You can define the display size, display color, etc The operation effect is as…… -
Waterfalllayout of Android custom ViewGroup (II)
In the previous article, we learned the basic steps of customizing the ViewGroup and made an example of customgridlayo…… -
Detailed explanation of telephone dialer example developed by Android
This paper analyzes the usage of telephone dialer developed by Android. Share with you for your reference, as follows:…… -
Example of switch button effect drawn by Android based on ImageView
This article describes the switch button effect drawn by Android based on ImageView. Share with you for your reference…… -
Image uploading solution for Android retro 2.0 framework
This article shares the image upload solution of Android retro 2.0 framework. The specific contents are as follows 1. …… -
Write Android APK application example code
Android is an app for making calls. The code is very simple and the function is very practical. Let's share it with yo…… -
Method of telephone recording by Android programming
This paper describes the method of telephone recording by Android programming. Share with you for your reference. The …… -
Implementation method of Android short message transmitter
This paper describes the implementation method of Android short message transmitter. Share with you for your reference…… -
Detailed explanation of Android SMS sending method example
This article describes the method of sending SMS by Android. Share with you for your reference, as follows: SMS, like ……