Android
-
Android integrated Baidu map development process and precautions
preface Recently, the company wanted to integrate Baidu maps into the project, so I studied the SDK of Baidu maps for …… -
Python use experience to get the list of GitHub code bases
1. Background According to the project requirements, it is required to obtain the repo API of GitHub so that the repo …… -
Android calls the camera to take photos
Now, the pixels of Android smart phones will provide the function of taking pictures. The pixels of most mobile phones…… -
Android music player progress bar effect
This example shares the specific code of Android to realize the progress bar effect of music player for your reference…… -
Android uses websocket protocol to communicate with the server
In a recent project, the server needs to actively push messages to the client. In this case, the general HTTP connecti…… -
Android uses surfaceview to realize floating praise animation
Recently, live broadcast is too laggy. When you mention animation, you think of using View's attribute animation. Late…… -
Android implements similar 3D touch menu functions
preface In the development, we often encounter the need for the implementation of menu function, and we often refer to…… -
Summary of differences between TextureView and surfaceview in Android
Both surfaceview and TextureView inherit from android.view.view Different from other views, both can draw and render i…… -
Android studio downloads videos locally
Recently, I have been studying the problem of downloading videos locally, such as iqiyi, Tencent video, Xunlei look, e…… -
Android irregular closed area fill color example code
1、 Overview In the previous description, we completed the filling of image color through layers (please stamp: Androi…… -
Android camera takes pictures
Application scenario: In the process of Android development, it is sometimes necessary to call the functions of the mo…… -
Android uses audiorecord class to realize audio recording program
The audiorecord class is closer to the bottom layer than the mediarecorder, and there are fewer methods encapsulated f…… -
Detailed analysis of the principle of obtaining root permission by Android operating system
Analysis of Android root permission cracking Many Android machines newly purchased by mobile phone users have not crac…… -
Android realizes the automatic rebound effect of drop-down enlarged pictures
This example shares the specific code for Android to realize the automatic rebound of drop-down enlarged pictures for …… -
Detailed explanation of Android imitation headlines and wechat big picture preview view
Big picture preview @ h_ 419_ 5@ In my current project, there is also the function of large picture preview, but its i…… -
Example code of Tencent QQ login for Android third-party login
Layout file Configuration in manifest file code Permissions to add The above is the example code of Tencent QQ login f…… -
Android dynamic pie chart example code
For the requirements in the project, the mpandroidchart library was found at that time, which can be implemented, but …… -
GitHub Configuration Guide
1. Create a project and enter the project folder 2. Please refer to the official website guide for initializing SSH ke…… -
Android call camera development tutorial
Now in many applications, users are required to upload a picture as a avatar. First, I receive photos with a camera an…… -
Method of calling system camera to take pictures and take pictures in Android
preface In many scenes, cameras are needed to take photos or videos and process them on the basis of photos or videos.…… -
Method for expanding click area of Android view
Sometimes, after the effect is made according to the visual diagram, it is found that the click area is too small, it …… -
Android custom textview enables sliding to unlock highlighted text
The following code is for you to share. Android custom textview realizes the effect of sliding unlocking highlighted t…… -
Example of circular translation animation for Android
Realize the animation of moving from left to right in a loop with a background image. 1. Implement two animation XML f…… -
Android wechat third party login (personal notes)
Today, I was writing wechat login. I spent half a day doing it and then wrote down my notes in the hope of helping mor…… -
Method of Android studio configuring AspectJ environment to implement AOP
Yesterday, I saw a live video of Android configuring AspectJ to realize AOP, and tried to configure it myself. It may …… -
Transparent setting of activity transparent / translucent effect (two implementation methods)
Method 1: create styles.xml in RES / values folder: -
Android calls the camera to take photos and video
Application scenario: In the process of Android development, it is sometimes necessary to call the functions of the mo…… -
Android implements the method of calling camera and photo album
It's convenient for Android to call the camera. Take a look at the interface first Layout file activity_ Main.xml sour…… -
Example code for Android to obtain root permission
Getting root permission for Android is actually very simple. Just execute the command "Su" at runtime. Where is_ Root …… -
How to use collection in kotlin development
About kotlin development Using kotlin to develop Android apps is becoming more and more popular among Java engineers. …… -
Android custom circular view to achieve the effect that the ball moves with the finger
This example shares the specific code of Android to realize the effect of small ball following finger movement for you…… -
Simple method of adding wechat sharing to Android Applications
1、 Apply for your appid http://open.weixin.qq.com/ Friendly tip: it is recommended to use the MD5 value of the last s……