包含标签:Android 的文章
-
Example of kotlin’s method of realizing semi-circular progress bar
Brief introduction to kotlin Before development, many students must have many questions. What are the benefits of kotl…… -
Android realizes the effect of dragging the ball to follow the finger
Android drags the ball and moves the demo with your finger for your reference. The details are as follows @ h_ 403_ 1@…… -
Custom APK name and output path of gradle configuration tutorial
preface I've been in contact with Android Stuidio for a while. I had a lot of small problems when I used it before, bu…… -
Android SwipeRefreshLayout tiktok app static refresh
The function of swiperefreshlayout is to refresh our interface directly from the drop-down menu without moving Without…… -
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…… -
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 reads the local gallery and calls the camera to shoot
This article mainly introduces how to read the pictures of Android local gallery and call Android camera for shooting.…… -
Android custom view control realizes a variety of water ripple diffusion effects
design sketch Realization idea This effect is not difficult to achieve, the important thing is thinking This view meet…… -
Android achieves LED luminous word effect
Hello, everyone, this blog is to teach you a small case similar to the LED alarm clock display. The UI is beautiful. A…… -
Android selects album photos and returns the implementation code of the function
First, for reading and writing operations, declare permissions in androidmanifest.xml: Call system Album: Then call ba…… -
Sharing of research on Android third-party application access to wechat platform (2)
After the opening of the wechat platform, it is very popular. Many third-party applications want to try. After all, it…… -
Android studio uses butterknife and zelezny’s methods
preface Butterknife is a view injection framework focusing on Android, which can reduce a large number of findviewbyid…… -
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…… -
How to specify the position of snackBar on the screen in Android and how to solve small problems
Android specifies the location of the snackBar on the screen SnackBar often appears in the form of a small pop-up box …… -
Detailed Android layout optimization
How to write an excellent android app is the goal of every programmer. So how can I write an excellent app? I believe …… -
Example of using Android OSS to upload pictures
preface The uploaded pictures in the previous project were uploaded to Alibaba instead. Record the implementation proc…… -
Explain in detail how to add recyclerview-v7 support package in Android studio
I've always known that recyclerview can replace listview and GridView. I've heard that it has powerful functions, but …… -
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…… -
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 bitmap compress code
With the development of mobile phone hardware, Android's camera function becomes more and more powerful, which can fin…… -
Android custom star slidable scoring control
This example shares the specific method of Android custom star sliding scoring control for your reference. The specifi…… -
Sharing of research on Android third-party application access to wechat platform (I)
After the opening of wechat platform, it is very popular. Many third-party applications want to try to access wechat p…… -
Learn Android from scratch to realize calculator function example sharing (calculator source code)
The following is the effect display: -
Android imitation wechat friend list function
Android studio implements the wechat friend list function. Note that there is a jar package I didn't put up. Please do…… -
Sideslip menu effect of Android imitation Renren client sliding menu
There is a special effect in Renren client, which is quite attractive. You can show the menu by sliding your finger to…… -
Android open Taobao client (hand Amoy) effect and implementation code
We won't talk about the methods of implicit call. If you install the SDK or Alibaba Baichuan, please refer to the offi…… -
Android calls opencv2.4.10 to realize QR code area positioning
On Android, opencv 2.4.10 is called to realize two-dimensional code area positioning (z-xing code). This article is ma…… -
Detailed explanation of 4 ways to display pictures in Android textview
As we know, textview controls are generally used to display text, while images are generally displayed with ImageView …… -
Android programming implements a progress bar effect similar to the circular ProgressBar
This article describes the implementation of progress bar effect similar to circular ProgressBar by Android programmin…… -
Detailed explanation and simple example of kotlin development environment
Hello Kotlin Environment configuration Article code: http://xiazai.jb51.net/201706/yuanma/helloKotlin-master (jb51.net……