Android
-
Android studio 3.0 installation and configuration method graphic tutorial
This article shares the installation and configuration of Android studio. The details are as follows 1. First download…… -
Android listview control usage
Listview control can display lists in two ways: directly using array resources or using arrayadapter class. The follow…… -
Android’s method of dynamically loading glide pictures of different sizes into tangent angles and circles
Glide load dynamic picture First, we need to rely on a githop: bumptech: glide: glide: 3.7.0 package; Use glide to loa…… -
Android custom network connection tool class httputil
This example shares the usage of httputil, an Android network connection tool, for your reference. The specific conten…… -
Android uses paint custom view to implement progress bar control example
preface The three major processes of view: measurement, layout, drawing and custom. What does view learn? There are on…… -
Solution to not displaying text after tablayout is associated with viewpager
When you use the addtab () method to dynamically add text to tablayout, the problem of not displaying the title text m…… -
Example of click ripple effect by setting theme for Android
At the beginning, let's talk about the material design we all know. Material Design: Material design is a new design …… -
Detailed explanation of data encryption methods commonly used by Android
preface Android needs to use data encryption on many occasions, such as local login password encryption, network trans…… -
Example summary of dialogfragment usage in Android Development
This article illustrates the use of dialogfragment in Android development. Share with you for your reference, as follo…… -
Android view custom control with text and progress
Objective: customize a control with text and progress, as follows design sketch: Non twinning Cooking: Step analysis E…… -
Android development realizes the pop-up function of imitating Jingdong commodity search tab
This paper describes the example of Android development to realize the pop-up function of imitating Jingdong commodity…… -
Android realizes the effect of unlimited sliding around the switching date
When we are developing Android, we often use dates. For example, in course arrangement, work arrangement, log and othe…… -
Analysis of sin, cos and Tan calculation of calculator in Android Development
This paper describes the calculation of sin, cos and Tan values of calculators in Android development. Share with you …… -
Detailed explanation of Android decompilation and code confusion
preface Include the following To decompile APK, you need the following three tools 1. Apktool (resource file acquisiti…… -
Background music implementation of Android studio 3.0 service project
This article is to realize the background music in the service project by learning Android studio, and the e-mail send…… -
Android studio 3.0 method for viewing mobile phone file system (super simple)
As we all know, the prerequisite for us to check the file system in Android phones is to use the root phone, and then …… -
Android development and implementation of listview click item to change color function example
This article describes an example of Android development to realize the function of listview clicking item to change c…… -
Android development patheffect problem handling
I want to draw an area composed of irregular paths, and because the visual effect of this path needs to be rounded, I …… -
Detailed explanation of Android immersive implementation compatibility solutions
Since Android 5.0, immersive status bar seems to have become a trend. The lack of immersive status bar in applications…… -
Examples of how Android WebView loads HTML, CSS and other languages
preface This topic may not be very good. I haven't come up with a more suitable one for a long time. When developing W…… -
Detailed explanation of fragment definition, creation and use of Android development tutorial [including activity communication, transaction execution, etc.]
This paper describes the definition, creation and use of fragment in Android development tutorial. Share with you for …… -
Mui carries out app hybrid development to realize pull-down refresh and pull-up loading
First of all, our environment is to use hbuilder to develop app through Mui. This hybrid development is suitable for A…… -
Detailed explanation of Android eventbus (normal event / sticky event)
This article shares common events and sticky events of Android eventbus for your reference. The specific contents are …… -
Complete instance of queryutils, a tool class developed by Android to query remote server
This paper gives an example of queryutils, a tool class developed by Android to query remote server. Share with you fo…… -
Complete example of geometryutil, a geometric tool class developed and implemented by Android
This paper describes the geometric tool class geometryutil developed and implemented by Android. Share with you for yo…… -
Android easypermissions official library efficient processing of permissions related tutorials
Introduction: Easypermission library is a library that simplifies basic system permission logic and can be used on And…… -
[Alibaba arouter] simple and easy-to-use Android page routing framework
When developing an app, you will always encounter various needs and businesses. At this time, you can get twice the re…… -
Detailed explanation of Android multithreaded download example
1、 Overview When it comes to file downloading in Android, the Android API clearly requires that time-consuming operat…… -
Android screen fillet implementation method example code
Now, the four corners of the screen of many full screen mobile phones are made into a circle, and its mellow feeling b…… -
Example of data reading operation between Android device and external USB flash disk
Now more and more mobile phones support OTG function. Through OTG, data transmission can be realized with USB disks an…… -
Bottom page flipping using recyclerview in Android
Recently, an app on the pad side needs to have the same effect as a web page. Previously, the addview method was used,…… -
Interception of Android bitmap and hiding and displaying of status bar
Getting to know bitmap Bitmap is a final class, so it cannot be inherited. Bitmap has only one construction method, an……
