Recent Posts
-
Method example of calling WebService for Android Development
This article describes the method of calling WebService by Android development. Share with you for your reference, as …… -
Analyze the cause of memory leak on Android studio 3.0
In the past, when using eclipse, we used DDMS and mat. Not only the steps are complex and cumbersome, but also we have…… -
Android studio 3.0 canceling method of parameter name prompt of called method
After Android studio upgrade 3, the method called in the code adds the parameter name prompt: Many people are not used…… -
Problems encountered in Android studio 3.0 upgrade project and change ideas (summary of problems)
Android studio has added many functions from version 3.0. Of course, the first is the new support for kotlin developme…… -
Method of integrating react native into Android native project
Development environment preparation First, install all dependent software (such as NPM) required by react native on th…… -
Android custom vertical drag seekbar progress bar
The seekbar provided with Android is horizontal. To be vertical, you must write a class to inherit the seekbar. A simp…… -
Detailed explanation of gravity sensor usage examples in Android Development
This article illustrates the usage of gravity sensor in Android development. Share with you for your reference, as fol…… -
Detailed explanation of light sensor usage for Android programming
This paper describes the use of light sensor in Android programming. Share with you for your reference, as follows: An…… -
Detailed explanation of Android programming based on distance sensor to control the extinction of mobile phone screen
This paper describes the method of Android programming to control the extinction of mobile phone screen based on dista…… -
Android programming uses light sensor to obtain light intensity [lightsensormanager encapsulation class]
This paper describes the method of using light sensor to obtain light intensity in Android programming. Share with you…… -
Detailed explanation of definition and usage of direction sensor in Android Development [compass implementation method attached]
This paper describes the definition and usage of direction sensor in Android development. Share with you for your refe…… -
Method for Android studio to manually configure gradle
Gradle is a project automation construction tool based on the concepts of Apache ant and Apache Maven. It uses a groov…… -
Android development and implementation of launcher3 application list to modify transparent background
This paper describes the method of modifying the transparent background of launcher3 application list by Android devel…… -
Viewpager realizes the guide interface with guide dot and automatic jump
The method of guiding small dots is actually very simple. You can directly place the same amount of ImageView as the g…… -
Summary of methods for Android studio to introduce Aidl files
Android studio introduces Aidl files. Generally speaking, there are two methods The first method Directly create a new…… -
Android realizes the message reminder small red dot effect
I share a message I wrote to remind the little red dot control. It supports five graphic styles: circle, rectangle, el…… -
Listview implements the processing of different data items in the chat list
Usually, the layout of each item in the listview we are used to is the same, but the data bound by the control is diff…… -
Android programming realizes the method of updating the main interface and detailed interface when downloading
This paper describes the method of updating the main interface and detailed interface when downloading Android program…… -
Android develops examples of methods to obtain sensor data [acceleration sensor, magnetic field sensor, light sensor, direction sensor]
This paper describes the method of Android development to obtain sensor data. Share with you for your reference, as fo…… -
Analysis of various pits for Android studio 3.0 upgrade (recommended)
Click Check for updates to update incrementally: When the download is complete, you will be prompted to update gradle …… -
Android auxiliary function to automatically grab red envelopes (with source code)
1、 Description @ h_ 502_ 5@ Recently, I saw the software used by my colleagues to grab red envelopes, so I wanted to …… -
Android development implements simple observer and observed examples
This paper describes the simple observer and observed in Android development. Share with you for your reference, as fo…… -
Click the web page a tag in wechat to directly jump to open the method example of Taobao app
First, let's look at the effect we want to achieve: @ h_ 403_ 5@ @H_ 403_ 5@@H_ 403_ 5@ This is an effect I accidental…… -
Android implements a picture verification code countdown function
1. As shown in the figure, it is necessary to realize the countdown effect of a verification code 2. Realization In th…… -
Java – spring boot: how to reference application. In @ importresource properties
My spring boot application has an ApplicationContext XML file In this file, it has an attribute placeholder – ${profil…… -
Comment – @ singleton in Java EJB
I have an EJB that needs to be single and stateful because it will become a connection pool My question is: >If I d…… -
How to use Java math Commons curvefitter?
How do I fit a function to a set of data using math Commons curvefitter? I was told to use curvefitter with Levenberg …… -
JSF – integer gets the default value 0, which needs to be null in Java
See English answer > H: inputtext which is bound to integer property is submitting value 0 instead of null1 All I n…… -
Java – bad practice – the class defines CompareTo (…) and uses object equals()
Want to know what needs to be done with the listed methods public final int compareTo(final FieldDTO o) { retu…… -
Java – use workflow engine, state machine engine or scroll myself?
I'm confused I am developing an internal tool based on Grails for my company One component of this tool is a simple pr…… -
Java – how is this eclipse view formed?
I am developing an eclipse plug-in, which will add a new context menu. When clicked, a dialog box will pop up, and use……