Android
-
Android fragment dynamic creation details and sample code
Android fragment dynamic creation Fragment is a part or a behavior in the interface of an activity. Multiple fragments…… -
Use of dynamic GridView control in Android learning tutorial (6)
This example shares the specific code used by Android dynamic GridView control for your reference. The specific conten…… -
Brief introduction to Android accessibility accessibility accessibility
Android accessibility accessibility accessibility accessibility Accessibility: Many Android users have to interact wi…… -
Android alertdialog (implement warning dialog)
In Android development, we often need to pop up some dialog boxes on the Android interface, such as asking users or le…… -
Android custom DataGridView data table control
I am a. Net programmer, but because the company requires to develop an android app, I have no choice but to bite the b…… -
Solution to sliding conflict of Scrollview nested listview
Scrollview and listview must be familiar to everyone, but there will be trouble when they are nested. For example, if …… -
Android control for jelly sliding effect
preface In wechat, the processing method is to let the user slide, but finally roll back to the original place. This e…… -
Resolve Android claims and permissions
Android defines a permission scheme to protect resources and functions on the device. For example, by default, applica…… -
Android imitates Sina Weibo personal information interface and other effects
This tutorial shares the design code of Android microblog personal information interface for your reference. The speci…… -
Design and implementation code of Android custom soft keyboard
I accidentally found the android.inputmethodservice.keyboard class, that is, Android can customize the keyboard class.…… -
Android listview multi tab up sliding suspension effect
Sample In the near future, there will be a tab switching page with two tabs. The two pages have a common description i…… -
In Android, there are two methods to respond to the click event of the button inside the listview in the activity
Recently, someone in the communication group asked a question: how to respond to the click event of the button inside …… -
Detailed explanation of Android cross process simulation key (keyevent) example
Android solves the problem that different processes send keyevents Recently, I have been working on the function of re…… -
Android foundation summary part 8: create and call your own ContentProvider
Today, let's explain how to create and call our own ContentProvider. In the previous two articles, we talked about how…… -
The Android application goes to the background and returns to the foreground to determine the method
We know that when we press the back or home key to exit the application interface, the application will be suspended i…… -
Android multi-level tree list control
In the process of developing apps, we often encounter the effect of multi-level list display. There are no list contro…… -
Solutions not shown in toast above Android 5.0
Cause analysis When users use Android 5.0 or above systems to install the app, they turn off the permission of message…… -
Three implementation methods of regularly executing tasks in Android (recommended)
In Android development, there are three implementation methods for regularly executing tasks: 1、 Use the sleep (long)…… -
Detailed explanation of Android RadioButton picture position and size
Android RadioButton picture position and size Java: xml: Selected: write only one selected, and others imitate this …… -
Explain in detail the method of parsing XML in Android
XML is widely used in all kinds of development, and Android is no exception. As an important role in carrying data, ho…… -
Android foundation summary part 2: four launchmodes of activity
Today we are going to talk about the four launchmodes of activity. Launchmode plays an important role in the jump proc…… -
Advanced tutorial for Android Masters (26) — function realization of Android super imitation path menu!
Hi ~ Hello, everyone. It's been nearly three months since I started my business. Everything is pretty good. Some time …… -
In Android development, SQLite is used to realize the functions of news collection and canceling collection
Before learning Oracle, I simply thought that the database only exists on the server side. After learning Android, I f…… -
Summary of difficulties in realizing the function of an Android lock screen app
Customize a beautiful and practical lock screen app. If it can win the recognition of users and replace the lock scree…… -
Detailed explanation and implementation of Android service service will not be stopped
Android service always running: Recently, there is a project requirement that the service is always running in the bac…… -
Three implementation methods of Android timer (chrome, timer, handler)
This article shares three methods of Android timer for you. The specific contents are as follows catalog: 1. With time…… -
Android realizes the effect of automatic rotation and infinite loop with indicator points
To achieve infinite rotation, slide all the way to the left. When you reach the last view, you will slide to the first…… -
Android Development – environment construction (Graphic explanation)
The tools available for Android development include eclipse and Android studio, both of which have their own advantage…… -
Notes: implementation of Android gesture recognition function (using motionevent)
abstract This paper is a complete learning record of gesture recognition input event processing. The content includes …… -
Android silent installation implementation scheme imitates 360 mobile assistant second installation and intelligent installation functions
Many friends have asked me before, how can I achieve silent installation in Android system? The so-called silent insta…… -
Neon filter effect of Android image processing
Neon is used to depict the outline of the image, outline the edge of color change, strengthen its excessive effect, an…… -
Method of data transfer between Android activities based on intent
This paper describes the method of data transfer between activities based on intent in Android. Share with you for you……