Android
-
Android adds text and image watermark example code to images
We sometimes need to add watermarks to pictures when we are doing projects. Shuihan encountered such a problem today, …… -
Method of clicking hyperlink to start QQ in WebView in Android
preface Once in an interview, the interviewer asked how to click a hyperlink in WebView to start a type of QQ similar …… -
Graphic tutorial of Android studio installation and configuration method
This article mainly explains some problems encountered in installing Android studio and configuring environment variab…… -
Java.net.bindexception: bind failed: eaddinuse problem in Android solution
Java.net.bindexception: bind failed: eaddinuse problem in Android solution Look at the following questions: resolvent:…… -
Talking about Android getting pictures on ImageView and a possible problem
1. Call setdrawingcacheenabled (true) before obtaining the picture: Example: mimageview.setdrawingcacheenabled (true);…… -
Detailed explanation of the method of drawing dashed lines by Android custom view
preface To tell you the truth, when I first saw this requirement, my first reaction was that canvas only had drawLine …… -
Dynamically add height instances of LinearLayout
Examples are as follows: Note: obtain the screen width first, and obtain the height of the layout through the screen w…… -
Android starts the activity implementation code in another app / APK
Android starts the activity implementation code in another app / APK preface: Android provides the ability to start an…… -
Detailed explanation and application of Android layoutanimation
Detailed explanation and application of Android layoutanimation preface: Recently, when playing an app, I found that w…… -
Detailed introduction to Android and H5 intermodulation
Detailed introduction to Android and H5 intermodulation Wechat, microblog, wechat, QQ space, a large number of softwar…… -
How to implement the activity of starting another program in Android
How to implement the activity of starting another program in Android You can use action, for example: 1. For example, …… -
Detailed introduction to modifying datepicker font color and split line color for Android
1、 Introduction to datepicker and TimePicker Datepicker is a date selection control, which inherits from the FrameLay…… -
How does Android enable full screen video playback on HTML5 pages in WebView
preface This article mainly summarizes and shares a problem encountered in recent work, and mainly introduces how to m…… -
Android realizes the functions of clicking on the picture in the WebView interface to slide browse and save the picture
1、 Implementation requirements Recently, the requirements encountered in the company's projects are as follows: 1. Cl…… -
Android five ways to hide the status bar and title bar
Android five ways to hide the status bar and title bar Method 1: Method 2: Method 3: Method 4: dynamically display and…… -
Detailed explanation of switching language in app
A few days ago, the customer requested to add a function to the app. This function is already very common in the marke…… -
Android imitation QQ space dynamic interface sharing function
Let's see the effect first: With very little code, the data acquisition and processing of dynamic details and secondar…… -
Use popupwindow to imitate wechat praise and comment pop-up in Android
The praise and comment function of wechat circle of friends has two components: the "more" button in the lower left co…… -
Detailed explanation of how Android asynctask implements asynchronous task processing
Detailed explanation of how Android asynctask implements asynchronous task processing When developing Android applicat…… -
Detailed explanation and example of Android single thread model
Detailed explanation and example of Android single thread model We will introduce the Android single thread model in d…… -
Drawing round, triangular and fan-shaped avatars in Android image processing
preface I believe it is easy to draw circles and pictures in the daily development of Android, but drawing circular pi…… -
Android actionbar fully parses and uses the best navigation bar officially recommended (Part 2)
The main content of this article comes from Android doc. I have done some processing after translation. Good English f…… -
Android method of adding segment header for listview
design sketch: I remember a similar effect on GitHub Let's talk about the idea to achieve this effect: embed the segme…… -
Android limit EditText integer and scale filters (detailed)
A filter is written to limit the integers and decimal places of EditText input as needed, as shown in the following co…… -
Using spinner to realize the drop-down list function in Android
Spinner Spinner is a list selection box. After the user selects, a list will be displayed for the user to select. Spin…… -
Three methods to solve the problem that EditText does not display the cursor (summary)
There are three solutions 1. Add the following attributes to EditText 2. Add the following attributes to EditText 3. I…… -
The layout example code of the navigation bar turning the page below is displayed in the Android page
When there are too many page entries, paging is required. To display the layout related to paging in the layout, use A…… -
Android actionbaractivity setting full screen untitled implementation method summary
Android actionbaractivity setting full screen untitled implementation method summary preface: The new activity inherit…… -
Simple implementation of adding digital corner markers to Android Applications
Corner sign, English is badge, which means "badge, badge, medal; symbol, mark". design sketch You can see the red circ…… -
Discuss in detail the differences between set, pre and post of matrix in Android
Before talking about the difference between set, pre and post, let's talk about matrix. Matrix contains a 3 x 3 matrix…… -
Simple implementation of Android catching exceptions and uploading them to the server
In the project, our application often crashes. If your project has been sent to the application market, the applicatio…… -
On the conflict resolution between viewpager and rotation chart
Examples are as follows: The above article on the conflict resolution between viewpager and rotation chart is all the ……