包含标签:Android 的文章
-
Android implementation of IP address input box method example code
preface This article mainly introduces the relevant contents of the IP address format input box implemented by Android…… -
Two methods of dynamically adding views in layout based on Android (summary)
1、 Explain There are two ways to add view files: 1. Define layout in XML file; 2. Java code writing 2、 Preface descr…… -
Example of transition animation of activity in Android 5.0
The transition animation of activity has existed for a long time, but it is too monotonous and the style is not good-l…… -
Android implementation bottom pop-up menu upgrade
This example shares the specific code of the pop-up button menu at the bottom of Android, and the upgrade of the slow …… -
Android implementation status bar white background black character effect example code
preface This article mainly introduces the relevant contents about how to realize the black characters on the white ba…… -
Android enables geolocation
Recently, I tried to write the positioning of Android. The code is below. It is relatively simple. The first required …… -
Android implementation of single page floating layer drag View example code
The requirement is to add a draggable floating layer advertisement to an existing page. Technology used: viewdraghelpe…… -
Implementation method of setting drop-down refresh for Android recyclerview
Implementation method of setting drop-down refresh for Android recyclerview 1 integrated swiperefreshlayout 1.1 use in…… -
Simple implementation of Android countdown effect
This example shares the specific code of Android countdown effect for your reference. The specific contents are as fol…… -
Layoutanimation sets the dynamic appearance effect (instance) for the item in the listview
Layoutanimation works on the ViewGroup and specifies an animation for the ViewGroup. When its child elements appear, t…… -
Method of adding selector to control in Android development and implementation layout
This paper describes the method of adding selector to control in Android development and implementation layout. Share …… -
Android achieves top suspension effect
This example shares the specific code for Android to achieve the top suspension effect for your reference. The specifi…… -
The Android studio so library could not find a solution to the problem
The Android studio so library could not find a solution to the problem Question: Refer to the solution: Add in gradle.…… -
Absolute layout of Android layout detailed explanation of absolutelayout
This example shares the specific code of Android absolute layout for your reference. The specific contents are as foll…… -
Android status bar white background black text example code
When the company's project UI was revised, most of the title bars were designed in white. The design drawing given to …… -
Android dynamically adds views or items and obtains instances of data
Recently, a function was used in a project, which requires dynamic items, and there are multiple cases. However, after…… -
Android programming method for monitoring APK installation and deletion
This paper describes the method of Android programming monitoring APK installation and deletion. Share with you for yo…… -
Okhttp3 implements crawling verification code and an example of obtaining cookies
At present, I am working on my graduation project, an app about campus services. I will extract the completed relevant…… -
Android shields the soft keyboard and displays an example of the cursor
Android shields the soft keyboard and displays an example of the cursor If it is below Android 4.0, then That's enough…… -
Android Q (10) partition storage perfect adaptation method
preface Recently, I have been doing the adaptation of Android Q. as of today, the adaptation of Android Q partition st…… -
Android realizes up, down, left and right sliding interface layout
This example shares the specific code of Android to realize the sliding interface layout for your reference. The speci…… -
Android implements the gradient effect of shape attribute
1. Gradient 【1】 < gradient > is used to define gradient colors. You can define two-color gradient, three-color…… -
Recyclerview realizes the function of single and multiple selection of streaming tags
Introduction to recyclerview Recyclerview is a more powerful control for Android. It can not only achieve the same eff…… -
Android custom example code to shorten toast display time
My main purpose is to shorten the toast display time. If you want to extend the time, you can change it yourself No mo…… -
Android custom spherical water ripple belt arc progress effect (example code)
demand As follows, a circular water ripple with progress is realized. Two layers of water ripple need to be displayed …… -
Bullet shooting based on sceneform (drawing bullet trajectory)
Bullet shooting based on sceneform (drawing bullet trajectory) The sceneform framework is very powerful. When you don'…… -
Implementation of detection of external keyboard in Android
Today came a problem: the soft keyboard can't pop up. After analysis, because the system judges that there is an exter…… -
Implementation code of Android countdown function
I haven't blogged for a long time. At the end of the year, I summarized some technical problems encountered in the nex…… -
Implementation of routing and navigation developed by fluent
If the basic unit that constitutes a view element is a component, the basic unit that constitutes an application is a …… -
Replace IMEI of Android Q adapter with Android_ id
Front work: Upgrade the project configuration to the corresponding version 29 Permission prompt interface after upgrad…… -
Android development face recognition login function
Recently, many company apps have realized the function of face recognition login. Today, yinpeng took you to do this f…… -
Android customized listview realizes QQ space interface (including pictures, videos, likes, comments and forwarding functions)
The front-end time just needs to do a community sharing function similar to QQ space. The content includes text (topic……