包含标签:Android 的文章
-
Android solves the problem of soft keyboard blocking buttons in an elegant way
preface For example, in the login operation, the user must want to directly click the login button after entering the …… -
Example of Android programming to realize user-defined input method function [prevent third-party theft when entering password]
This paper describes the implementation of user-defined input method function by Android programming. Share with you f…… -
Android programming implementation click link to open app function example
This article describes the example of Android programming to click the link to open the app function. Share with you f…… -
Android makes a simple vertical pull-up and slide down effect
1、 Introduction Recently, a friend company needs to implement a vertical pull-up and slide down view. Initially, only…… -
Android uses surfaceview to realize simple timer
I have taught myself Android for several months. With the rhythm of the Internet, I should write some blogs early to i…… -
Example of simple bullet screen effect realized by Android programming [download demo source code attached]
This paper describes the simple barrage effect realized by Android programming. Share with you for your reference, as …… -
Android Gallery usage example
Just learning Android, I made a small demo with gallery to record. The effects are as follows: The above is the whole …… -
Android asynctask uses instance code skillfully
Android AsyncTask Contact Import Contact deletion Thank you for reading, hope to help you, thank you for your support …… -
Bottom navigation effect of Android bottomnavigationview
Bottomnavigationview appeared in material design a long time ago, but the bottomnavigationview control was not added u…… -
In Android, the toolbar slides with Scrollview, and the transparency gradient effect is realized
In Android, the toolbar slides with Scrollview, and the transparency gradient effect is realized 1、 Idea: listen to S…… -
Android custom view makes circular progress bar effect
Or the steps we define our view: 1. Customize the view properties. 2. Obtain our customized properties in the view con…… -
Problems encountered in Android pop-up soft keyboard and Solutions
Demo download Important code: remarks: Full screen mode: 1. Set the full screen through style or setflags (...); 2. Ac…… -
Android: how to write a “universal” activity
preface I've been developing Android for some years. I often think of the code I wrote when I was a beginner. I have t…… -
Detailed explanation of selecting picture examples from gallery in Android
Android selects pictures from the gallery In Android, how to select pictures from Gallery Gallery is actually very sim…… -
Android realizes partial picture sliding guidance effect
Android realizes partial picture sliding guidance effect The event listener code of viewpager is as follows: In the ev…… -
Method for creating option menu in Android
Using the optionmenu Just override two methods Public Boolean oncreateoptionsmenu (menu menu): initialization of menu …… -
Android determines whether the mobile phone has a map application installed to jump to the map application
preface Now many applications will use maps, but we certainly don't want to get a navigation god horse in our app, so …… -
How to add and ignore files when Android uses version control tools (detailed explanation)
When Android studio cooperates with SVN, it is relatively simple to add ignored files. First, open the settings option…… -
Android imitation IOS viewpager sliding progress bar
In recent projects, I encountered the following requirements: viewpager paging. If it is 6 pages (including 6 pages), …… -
Android spannablestring sets properties such as hyperlink, color, font, etc
Android spannablestring sets properties such as hyperlink, color, font, etc In Android, textview is the most commonly …… -
Detailed examples of Android obtaining mobile phone information
Android get phone information Application information: package name, version number, version name, and whether the mob…… -
Android sliding component suspended and fixed on the top effect
The effects to be achieved are as follows: Scene: sometimes it is a component in the middle of the content, which is f…… -
Method example of setting row column split line in Android control GridView
preface Although aAndroid already has recyclerview, a very powerful view, which can be directly controlled into listvi…… -
Implementation method of react native custom title bar component
Hello, let's talk about how to implement the custom title bar component today. We all know that RN has an advantage th…… -
Android programming uses custom view to achieve water wave progress effect example
This article describes the example of Android programming using a custom view to achieve the effect of water wave prog…… -
Simple usage of Android Xiaomi push
The company's projects need to be pushed. We choose to push with Xiaomi. After a period of exploration, we can finally…… -
Android realizes the functions of Sketchpad and WordPad (with source code download)
preface This article will share with you a script function DEM developed by Android, which can simply operate the imag…… -
Android control suspension effect example code
With the rapid development of mobile Internet, it has been closely related to our life. Many people can be seen in the…… -
Android realizes login function through PHP server
Android client and PHP, @ r_ 419_ 1638 @ build a simple interaction between servers to realize the login function. Imp…… -
Set custom ringtone function for Android App
Because there is a demand to add ringtones and play them in their own app, but most of the relevant materials consulte…… -
Android custom material progress bar effect
First look at the renderings Layout file: Declare properties Custom controls: Set the color value on the progress bar …… -
Android custom camera to achieve timing camera function
This blog introduces you to the Android custom camera and the countdown camera function. First, the surfaceview contro……