Android
-
About Android to achieve a simple wechat circle of friends sharing function
1. First download the jar package shared by wechat, put it in the Lib directory, and add dependencies, Add manifest fi…… -
Android ImageView implements image clipping and display functions
First, set the button and an ImageView in the layout Write code on activity The method of implementing onclicklistener…… -
Android ksoap calls WebService to upload multiple pictures in batches
Android ksoap calls WebService to upload multiple pictures in batches I've been developing apps these days. Alas, ever…… -
Detailed explanation and examples of how to obtain exception information when crashing in Android
How to get exception information when crashing in Android preface: As we all know, Android applications will inevitabl…… -
Code example of Android forced offline function
There are many application scenarios of forced offline. For example, many of our accounts have been robbed and will be…… -
Android recyclerview enables pull-down refresh and pull-up loading. More
The official refresh control swiperefreshlayout is used to realize the pull-down refresh. When the recyclerview slides…… -
Android uses item swipemenulistview to realize the function of imitating QQ sideslip deletion
Everyone has used QQ. Someone must be curious about how to realize the effect of QQ sliding to delete items. In fact, …… -
Detailed setting and example code of Android listview scroll bar
Detailed explanation of Android listview scroll bar settings 1. Properties of scroll bar Sets whether the horizontal s…… -
Detailed explanation of the method of Android programming to realize the alarm clock
This paper describes the method of Android programming to realize the alarm clock. Share with you for your reference, …… -
Android uses viewflipper and gestruedetector to realize the sliding screen effect
This article illustrates how Android uses viewflipper and gestruedetector to achieve sliding screen effect. Share with…… -
Android EditText keyword Batch Search Example
Today, a special EditText is used in the project. When users input content in EditText and click the search button, th…… -
Android enables wechat to share web pages with thumbnails
preface Recently made a web app, which needs wechat sharing. The requirement is to share web pages with pictures, and …… -
Android imitation meituan.com and public comment purchase box suspension effect modified version
I wrote an article about the purchase box effect of meituan.com and public comments. Android monitors Scrollview to re…… -
Multithreaded timer task implemented in Java
In Java, timer is a tool class in the Java. Util package, which provides the function of timer. We can create a Timer …… -
Example of RSA encryption for Android login password information
First, the server produces a pair of public and private keys. Before encryption, we first obtain the public key from t…… -
Android open source androidsidemenu realizes drawer and side sliding menu
Android sidemenu makes it easy to create sideslip menus. It should be noted that the project itself does not provide a…… -
Android hover button click to return to the top floatingactionbutton
Let's take a look at the effect of clicking the Android hover button back to the top: Floatingactionbutton is a contro…… -
Android implements multi-threaded downloading of files (supports pause, cancellation and breakpoint continuation)
Multi thread downloading of files (supports pause, cancel and breakpoint continuation) Multiple threads download files…… -
Example of the effect of Android folding recyclerview
Recyclerview has a high degree of freedom. It can be said that it can't be done only when you can't think of it. The m…… -
Android imitation wechat address list sidebar effect
Let's first look at the rendering of Android imitation wechat address list sidebar This is a common effect The list is…… -
Android programming implements the method of starting another program in one program
This example describes the method of Android programming to start another program in one program. Share with you for y…… -
Android programming method for displaying tabs at the bottom
This paper describes the method of displaying tabs at the bottom by Android programming. Share with you for your refer…… -
Detailed explanation of five methods of realizing timer in Android
1、 Timer Timer is a class for Android to directly start timers. TimerTask is a sub thread, which is convenient to han…… -
Detailed explanation and examples of SSL warning processing on Android WebView
Detailed explanation of SSL warning processing on Android WebView preface: Due to the security vulnerabilities reporte…… -
Android custom personalized dialog example
This article describes an example of Android custom personalized dialog. Share with you for your reference, as follows…… -
Android components implement the list selection box function
The list selection box provided by Android is equivalent to the selection drop-down box when web users register, such …… -
Detailed explanation of Android recyclerview grid layout (supporting multiple split lines) (2)
Part I detailed explanation of Android recyclerview (1) - linear layout The usage of recyclerview is recorded, and the…… -
Summary of three methods to enable threads in Android
In multi-threaded programming, we often use three classes: handler, thread and runnable. Have you figured out the rela…… -
Detailed introduction to underlying analysis of Android intent data transmission
Detailed introduction to underlying analysis of Android intent data transmission We know that during activity switchin…… -
Android Scrollview displays the implementation code at the bottom or anywhere
Android Scrollview displays to the bottom or anywhere In fact, it is not difficult to make Scrollview display the bott…… -
Android image processing turns the image into a circle
In the past few days, some pictures need circular pictures, so Baidu found an open source project on GitHub. The proce…… -
Android programming method for downloading pictures and displaying them in mobile phones
This paper describes the method of downloading pictures and displaying them in mobile phones by Android programming. S……