Recent Posts
-
Android teaches you how to make app home page (pull-down refresh and automatic loading)
1、 Overview As a programmer with three years of Android development experience, I'm going to practice the home page f…… -
One of Android’s security verification methods using signed SHA1 (recommended)
Recently, baidu map API was used in Android project. When applying for Baidu map key, we need to fill in "signed SHA1"…… -
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…… -
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 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…… -
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…… -
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 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 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 …… -
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…… -
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…… -
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…… -
Bottom navigation effect of Android bottomnavigationview
Bottomnavigationview appeared in material design a long time ago, but the bottomnavigationview control was not added u…… -
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 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 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 sideslip navigation bar example code
Today's new content is the sideslip navigation bar. I think everyone must be familiar with it, because this effect is …… -
Method for Android listview child control onclick to correctly obtain position
In actual development, we sometimes need to respond not only to the onItemClick of listview, but also to the click eve…… -
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…… -
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…… -
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 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…… -
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 …… -
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…… -
Method for creating option menu in Android
Using the optionmenu Just override two methods Public Boolean oncreateoptionsmenu (menu menu): initialization of menu …… -
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…… -
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…… -
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 asynctask uses instance code skillfully
Android AsyncTask Contact Import Contact deletion Thank you for reading, hope to help you, thank you for your support …… -
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 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 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 ……