Recent Posts
-
Method for Android to realize the function of downloading files
The complete sample code described in this paper is for Android to realize the function of downloading files. I believ…… -
Hybrid instance of Android improved surfaceview and multithreading
The previous article briefly introduced the basic use of surfaceview in Android. This article will introduce the mashu…… -
Usage example of GridView in Android
In Android programming, GridView and listview are commonly used multi control layouts, and GridView is the first choic…… -
Implementation of mediaplayer playing network video improved by Android
Earlier, I explained mediaplayer playing network audio, mainly introduced mediaplayer's methods of buffering and progr…… -
Analysis of tabhost and tabwidget instances for getting started with Android
This example introduces the tab control of Android. The tab control can achieve the effect of pagination and enrich th…… -
Implementation of mediaplayer playing network audio improved by Android
The previous article has introduced the basic usage of mediaplayer. Here we will explain the online playback function …… -
Analysis of gallery usage example of Android getting started
The gallery control of Android introduced by this example is a very good drawing control, which can greatly reduce the…… -
Method of implementing adaptive table in listview improved by Android
The previous article introduced the method of using GridView to realize tables. This article will talk about how to us…… -
Method of parsing weather data based on httpget object in Android weather forecast
The example described in this paper is the code for parsing weather data of Android weather forecast, which can obtain…… -
Android recording application example tutorial
This paper shows the implementation method of Android recording in detail in the form of examples, which can be shared…… -
Android implements the method to close all activities when exiting
This example implements the function of closing all activities when Android exits. It is shared for your reference. Th…… -
Detailed explanation of Android touch event distribution process
This paper describes the event distribution process of Android touch in the form of examples, which is very helpful fo…… -
Add multiple clickable text for textview in Android
This example shows the method of adding multiple clickable text for textview in Android. This function is of great pra…… -
Using listview in Android to achieve beautiful table effect
Here we want to use Android listview to display the stock market. The effect picture is as follows. Red indicates that…… -
UDP communication model example of Android network programming
What is Android UDP? UDP is the abbreviation of user datagram protocol, and its Chinese name is user packet protocol. …… -
Android learning notes – saving files
Android devices have two file storage areas: internal storage and external storage. The name comes from the early Andr…… -
Discussion on the life cycle of activity in Android
1. Complete life cycle The above figure is the life cycle diagram of Android activity. The states of resumed, paused a…… -
Summary of creation steps of activity jump in Android
1、 Create project File - > New - > Android application fill in the application name, project name and package n…… -
On the mediaplayer class of Android
Mediaplayer is commonly used in Android to play some media files. For audio files, you only need to use meidaplayer co…… -
Processing method of Android interrupt thread
This article describes the processing method of Android interrupt thread. Share with you for your reference. The speci…… -
Android error aapt.exe stopped working solution
When using eclipse to program Android Java, sometimes we encounter such a problem: the prompt of aapt.exe stopping for…… -
Several web problems needing attention in Android programming
First: WebView above Android 4.4, that is, the built-in browser of the app does not support input [type = file], so yo…… -
9 common errors and solutions in Android Development
After a variety of sorting and discussion with enthusiastic netizens, we finally sorted out the nine most common probl…… -
Solution to memory leak caused by handler in Android
In common Android programming, handler is often used when performing asynchronous operations and processing the return…… -
Method for judging whether there is front camera and rear camera in Android
Generally, we need to judge whether there is a rear camera when scanning QR code. For example, the nexus 7 generation …… -
The most reliable solution to detect whether the current thread is the main thread in Android
If you judge whether a thread is the main thread in Android? For this problem, you may say that according to the name …… -
Reuse scheme of declare styleable attribute of custom controls in Android
Recently, I came into contact with Android custom controls, involving attributes in custom XML. It is actually very si…… -
Method for capturing link click events in ttextview text in Android
The ttextview in Android is very powerful. We can not only set plain text as its content, but also set the content inc…… -
Android processes various methods of image data conversion
Image processing is a very common thing in Android. Here are some personally used methods for processing image data. C…… -
Detailed explanation of customized progress bar in Android
Android native controls only have a horizontal progress bar, and there is no way to change the style, such as the look…… -
Super simple method of referencing text resources of other programs in Android
It is not very common to refer to text resources of other programs in Android, but sometimes it is necessary. Most of …… -
Method of importing address book contacts into Android simulator using ADB command
This article describes the method of using ADB command to import address book contacts into Android simulator. Share w……