包含标签:Android 的文章
-
Android customized wheelview random number selection effect
Let's take a look at the effect of rolling random number selection using wheelview: Direct code The home page is the d…… -
Android novice boot mask effect implementation code example
Effect drawing first: At the beginning of this effect, I wanted to directly ask the UI to give a cut. Later, I found t…… -
Creating drawerlayout navigation for Android components
Overview this blog is a simple translation of the training course on developer.android.com /. If you find it difficult…… -
Android 4.4.2 method of hiding status bar and bottom virtual key in horizontal screen application
Note: this method can only temporarily hide the status bar and the bottom virtual part. When the application interacts…… -
Solution to blurring of photographing and clipping pictures in Android calling system
In Android, when the system camera is photographed, the returned image data will be received. But these pictures are n…… -
Android touch event delivery diagram
This blog post explains the process Introduction to touchevent related events flow chart decomposition, explanation, s…… -
Android custom view border text, flashing text
Extend existing controls 1. Draw a textview with two layers of background as shown below Create bordertextview inherit…… -
Explain in detail the interaction between JS and app native controls
"Hot update" and "hot deployment" believe that children's shoes with hybrid development must be familiar, so how can a…… -
Android fingerprint unlock example code
Android 6.0 and above systems support fingerprint identification and unlocking function: it is used in the project, so…… -
Detailed explanation of IPC using bundle for Android
1、 Bundle introduces IPC Three of the four components (activity, service and receiver) support the transfer of bundle…… -
Android layoutinflator.inflate source code analysis
Detailed explanation of layoutinflator.inflate source code It is believed that we are familiar with the expand method …… -
Switching of multiple fragments in an activity
It is often encountered that multiple fragments are arranged on an activity interface, but how to jump from one fragme…… -
Android UI series —– dialog dialog example
In Android development, we often need to pop up a dialog box on the interface. This essay will explain the concept of …… -
Android realizes the encapsulation of login and registration function
We all know that Android applications basically use the login and registration function, so it is necessary to encapsu…… -
There is a checkbox in the item of listview. Causes and solutions of setonitemclick failure
1: Root layout settings for item Android: clickable = "true", and then the item click event will become invalid. Set …… -
Android drawer effect navigation menu implementation code example
After reading many applications, I think this kind of side sliding drawer effect menu is very good. You don't have to …… -
Create a cool Android studio plug-in
After learning the basics of Android studio plug-ins in the previous articles, this article intends to develop a cool …… -
Dialog pops up at the bottom of Android imitation apple
Style file Animation folder anim two files actionsheet_ dialog_ in.xml actionsheet_ dialog_ out.xml Main activity appl…… -
Android tab tab usage Foundation
In Android programs, tab tab window is a common UI interface element. Its implementation mainly uses the tabhost class…… -
Playing 360 degree panoramic video in VR development for Android
VR is virtual reality. Virtual reality technology is a computer simulation system that can create and experience the v…… -
Solution of web pages loaded by WebView in Android being enlarged
In some large resolutions, the web pages loaded with WebView may be enlarged, which is obviously not the result we wan…… -
Android enables wechat to automatically say hello to people nearby (Accessibility Service)
Learn the powerful accessibilityservice!!! The following is the core code for wechat to automatically greet people nea…… -
Android development uses listview to dynamically refresh an item
preface What this paper implements is to use viewholder to refresh some data, instead of refreshing all data every tim…… -
There are more implementation schemes for listview pull-down refresh and pull-up loading in Android
Listview is often used in combination with refresh and pull-up loading. This paper summarizes three commonly used sche…… -
Android implementation of multi touch, free zoom image example code
Knowledge points involved in Android multi touch 1、ScaleGestureDetector 2、OnScaleGestureListener 3、Matrix 4、OnTouc…… -
Detailed use examples of Android date and time
Android date and time usage Use of date and time; 1: Pop up boxes timepickerdialog, DatePickerDialog 2: Component Time…… -
Implementation of activity processing return results in Android
We all have such an experience when shopping online. When confirming the order and selecting the consignee and address…… -
Android minesweeping game example code
Android minesweeping game example Recently, I learned Android application programming and took the time to make a smal…… -
Android simply realizes unlimited scrolling and automatic scrolling viewpager
We often see a viewpager that can automatically scroll and scroll infinitely in the application. Baidu and Google also…… -
Asynctask is used in Android to realize file download and progress update prompt
Android provides a tool class: asynctask, which makes it easier to create long-running tasks that need to interact wit…… -
Summary of countdown methods for Android implementation
There is often a countdown function in Android development. The following will summarize the common centralized implem…… -
Summary of several methods for Android to obtain internal and external SD card paths
Android SD card path: The path of external SD card may not be used by many students in their daily work, because many ……