包含标签:Android 的文章
-
Analysis of setcontentview () method in Android dialog
summary Dialog is an excellent tool in Android. When using dialog, we usually customize the content layout to be displ…… -
Crashlytics Android exception report statistics management (detailed explanation)
brief introduction Crashlytic, founded in 2011, is a tool for mobile application developers to save and analyze applic…… -
Detailed explanation of Android local.properties file reading examples
Detailed explanation of Android local.properties file reading examples There is a local.properties file in the Android…… -
Solution to APK packaging failure under Android studio
Solution to APK packaging failure under Android studio Today, I encountered a strange problem. The program that was or…… -
A simple example of progress in Android
A simple example of progress in Android The progress online demo in Android is nonsense. Of course, you can also think…… -
Full screen and non full screen implementation code of Android Application
Full screen and non full screen implementation code of Android Application Full screen operation: Exit full screen ope…… -
Android custom view implementation Taiji effect example code
Android custom view implementation Taiji effect example code I always wanted a loading before. But I don't know what t…… -
Implementation method of configuring zxing for code scanning function in Android sdutio
GitHub open source project (zxing) demo The fastest way to call the zxing method 1. Related third party Library 2. Cal…… -
Detailed explanation of Android attribute animation valueanimator and interpolator
Detailed explanation of Android attribute animation valueanimator and interpolator 1、 Valueanimator details: Valueani…… -
Android development imitation IOS sliding switch implementation code
Android development imitation IOS sliding switch implementation code Compared with IOS, many IOS controls come with An…… -
Solve the problem that hint cannot be displayed on 6.0 mobile phone when EditText is edited
When EditText is edited, hint is not displayed on the 6.0 mobile phone.... Just add a sentence to reset the color valu…… -
Android uses viewpager to realize the effect of rotating picture
Writing this article is just to deepen the impression of what we have learned today and deal with viewpager, such as t…… -
Android realizes the function of searching and saving history
This example shares the Android search history saving function for your reference. The specific contents are as follow…… -
Android implements the pop-up dialog function at the bottom
Environmental Science: Note: there are two methods to realize the pop-up dialog box at the bottom: Dialogfragment is r…… -
Method for Android to obtain QR code from picture
In my previous blog, I remember talking about scanning QR code. Yesterday, the team leader asked me not only to scan a…… -
Android streaming layout realizes the function of historical search record
Recently, when developing projects, there was a requirement to display historical search records in a streaming layout…… -
Android uses the sensor to imitate wechat shake function
sensor Briefly introduce the sensor: it is the hardware used by the device to sense the changes of the surrounding env…… -
Implementation of viewpager prohibiting sliding in Android
preface In many apps, the home page does not allow sliding switching (because the page is loaded), but the viewpage is…… -
Implementation of packet capturing for mobile phone using fiddler
The settings for capturing packets with Fiddler are as follows: 1. Under the same LAN 2. On the PC side, open fiddler …… -
Quick start tutorial on common size units (DP, SP) in Android
Common size units The common size units in Android development are as follows: I don't know the exact meaning. I belie…… -
Android one line of code to achieve circular Avatar
design sketch In the development of app, it is often necessary to realize the circular avatar, so how to realize it? D…… -
Android implementation of automatic call and text messaging examples
Android implementation of automatic call and text messaging examples 1、 Automatic dialing 2、 Send SMS automatically …… -
On the function of adding, deleting, checking and modifying Android mobile phone contact development
Recently, when I was working on the function module of mobile phone contacts, I encountered a lot of holes. There are …… -
Countdowntimer in Android implements the countdown function
CountDownTimer Countdowntimer is an Android built-in countdown class. Using this class, you can easily implement the c…… -
Android uses fragmenttabhost instead of tabhost
Android uses fragmenttabhost instead of tabhost preface: Now fragment is used more and more widely. Although fragment …… -
Android implementation of viewpager boundary rebound effect example code
No more nonsense. I'll post the code directly to you. The specific code is as follows: The above is the example code o…… -
Usage analysis of actionbar item in Android learning notes
This article describes the usage of Android actionbar item with examples. Share with you for your reference, as follow…… -
Android realizes masked pop-up effect
This example shares the specific code of Android mask pop-up box effect for your reference. The specific contents are …… -
Android get time instance code
Android get time instance code be careful: h: 12 hour hours H: 24 hour hours Example code: Thank you for reading, hope…… -
How to modify the default compilesdkversion when Android studio creates a module
preface This afternoon, someone asked where the as can configure the build.gradle template to achieve the default comp…… -
Simple implementation of Android local music player
To play music, you need to call service. Here, just sort out the playing process. The above is the whole content of th…… -
Sliding closing effect of activity in Android
Recently, I feel that the effect of closing an activity is very good, that is, gesture sliding can close the current a……