Recent Posts
-
Android custom view to realize circular and semicircular menus
Not long ago, when I saw Hongyang's big round menu, I wanted to start imitating it, because it was so cool. Then I beg…… -
Android project implements the system notification bar message with progress bar
When developing Android, we often encounter background threads executing, for example, when downloading files. At this…… -
Two ways to customize load schedule for Android
This paper will use two methods to write the progress of similar vehicle load Add the for loop with the addview method…… -
The most commonly used and difficult to use Android control listview
Listview allows users to scroll off screen data into the screen by sliding their fingers up and down, and the original…… -
Solution to the problem that toast cannot be displayed normally in Android service
This example describes the solution to the problem that toast cannot be displayed normally in Android service. Share w…… -
Example code of mutual communication between Android fragment and activity
Communication between Android fragment and activity preface Since Android 3 0 after the introduction of fragment, it i…… -
Android pit filling series: example of location request pop-up box after releasing location permission on models such as Xiaomi series
background Recently, due to the needs of the actual project, the positioning request is triggered under specific opera…… -
Android implements the code of zooming and dragging pictures by customizing the ImageView control
Overview: by customizing the ImageView control, you can call the customized components in the XML layout to zoom the p…… -
Android wheel control to achieve three-level linkage effect
This paper shares the three-level linkage effect of Android wheel Province, city and county for your reference. The sp…… -
Android implements several ideas and methods of Alipay
Alipay was very hot during the new year. So what are the specific implementation methods of wheezing? Next, we will in…… -
Android custom UI gesture password improved version
Then continue to improve on the basis of the first Android UI gesture password design. The effect diagram is as follow…… -
Code sharing of Android login interface
Recently, due to the needs of the project, the baby hasn't engaged in Android for a long time. Because of the needs of…… -
Detailed explanation of horizontal and vertical switching of Android screen
Android screen vertical and horizontal switching Control the direction of activity in Android, as long as it is in and…… -
Simple application example of Android programming imitating iPhone drag photo effect Gallery
This article describes the simple application of Android programming imitation iPhone drag photo special effect galler…… -
The ultimate solution for Android soft keyboard to block the input box
preface After a long time of development, we will inevitably encounter various pits. On the way to Android development…… -
Deeply understand the difference between I + + and + + I in Java
Today, let's talk about a misunderstanding about Java. I believe many friends who have just started learning java will…… -
JavaMail tutorial creating mail (2)
The JavaMail API uses javax mail. Message class represents a message. Message class is an abstract class, so we need t…… -
On the similarities and differences between Java interface and C + + virtual class
C + + virtual classes are equivalent to abstract classes in Java. The differences between C + + virtual classes and in…… -
Java spring 5 new features functional web framework detailed introduction
New features of Java spring 5 functional web framework give an example Let's start with some excerpts from the sample …… -
JQuery animation effect code sharing
1、 Show, hide The display method in jQuery is: Show(), the hiding method is: hide()。 When there are no parameters, i…… -
Java method for saving / reading objects to / from files
1. Save object to file The Java language can only save the objects of classes that implement the serializable interfac…… -
Struts 2 $, #,% detailed explanation and example code
I've been learning SSH recently. I haven't been able to understand the difference between $,%, # and. I've done a litt…… -
Summary of the use of break and continue keywords in Java
I Function and difference break is used to jump out of the current loop block (for, while, do while) or program block …… -
Java implementation uses the simple method of string class to read the content of a tag in XML file
1. Use the indexof () and substring () provided by the string class to quickly obtain the specific content in a file T…… -
Solution to the problem of obtaining form data and garbled code in Java Web
First, use a user submission interface as an example (text box, password box, selection, drop-down form, etc.), and th…… -
Java online book Mall (6) order module 1
First look at the renderings: 1.sql ①t_ Orderitem a foreign key BName: convenient for later book deletion ②t_ Order is…… -
Conversion between int and byte [] in Java
In previous projects, the value of int type needs to be passed during socket communication. However, it seems that the…… -
Java configuration MyEclipse Maven environment specific implementation steps
Java to configure MyEclipse Maven environment Although most of my projects have been moved to idea, I still habitually…… -
Simple demo of timer and TimerTask in Java (shared)
Code: test class TimerTask task class The above simple demo of timer and TimerTask in Java is all that Xiaobian has sh…… -
The commonplace use of cookies in Java
1 what is a cookie The browser communicates with the web server using HTTP protocol. When a user sends a page request,…… -
Java encryption algorithm — MD5 encryption and hash encryption algorithm with secret key source code
Java encryption algorithm -- MD5 encryption and hash encryption algorithm with secret key source code Recently, I lear…… -
Example of file upload and download of struts 2 in Java
File upload 1. How many small problems to deal with? 1. The file name is duplicate. Generally, a UUID can be generated……