Recent Posts
-
In depth analysis of the difference between asset folder and raw folder in Android
*The similarities between RES / raw and assets: 1. The files in the two directories will be saved intact in the APK pa…… -
Discussion: how to modify Android timeout sleep time
By default, if the Android system does not operate for more than n minutes, it will automatically close the screen and…… -
Detailed explanation of activity life cycle and startup mode in Android
Classic illustration of activity life cycle: Impact of keys on life cycle: Back key: When we press the BACK key, our a…… -
GitHub version library uses detailed graphic tutorial (command line and graphical interface version)
Git is a distributed version control system. As an open source code base and version control system, GitHub currently …… -
Android implements simple music playback controls
Before I saw the web version of Netease music playback control, I happened to need a simple music playback function in…… -
Android gets the name of the currently running activity
This example describes the method of Android to obtain the name of the currently running activity, which can avoid not…… -
Spring thread pool threadpooltaskexecutor configuration details
This article introduces the configuration of spring thread pool threadpooltaskexecutor and shares it with you as follo…… -
Android.mk introduces third-party jar packages and so library files
Take systemui as an example. If you need to introduce a third-party jar package and so library into systemui, you can …… -
Method for realizing automatic update function of Android Software
I believe that all users have encountered software reminder updates. This function will be implemented below First loo…… -
Two minutes to learn how to host code in GitHub
This blog aims at children's shoes that can't GIT. Great gods can bypass them. Thank you for correcting the mistakes; …… -
Java ThreadPoolExecutor concurrent call instance details
Java ThreadPoolExecutor concurrent call instance details summary Usually, in order to provide the processing speed of …… -
Android realizes the automatic update function of app
Now the general Android software needs to be updated constantly. When you open an app, if there is a new version, it w…… -
Talk about the understanding of Android view event distribution mechanism
Recently, because the project uses a horizontal layout similar to a LinearLayout, there is a textview and button, and …… -
Java programming screenshot (screenshot) code summary
This paper summarizes the common screen capture methods of Java programming. Share with you for your reference, as fol…… -
Camtasia studio V3, a top-level screen recording software commonly used on the Internet, is available for download for free
Camtasia studio 3, the top screen recording software worth $300, can now be registered for free! The current version o…… -
Android high imitation wechat voice chat page Gaussian blur (ground glass effect)
In the current application market, apps with ground glass effect can be seen everywhere. For example, people who have …… -
Python thread pool ThreadPool usage
Recently, I am working on a video device management project. The devices include (camera, DVR, NVR, etc.), including d…… -
Example of the most basic method for android app to realize internal automatic update of applications
This is only a preliminary implementation, and no functions such as automatic compilation are added. You need to manua…… -
Android customized Scrollview to enlarge the rebound effect
background In many projects, we will use the Scrollview control, because the Scrollview can slide up and down when the…… -
Method of displaying GIF pictures in IOS development
We know that GIF is composed of bursts of images, and the playback of each frame may not be equal. Observing the above…… -
Method for transferring pictures (bitmap) between Android activities
In Android development; It is common to pass parameters between activities; If we want to transfer pictures between ac…… -
Android studio uses a tip: fill in data during layout Preview
We all know that Android studio is great to use, and the layout preview is even better. When adjusting the UI, we basi…… -
Android uses the sliding menu framework to achieve the sliding menu effect
Before that, I introduced to you the implementation of the simplest sliding menu in history. I believe you all remembe…… -
Asp.net screen capture function to intercept web pages
This example shows the method of intercepting web pages with the screen capture function of asp.net. The code is simpl…… -
Solution to Android WebView redirection problem
WebView redirection is required in the project, but because there are many loading operations in a webveiw, WebView is…… -
Simple music playing instance using Android service
Service translated into Chinese is a service. Students familiar with Windows system must be very familiar with it. The…… -
Android enables background music playback
I refer to what others wrote on the Internet. When I reuse it, I put it in a new thread to play music. Later, I found …… -
Pit filling records for displaying pictures and playing videos in Android viewpager
Viewpager introduction @ h_ 301_ 5@ The function of viewpager is to slide the view, just as lanucher slides left and r…… -
Android WebView interactive passing JSON string and parsing method
preface We all know that data values of basic data types can be passed in WebView interaction, such as int and string …… -
WebView introduction and simple method to realize Android and H5 intermodulation
Why learn Android and H5 intermodulation? A large number of software such as wechat and QQ space are embedded with H5,…… -
Some pits used by WebView in Android
preface In Android development, WebView is often used to display web pages, start your own browser in activiry, or sim……