Android
-
Perfectly solve the problem that the page cache held by the client WebView will not be released immediately
WebView is often used in Android and apple client development. Our general practice is to add WebView to the native pa…… -
Detailed explanation of data instance of jsup grabbing page
Jsup grabs the data of the page You need to use the jsoup-1.7.3.jar package. If you need to see the documentation, ple…… -
Android status bar tips (recommended)
The following code introduces the Android status bar micro skills. The code is relatively short, but its micro skills …… -
Method instance code for hiding virtual keys in Android
Here's a code to explain how Android hides virtual keys. There's no more nonsense. Let's take a look at the code and c…… -
Add a search and sharing window for the title bar through the actionbar in Android
After Android 3.0, Google has made a series of reforms in UI navigation design. One of the most useful new features is…… -
Solution to the problem of listview clicking item without response in Android
If the listitem includes a button or check@R_ 760_ 2419 @ and other controls. By default, listitem will lose focus, re…… -
Simple use and packaging of Android okhttp
Simple use and packaging of Android okhttp 1. I took a closer look at okhttp yesterday. In the past, I used to call th…… -
Explain the multi-threaded breakpoint download in Android
First, let's look at the principle of multithreaded download. Multi thread download is to divide the original files on…… -
Pop up menu of wechat applet development in Android
First, let's show you the renderings. The specific renderings are as follows: The specific code is as follows: 1.index…… -
Explain Android 6.0 runtime permission management
Since the release of Android 6.0, great changes have been made in permissions. It is no longer that you can obtain per…… -
Android custom ViewGroup landscape layout (1)
Recently, I learned to customize the ViewGroup. My goal is to make a listview that I want to scroll, fill the data wit…… -
Android click the blank space of the screen to stow the input method soft keyboard (open it manually)
Many times, when we use the application, the soft keyboard of input method will pop up. Usually, we will enable the us…… -
Detailed explanation of Android network data storage
1、 Introduction to network saving data You can use the network to save data, obtain data from the network when necess…… -
Detailed Android screenshot event monitoring
1. Preface The Android system does not have an interface to monitor screen capture events directly, nor does it have a…… -
Detailed explanation of Android 5.0 rotation menu example
Let's show you the renderings first: This effect has not been noticed before Android 5.0 launched the UI effect of "ma…… -
Illegal query source code sharing
Using express 100 query interface Source address: http://xiazai.jb51.net/201612/yuanma/weizhang-master_ jb51.rar Test …… -
Detailed introduction to the fallback stack example of Android fragment
Fallback stack for Android fragment After clicking on, press the back key once to return only once Mainactivity class …… -
Android picture selection details and example code
Android picture selection Achievable results: 1. Place the camera at the position of the first picture and click to op…… -
Android notification details and example code
Android notification instance details 1. Use builder mode to create 2. You must set a smallicon or setticker 3. Setcon…… -
Example of using and implementing system “sharing” interface in Android Application
For the promotion and dissemination of applications, many applications have the "sharing" function. After clicking a b…… -
Activity controls dialog style, display size and location
To meet the needs of project development, since the project is nearing completion, the user proposes to modify the con…… -
Detailed explanation of Android recycleview application and click event examples
Application and click events of Android recycleview design sketch: Long press yes to delete: The following code: Maina…… -
How to add headers and footers for recyclerview
In the past two days, in the project, I abandoned listview and wanted to try recyclerview. In the process of using it,…… -
Android UI implements the bottom switching label fragment
A UI effect to be shared in this blog is to realize the bottom switching tab. You must have encountered this effect in…… -
The custom view pops up at the bottom of the dialog and pops up and disappears with the animation
Original drawing After clicking code remind_ dialog showdialog dialog_ enter dialog_ exit The above is what Xiaobian i…… -
Android implementation code drawing dotted border background effect
Achieve the following border effects: Dotted line drawing effect can be done using XML in Android. The following is no…… -
Detailed explanation and example code of Android sneak shooting function (taking photos when the mobile phone is turned off)
Android candid function / phone can take photos when turned off The effects are as follows: In fact, the implementatio…… -
How to empty the text in the search box in Android
Requirements: the function of clearing text is added to the relevant search places in the project to increase the user…… -
Talk about the detailed use of Android fragments
Fragments was born Since the introduction of the concept of fragments in Android 3.0, it can be translated into fragme…… -
Solution to the refresh problem of expandablelistview in Android
text The first is the most basic In general, the listview is updated using notifydatasetchanged() adapter.notifyDataSe…… -
Android imitates wechat to shoot short video
In recent projects, the function of uploading short videos needs to be added. The function is set to be similar to wec…… -
Android custom ViewGroup scrollable layout gesturedetector gesture monitoring (5)
This effect is the same as the previous one: http://www.jb51.net/article/100638.htm The effect is the same, but it no ……