Recent Posts
-
Learn Android from scratch to realize calculator function example sharing (calculator source code)
The following is the effect display: -
Explain in detail how to add recyclerview-v7 support package in Android studio
I've always known that recyclerview can replace listview and GridView. I've heard that it has powerful functions, but …… -
Sharing of research on Android third-party application access to wechat platform (2)
After the opening of the wechat platform, it is very popular. Many third-party applications want to try. After all, it…… -
Android SwipeRefreshLayout tiktok app static refresh
The function of swiperefreshlayout is to refresh our interface directly from the drop-down menu without moving Without…… -
Android control realizes the praise floating heart animation of live app special effects
Now there are a large number of live broadcast applications on the market. You can develop a live broadcast app with a…… -
Detailed explanation of multiple APK instances with different package names packaged in one project of Android studio
Recently, the company has a special need to compile several different applications by slightly modifying the same set …… -
Example sharing of several ways of network communication in Android network programming
Nowadays, mobile applications have penetrated into all walks of life, and the number is hard to count. Most of them wi…… -
Method of configuring embedded JDK in Android studio
Today, I found that JDK environment variables are not configured properly@ H_ 502_ 1@ I didn't specifically download J…… -
Simple method of adding wechat sharing to Android Applications
1、 Apply for your appid http://open.weixin.qq.com/ Friendly tip: it is recommended to use the MD5 value of the last s…… -
Android wechat third party login (personal notes)
Today, I was writing wechat login. I spent half a day doing it and then wrote down my notes in the hope of helping mor…… -
Example code of Tencent QQ login for Android third-party login
Layout file Configuration in manifest file code Permissions to add The above is the example code of Tencent QQ login f…… -
Summary of differences between TextureView and surfaceview in Android
Both surfaceview and TextureView inherit from android.view.view Different from other views, both can draw and render i…… -
Use and simple example of Android kotlin
Use and simple example of Android kotlin As a person who doesn't stay up late, I wake up and find that kotlin has beco…… -
Android custom controls to achieve elegant advertising rotation map
preface Today I bring you a new control C rotation chart. There are many blogs on the Internet to explain how to imple…… -
Analysis of Android listview likes
Recently, I have been watching Android and using listview to realize the like function Basic idea: Enter the interface…… -
Android programming implements a progress bar effect similar to the circular ProgressBar
This article describes the implementation of progress bar effect similar to circular ProgressBar by Android programmin…… -
Sharing of research on Android third-party application access to wechat platform (I)
After the opening of wechat platform, it is very popular. Many third-party applications want to try to access wechat p…… -
Example of using Android OSS to upload pictures
preface The uploaded pictures in the previous project were uploaded to Alibaba instead. Record the implementation proc…… -
Android selects album photos and returns the implementation code of the function
First, for reading and writing operations, declare permissions in androidmanifest.xml: Call system Album: Then call ba…… -
Custom APK name and output path of gradle configuration tutorial
preface I've been in contact with Android Stuidio for a while. I had a lot of small problems when I used it before, bu…… -
Explain the latest version of glide V4 User Guide
Glide is an Android image loading and caching library. It mainly focuses on the smooth loading of a large number of im…… -
Android interface design (hidden menu on the left and content on the right of APP design trend)
Related articles Android popwindow realizes the pop-up menu layer on the left http://www.jb51.net/article/33533.htm 13…… -
Code example sharing of user registration and login in Android Development
In Android applications, more and more network interaction functions are included, which brings the functions of regis…… -
Android integrated Sina Weibo third-party login method
This paper describes the method of Android integrating Sina Weibo third-party login. Share with you for your reference…… -
Android custom circular view to achieve the effect that the ball moves with the finger
This example shares the specific code of Android to realize the effect of small ball following finger movement for you…… -
Example of circular translation animation for Android
Realize the animation of moving from left to right in a loop with a background image. 1. Implement two animation XML f…… -
Detailed explanation of Android imitation headlines and wechat big picture preview view
Big picture preview @ h_ 419_ 5@ In my current project, there is also the function of large picture preview, but its i…… -
Android implements similar 3D touch menu functions
preface In the development, we often encounter the need for the implementation of menu function, and we often refer to…… -
Android shimmerlayout to achieve low light effect analysis
A while ago, I saw a very good animation effect on GitHub, called shimmerlayout, which is a layout used to realize the…… -
Android lock screen fluorescent effect
preface This is a blog post written a few months ago. I feel perfunctory after reading it before going to bed. I'd bet…… -
Android custom WebView with progress bar imitates wechat loading process
In normal development, our client needs to load the web page with WebView. When the network is slow or the server resp…… -
Detailed explanation of 4 ways to display pictures in Android textview
As we know, textview controls are generally used to display text, while images are generally displayed with ImageView ……