包含标签:Android 的文章
-
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…… -
Android implements the time selection function
preface Since most of the initial Android tutorials don't teach you how to choose a time, beginners will inevitably be…… -
Android implementation of listview asynchronously loading network pictures and dynamically updating
This example describes the method of listview asynchronously loading network pictures and dynamically updating by Andr…… -
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 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…… -
Some rules about drawable in Android
preface As soon as you enter the deep sea of Android, I believe many Android developers have a deep understanding of t…… -
Android image caching method based on softreference
This article gives an example of how Android caches images based on softreference. Share with you for your reference, …… -
Introduction to flux architecture for Android learning
Introduction to flux architecture The flux architecture is used by Facebook to build their client web applications. Li…… -
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 …… -
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…… -
Alertdialog pop-up control for Android UI design
I believe you have seen a lot about the pop-up interface of Android. Many applications on mobile phones involve pop-up…… -
Detailed explanation of how Android textview uses spannablestring to set compound text
This article illustrates how Android textview uses spannablestring to set compound text. Share with you for your refer…… -
Very practical small function update example of Android application version
Each application has a function, that is, version update. I remember when I was interviewing before, the interviewer a…… -
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…… -
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…… -
Android GPS detailed explanation and sample code
Lbs (location based services) is a location-based service, which has at least two meanings. First, it should be easy t…… -
Implementation method of automatic update function module of Android program [download complete demo source code attached]
This paper describes the implementation method of automatic update function module of Android program. Share with you …… -
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…… -
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…… -
Main framework of Android imitation Baidu wallpaper client (I)
This is a good tutorial. I took it out and shared it after I learned it. I wanted to write a post, but I found that it…… -
Android uses okhttp (get mode) to download pictures
1、 First download the jar package https://github.com/square/okhttp If you use Android studio, you only need to add th…… -
Solution to black screen in Android custom camera
This article describes the solution to the black screen of Android custom camera. Share with you for your reference, a…… -
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……