包含标签:Android 的文章
-
Static loading and dynamic loading examples of fragment in Android Application Development
1. The static use of fragment is a part of the UI of the activity. It is embedded in the activity. Multiple fragments …… -
GridLayout grid layout of Android layout
The grid layout label is GridLayout. This layout is new to Android 4.0. This layout can only be used after version 4.0…… -
Android implements the method of obtaining pictures from the network for display and saving them to SD card
This paper describes the method of Android to obtain pictures from the network and save them to SD card. Share with yo…… -
Solution to the problem of Chinese garbled code when Android programming sends a request to the server
This paper describes the solution to the problem of Chinese garbled code when Android programming sends a request to t…… -
Android uses the mediarecorder class to record video
Programming tips remind you to use mediarecorder to set the recording code steps in the order specified by the API, ot…… -
Videoview video player for Android multimedia
This paper shares two ways of video player for your reference. The specific contents are as follows 1) , surfaceview i…… -
Android uses vitamio to build its own universal player (8) — detail optimization
preface Successful products often achieve perfection in details. From the perspective of use, the biggest difference b…… -
How to load data cache in Android
Recently, the app is almost completed, but many list loading, news consulting and other data have been requested from …… -
Android programming implements the method of loading and waiting for ProgressDialog
This article describes the method of loading and waiting for ProgressDialog by Android programming. Share with you for…… -
Android plays background music through startservice
For an overview of the basic use of startservice and its life cycle, see overview of basic use methods of startservice…… -
A solution to the rotation problem in preview screen when calling Camera in Android programming
This article describes the solution to the rotation problem in preview screen when calling Camera in Android programmi…… -
Example analysis of rebound effect of viewpager in Android programming
This article describes the rebound effect of viewpager in Android programming. Share with you for your reference, as f…… -
Android imitation music player function
This example shares the specific code of Android imitation music player function for your reference. The specific cont…… -
Android music player oscilloscope
The oscilloscope was taught by the teacher in college, but it has not been used when I came out to work. I gradually f…… -
Mediaplayer for learning Android development tutorial in 21 days
This article introduces the use of mediaplayer. Mediaplayer can play audio and video. In addition, it can also play vi…… -
Method for Android programming to obtain and set activity brightness
This article describes the method of Android programming to obtain and set the brightness of activity. Share with you …… -
Method of installing APK in Android simulator
This article describes the method of installing APK in Android simulator. Share with you for your reference, as follow…… -
Common layout based on Android code
There are many examples of common Android layouts using XML files. But how to use code? Of course, code implementation…… -
Android programming implements the method of copying compressed database files to the installation directory
This paper describes the method of copying compressed database files to the installation directory by Android programm…… -
Detailed Android Application Development — code implementation of MP3 music player (I)
Requirement 1: read out the MP3 music in the memory card and display it in the list 1. Query all music data from the d…… -
How to quickly create an Android simulator
Debugging mobile applications is usually implemented by simulator first, just because it is too troublesome to release…… -
Chinese garbled code problem caused by mutual conversion of Android string and hexadecimal
Don't read the nonsense, just paste the code for you. The code is attached with notes, which can explain everything. P…… -
Explain in detail how to use notification in Android
In message notification, we often use two controls notification and toast. Especially for important information and in…… -
When configuring the Android development environment, there is a problem that eclipse cannot obtain ADT
This example describes the solution that eclipse cannot obtain ADT when configuring Android development environment. S…… -
Share five common Android layouts
Now Android is very crazy, so online learning materials about Android have sprung up, and there are many basic things …… -
Android implements the method to obtain the total capacity, available size, total memory capacity and available size of SD card
This paper describes the method of Android to obtain the total capacity, available size, total memory capacity and ava…… -
Android uses retrofit2.0 technology to imitate wechat
Recently, the project has been completed and I have leisure time. I have always wanted to make a case similar to wecha…… -
Custom dialog of Android UI design series to achieve various styles of dialog effects (7)
Although Android provides us with many components, they are not very convenient to use. The APK we develop has its own…… -
Android garbage collection mechanism solves the problem of memory leakage
In Android coding, there will be some simple writing methods and coding habits, which will lead to many memory leakage…… -
Specific operation method of listview of Android checkbox
This article mainly implements adding in the custom listview layout Check@R_ 640_ 2419 @ control to determine whether …… -
Method to solve the problem that eclipse cannot preview the layout file normally when creating Android project
1、 Problem description Today, the version of the Android SDK is updated to Android 5.1 using the SDK manager. When ec…… -
Example analysis of message mechanism in Android programming
This paper describes the message mechanism of Android programming. Share with you for your reference, as follows: 1、 ……