包含标签:Android 的文章
-
Android user input auto prompt control AutoCompleteTextView usage
1、 Introduction 1. The role of AutoCompleteTextView 2. Class structure diagram of AutoCompleteTextView That is, it ha…… -
Android method for obtaining various types of local files
introduce This article introduces the method for Android to obtain various types of files on the machine, which has be…… -
Method for realizing vertical scrolling effect of text caption similar to weather forecast by Android programming
This paper describes the method of Android programming to realize the vertical scrolling effect of text and caption si…… -
Android custom loading circle animation effect
This example shares the specific code of Android custom loading circle animation display for your reference. The speci…… -
Android processing time summary of various methods
This example shares various methods of Android processing time for your reference. The specific contents are as follow…… -
Detailed explanation of Android mobile phone management tools
Appphonemgr, an Android mobile phone management tool, is shared for your reference. The details are as follows Methods…… -
Android uses recyclerview to realize the effect of horizontal automatic circular scrolling of pictures
Introduction: This blog mainly introduces how to use recyclerview to realize the automatic circulation of pictures in …… -
Xrecyclerview realizes the functions of drop-down refresh, scrolling to the bottom and loading more
Introduction: a recyclerview that implements the functions of drop-down refresh, scrolling to the bottom, loading more…… -
Detailed example of Android custom return button
Detailed example of Android custom return button In the program, we sometimes want the put back button to adjust the p…… -
Detailed explanation of httpurlconnection of Android network technology
@H_ 404_ 1 @ introduction Earlier, there were generally two ways to send HTTP requests on Android: httpurlconnection a…… -
Android realizes the switching effect of loading state view
The details of Android loading status view switching are as follows 1. Introduction to Android interface switching sta…… -
Analysis of Android’s fast image compression and upload function
Due to the busy project update function recently, I don't have time to sort out my knowledge and manage my blog. Andro…… -
Learn to use the material design control (II) use drawerlayout to realize the sideslip menu bar effect
This article describes how to use drawerlayout and navigationview to achieve the effect of sidesliding menu bar. The e…… -
Example of rounded rectangle with gradient effect implemented by Android programming
This article describes the example of Android programming to realize the rounded rectangle with gradient effect. Share…… -
Implementation method of fixed width height ratio of Android ImageView
Implementation method of fixed width height ratio of Android ImageView This article mainly introduces the fixed aspect…… -
Android realizes image to Gaussian blur and Gaussian blur layout
First, let's introduce how to convert pictures to Gaussian simulation: 1. Method implementation: 2 call: 2、 Gaussian …… -
Detailed explanation of page jump function realized by intent in Android programming
This paper describes the implementation of page jump function by intent in Android programming. Share with you for you…… -
Detailed explanation of Android network request framework retrofit
Introduction: Retro fit is a framework for Android network requests developed by square. The bottom layer of retro fit…… -
Learn to use material design control (IV) Android to realize the effect of automatic scaling and magnification of title bar
This article aims to realize the effect that the title bar automatically zooms / enlarges when the content is moved. T…… -
Android custom view to achieve water ripple effect
Introduction: controls for water ripple spreading effect are still common in app, such as Netease cloud music song rec…… -
Example code for Android uploading multiple pictures (rxjava asynchronous distribution)
I have been learning rxjava for some time and have been thinking about how to use it and how to use it reasonably in t…… -
Android timer timer stop and restart implementation code
This paper introduces the stop and restart implementation code of Android timer, which is shared with you as follows: …… -
Analysis of state saving method in Android programming
This paper describes the method of state saving in Android programming. Share with you for your reference, as follows:…… -
Android uses glide to get an example of the true width and height of the picture
preface Sometimes it is necessary to obtain the width and height of the network image to set the size of the image dis…… -
Implementation of Android custom keyboard (numeric keyboard and alphabetic keyboard)
In the project, the product will have special requirements for the input mode, and specific restrictions need to be ad…… -
Android realizes the effect of graphic vertical running light
Recently, in the maintenance of old projects, there is one place that needs to be modified, that is, the problem of ve…… -
Method for realizing layout reuse of Android composite control
Many projects have the practice of implementing their own title bar. The usual interface is composed of buttons or tex…… -
Detailed explanation of Android horizontal and vertical screen switching life cycle
1、 Introduction 2、 Code /activityLifeCycle_ 3Screen/AndroidManifest.xml Core code: Android: configchanges = "keyboar…… -
Learn to use material design control (III) use cardview to achieve card effect
This article mainly introduces the use of cardview. Cardview inherits from FrameLayout and is relatively simple to use…… -
Solution to null pointer problem when Android converts view to bitmap
Solution to null pointer problem when Android converts view to bitmap When working on Android projects, sometimes ther…… -
Textview uses spannablestring to set compound text spannablestring to achieve the link effect of textview
1、 Introduction Textview uses spannablestring to set compound text. Textview is usually used to display ordinary text…… -
Detailed explanation of using efficientadapter of Android listview
Detailed explanation of using efficientadapter of Android listview Listview is a very common control in Android mobile……