包含标签:Android 的文章
-
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…… -
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…… -
Android simply determines whether an APK has been installed
This article describes a simple method for Android to judge whether an APK has been installed. Share with you for your…… -
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…… -
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…… -
Android photo upload function example code
This paper describes the method of Android to realize the photo upload function. Share with you for your reference, as…… -
Android uses a push to implement the push function of third-party applications
PS: I used a push I feel that it is relatively simple to realize the push function of third-party applications The off…… -
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…… -
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…… -
Android implements a multi selectable picture listview instance for batch operation
This article illustrates how Android implements a multi-choice picture listview that is convenient for batch operation…… -
How to make the radiogroup in Android not appear on the input method
If you often use radiogroup in the development process, have you encountered the following situations Whenever you cli…… -
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…… -
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…… -
Share a lightweight image loading class imageloader
Image loaders are a big push on the Internet, such as nostra13 image loader, xutil and Facebook fresco. Many, but with…… -
Android realizes the function of vibration prompt after the phone is connected
Some mobile phones will have vibration prompt after the phone is connected, which has the advantage that they can wait…… -
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…… -
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……