Recent Posts
-
Android GridView imitation wechat circle of friends display picture
The recent project requires uploading multiple pictures and displaying them regularly, just like the picture display o…… -
Implementation of Android custom control development practice listview pull-down refresh example code
This blog introduces a common Android function - listview drop-down refresh: First, the mobile phone displays the foll…… -
Example of using the action attribute of intent in Android tutorial (text message sent by intent)
Action: Specifies the action to be completed by intent. It is a string constant. Use setaction () to set the action pr…… -
Android image caching technology in direct application project
Android image caching, which was launched not long ago, has just introduced an open source framework, which is OK. How…… -
Android create gesture recognition sample code
The content of this article uses the android.gesture package. The specific example refers to the gesturebuilder progra…… -
Time and date operation example of Android Development
I believe everyone is familiar with the time and date setting of the mobile phone. Today, let's give an example of the…… -
Implementation of XOR encryption algorithm for Android data encryption
In recent days, the company temporarily asked the company to implement the Android im instant messaging protocol, and …… -
How to judge whether it is a mobile phone or a tablet in Android development tutorial
Method 1 Method 2 Determine whether it is a mobile phone or a tablet by calculating the size of the device: -
Implementation of listview pull-down refresh in Android
The drop-down refresh in listview is very common and often used. When I see that many students want to refresh, I'll s…… -
Android videoview class example explanation
This section uses videoview, an example class of the system, to continue the explanation of the related contents of su…… -
Android wechat payment source code sharing
This article shares the Android wechat payment source code for your reference. The specific contents are as follows Pa…… -
Detailed explanation of service in Android (II)
This paper analyzes the service in android in detail. Share with you for your reference, as follows: In the previous a…… -
Android programming uses HTTP protocol and TCP protocol to upload files
This paper describes the method of uploading files using HTTP protocol and TCP protocol in Android programming. Share …… -
Examples of two ways Android draws circular pictures
Two ways for Android to draw circular pictures Look at the effect first Here is the complete sample code Use bitmapsha…… -
Android implements the right-click pop-up menu effect similar to that in PC
The ContextMenu in Android system is similar to the right-click pop-up menu in PC. when a view is registered to a cont…… -
Detailed explanation of the use of swiperefreshlayout, the official drop-down refresh control for Android
Maybe most people who develop Android have used many open-source components for pull-down refresh, but today swiperefr…… -
Android viewpager infinite loop to realize dynamic sliding of small circle points at the bottom
Drag the page to the last page, then slide down to return to the first page, and the first page slides forward to retu…… -
The Android boot page is implemented using viewpager
When we install an app, we will basically have a guide page prompt. They can advertise or introduce the addition and u…… -
Android uses the third-party server bmob to send SMS verification code
Call bmob third-party server to realize SMS verification. The general idea is as follows: Randomly generate 6 digit nu…… -
Detailed explanation of adding a web page loading progress bar instance to Android WebView
Recommended reading: detailed explanation of Android WebView linear progress bar example Recently, a lottery activity …… -
C# develop Android Baidu map mobile application (multi map display)
1、 Introduction Since v2.3.5, the map control supports multiple instances, that is, developers can create multiple ma…… -
Android imitation wechat circle of friends browsing picture effect
Let's see the effect first: Here's how to implement it: Realization idea Concrete implementation 1. Initialize the dat…… -
Android implementation of Scrollview automatic scrolling example code
Sometimes you need to add data dynamically. When the screen is full, the data needs to be scrolled. Here we mainly und…… -
Android enables wechat circle of friends to send local video
1、 Foreword The previous article has described in detail how to use the xposed framework to write the first wechat pl…… -
Solution of flashing black screen when using surfaceview in Android fragment
The previous news client is reconstructed. All of them use fragment to switch pages. There is only one entry activity …… -
Android high imitation Jingdong vertical circulation scrolling news bar
The implementation idea is actually very simple, that is, a user-defined LinearLayout, and the textview can cycle vert…… -
Analysis of key points of sliding paging using viewpager in Android App
In the past, if you wanted to do tab paging, you had to use a very difficult tabactivity, and the effect was very poor…… -
Detailed explanation of Android listview drawing table examples
Android listview drawing table design sketch: 2、 Create steps: 1. Create layout: activity_ Layout in Main: 2. Create …… -
Android integrated wechat payment function
The preparatory work is not mentioned here, including signing a contract and applying for appid. The development steps…… -
Android high imitation wechat payment password input control
Like wechat payment password control, it is a common function in app. Recently, the project needed this function, so i…… -
Android pull-down refresh listview – rtpulllistview (Demo)
Pull down refresh is used in more and more apps, and has formed a default user habit. When encountering the content di…… -
Simple example explanation of Android gesture operation
The events provided by ontouch in the previous article are relatively simple. If we need to deal with some complex ges……