Recent Posts
-
How to make Android child controls display beyond the range of parent controls
Let's take a look at a preview: No more nonsense, just go to the code: I just made this picture. The effect is complet…… -
Rich configuration options for Android picture selector
Recently, it was just used in the project, so I started to write a library of Android image selectors. Support multi-c…… -
Android Aidl and remote service call example code
Android: Aidl and remote service call The content of this lecture is difficult to understand. Maybe you can't understa…… -
How does Android Customize button effects
Everyone can see how ugly the Android native buttons are and how monotonous the effect is. To make an app, you need to…… -
Android realizes the function of automatic recording of incoming and outgoing calls
When we use Android mobile phones to make calls, we may sometimes need to automatically record incoming and outgoing c…… -
Usage example of setting properties through spannablestring for text in Android textview
This article describes the method of setting properties of text in Android textview through spannablestring. Share wit…… -
Andorid realizes the countdown effect of clicking to obtain the verification code
We often use the countdown function in development. For example, after sending the verification code, count down for 6…… -
Detailed explanation of basic usage rules after Android xutils is updated to 3.0
To tell you the truth, xutils is a development framework that I have only recently used (and just touched). As for its…… -
Implementation method of textview display inserted picture in Android
This article describes the implementation method of textview display and insertion picture in Android. Share with you …… -
Android WebView application interface development tutorial
The WebView component itself is a browser implementation, android5 0 enhanced WebView is based on chromium M37 and dir…… -
Android uses contentobserver to automatically obtain the verification code
Two methods for Android to automatically obtain the verification code are broadcastreceiver and contentobserver. Both …… -
Android realizes dynamic Gaussian Blur effect
What is Gaussian blur? Gaussian blur, also known as Gaussian smoothing, is used in Adobe Photoshop, gimp and paint Net…… -
Causes and solutions of invalid requestfocus() in Android Development
preface Recently, when I was working on a company project, I often encountered a problem, that is, when I set requestf…… -
How to close the web page or window of Baidu nuomi app in Android (99% people don’t know)
Our company has made a mobile web payment product using Baidu wallet. Users scan the QR code of our products through B…… -
Android checks network status through connectivity Manager
When developing Android applications, when it comes to network access, it is often necessary to check the network stat…… -
Implementation method of replacing skin for Android Application
Implementation idea of replacing skin function in Android Application We can make the skin package into an APK file an…… -
Detailed explanation of Android activity life cycle
The lifecycle of the activity. 1、 Understand activity Activity is one of the four major components of Android program…… -
Android realizes the multi language switching function of APP applications
Recently, we are doing a multi language switching function, which is similar to the language switching of wechat. The …… -
Android in view Solution for requestfocus (0) returning false
Sometimes we want the first line of listview to automatically get the focus, so we use view Requestfocus (0) to operat…… -
Android dialog box custom title beautification operation
The dialog box title provided by Android is not good-looking. If we need to set a self-defined title for the pop-up di…… -
Implementation method of Android monitoring incoming and outgoing calls
This paper describes the implementation method of Android monitoring incoming and outgoing calls. Share with you for y…… -
Implementation method of making independent Android simulator
If we write an Android application and want to show it to others on a machine without Android SDK or build environment…… -
Detailed explanation and sample code of Android content provider
Android: use of content provider. 1. Introduction to content provider 2. Use an off the shelf content provider 3. Defi…… -
Android uses mobsdk SMS authentication
SMS registration and SMS verification are already commonplace, so of course you should learn how to use the SDK. Mobsd…… -
Development of phone interception and interception prompt sound function based on Android
The content of this article is how to write a program for telephone interception in Android system and send an interce…… -
Android dialog dialog details and sample code
Android dialog dialog 1. Dialog introduction 2. Basic use of alertdialog 3. Custom dialogcustom dialog 1、 Dialog intr…… -
Android component gallery and GridView example explanation
Android gallery and GridView components: Gallery Gallery is a layout component whose internal elements can scroll hori…… -
Android open camera and photo album instance code
This example shares the specific code of Android camera and photo album for your reference. The specific contents are …… -
Usage analysis of scaletype attribute of ImageView in Android Development
This article describes the use of the scaletype attribute of ImageView in Android development. Share with you for your…… -
Android layout to achieve rounded border effect
First, create a new folder drawable under res and three new XML files: shape_ corner_ down. xml、shape_ corner_ up. XM…… -
Android dynamically adds fragment instance code
1. Fragment1 layout and code layout code 2. Fragment2 layout and code layout code: 3. Firstfragment code and layout La…… -
Simple implementation of Android reading network pictures to local
Today, I saw a small video about reading network files on the Internet. I think it's good. I'll share it with you thin……