包含标签:Android 的文章
-
Detailed explanation and simple example of Android callback
Android callback preface: The classic callback in Android is the click event setting listening (generally through swit…… -
Android imitation meituan Taobao realizes multi-level drop-down menu function
We can see the drop-down secondary list menu in commonly used e-commerce or tourism apps, such as meituan, mobile Taob…… -
How does Android jump to the app details page of the app store
Requirement: click the button or link inside the app to jump to the details page of an app in the app store. Let users…… -
Implementation method of customizing the bottom navigation bar of tablayout in Android design package
Radio button used to be used in most projects in the past. Today, tabrayout is used to switch pages The effect is simi…… -
Android custom view receives input from the input method
preface Perhaps for many newcomers, seeing this topic, they think of only EditText and textview controls that can rece…… -
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 …… -
Android custom view to achieve glittering font effect
This example shares the specific code of glittering font effect for your reference. The specific contents are as follo…… -
Enter AutoCompleteTextView and multiautocompletetextview when prompted by Android auto completion
Take automatic completion when searching in the search box as an example: It also involves a word, tokenizer: word spl…… -
Detailed explanation of message passing between Android main thread and child thread
Send a message from the main thread to the child thread (to be exact, it should be a non UI thread) When a message is …… -
Summary of four methods to obtain screen width for Android
Android four ways to get screen width Method 1: Method 2: Method 1 is similar to method 2 in obtaining the screen widt…… -
-
Android component drawerlayout imitates Netease News v4.4 sideslip menu
summary Today's blog will record some basic usage of drawerlayout. I think there may be a lot of incomprehension about…… -
An example of how EditText shields the expression of a third-party input method in Android
preface As we all know, if the expression of the third-party input method is used, it will bring some trouble to the d…… -
Android studio default not found error resolution
Android studio gradle compilation prompt 'default not found' solution When importing a studio project and performing s…… -
Tablayout combined with viewpager in Android to realize page switching
1、 Realization idea 1. Add dependencies in build.gradle, for example: compile 'com.android.support:support-v4:23.4.0'…… -
Android custom floatingactionbutton sliding behavior only hides the summary of problems that do not appear
Let's start with the behavior code. There are a lot of online codes about floating action button (hereinafter referred…… -
Android SQLite database summary
sqlite SQLite is an ultra lightweight embedded database with a size of only a few hundred KB. However, its syntax supp……