包含标签:Android 的文章
-
Android text scrolling effect
Android realizes the text scrolling effect. It has written a timer and textview text scrolling effect: Demo download l…… -
How to implement and summarize Android image effects
Android graphics effects Recently, in the company's project, there is a need to do picture special effects. I wrote my…… -
Android APK method of removing signature and re signing
Android APK method of removing signature and re signing A very important part of Android development is to sign APK fi…… -
Detailed explanation of setonpagechangelistener method of viewpager
background Recently, you need to implement a custom notification function. I found the code on the Internet, and the s…… -
Android – use Huanxin SDK to develop instant messaging function (with source code download)
In the recent project, the instant chat function is integrated to pick and choose. Finally, Huanxin SDK is selected fo…… -
Android uses popupwindow to implement custom overflow
This example shares the specific code of popupwindow to realize user-defined overflow for your reference. The specific…… -
Simple use of Android WebView
Android WebView 1. First modify the code in activity.xml: 2. Then the code in mainactivity: 3. Finally, set permission…… -
Example of using the custom dialog alertdialog in Android
In Android development, we often need to pop up some dialog boxes on the Android interface, such as asking users or le…… -
Example analysis of Android socket thread connecting openwrt and Arduino MCU serial port two-way communication
No more nonsense. I'll post the code directly to you. The specific code is as follows: The above is what Xiaobian intr…… -
Simple example of Android custom popupwindow
I have nothing to do recently, so I wrote popupwindow. I hope it will be helpful to some people. Always make complaint…… -
Android glide picture loading (loading monitor, loading animation)
This example shares the specific code of Android glide image loading for your reference. The specific contents are as …… -
Color changing effect of sliding up and down Android search box
Sliding the search box up and down to change transparency is a very common effect in app. Let's see the effect first: …… -
Solution to the problem of null pointer exception when using networkinfo to judge the network state in Android
In Android, many people will use the following methods to judge whether the current network is available: However, if …… -
Android – Method for obtaining network time, specific time zone time and time synchronization
Recently, I sorted out Android - Methods to obtain network time, specific time zone time and time synchronization. The…… -
Android custom view control to achieve refresh effect
Three ways to get linear inflator a. LayoutInflater inflater = getLayoutInflater(); b. LayoutInflater localinflater = …… -
Android implements simple paging effects
This example shares the specific code of Android paging effect for your reference. The specific contents are as follow…… -
Method for obtaining secondary signature sign by Android wechat payment
This example shares the method of Android wechat payment to obtain the secondary signature sign for your reference. Th…… -
Quickly grasp the knowledge points of Android screen
1、 First, let's introduce the knowledge about Px, Pt, PPI, DPI and DP Where Px, Pt and DP are length units, PPI and D…… -
Method for realizing picture switching and rotation navigation by using imageviewswitcher in Android
The effect of using viewflipper and viewpager to switch views on the screen has been described earlier (viewpager does…… -
Android realizes code sharing of fruit elimination game
Everyone has played the fruit elimination game. Today, I'll share the code to realize the fruit elimination game. Ther…… -
Android studio EditText click the icon to clear the instance resolution of text content
This article is a function enhancement after customizing EditText style. It has great reference opinions for practical…… -
Detailed explanation of adding head layout and foot layout examples to Android listview
Android listview add header layout and foot layout @ h_ 301_ 4@ I made a small demo when I was studying Himalayas and …… -
Android creating and parsing XML (2) — detailed explanation of DOM method
1. DOM overview To create XML in DOM mode, the standard XML constructor javax.xml.parsers.documentbuilder is applied t…… -
Android custom popupwindow instance code
Let's take a look at the renderings: 1、 Layout 2. Custom mypopupwindow inherits popupwindow public class MyPopupWindo…… -
Android use of glide (Gaussian blur, load monitor, rounded image)
Gaussian blur, load monitor and fillet images are familiar to everyone. Please refer to this article to learn how to a…… -
Error in Android studio run with — stacktrace option to get the stacktrace. Run with — info or — Debu
Android studio Run with --stacktrace option to get the stack trace. Run with --info or --debu Prompt information In fa…… -
Explain the application of MVP mode in Android Development
1、 MVP introduction With the increasing function of UI creation technology, the UI layer also performs more and more …… -
Android phone can’t connect to MAC solution
Android phone can't connect to MAC solution It's very convenient for Android to connect to MAC without installing driv…… -
Android.permission.MODIFY_ PHONE_ Solution to state permission problem
Android.permission.MODIFY_ PHONE_ State permission limit has been changed to system permission Ordinary applications c…… -
Android custom textview to achieve text tilt effect
preface Since the textview control provided by Android does not provide tilt (I haven't found it yet), we can customiz…… -
Solution to fragment management and overlap problem in Android
1、 Fragment introduction Since the introduction of fragment in 3.0, more and more fragments have been used in project…… -
Detailed explanation and implementation code of Android hybrid animation
Android hybrid animation In Android development, we often use animation, but a simple animation (such as rotation, sca……