Android
-
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…… -
Android implements widget clock sample sharing
1、 Configure widgets in the androidmanifest.xml file: 2、 Create an XML directory under the res directory of the proj…… -
Method of dynamically switching component background for Android
The function of the program described in this paper is to dynamically select component background, system skin, custom…… -
Android captures system exceptions and uploads logs
When doing projects, we often throw out the error utilization exceptions, so that we can check the errors through the …… -
Httpurlconnection and okhttp are two methods to obtain network data
Cut the crap and go straight to the code. Easy to understand. The XML is as follows: Activities are as follows: Note: …… -
Design pattern based on Android — detailed explanation of the strategy pattern of SDK source code
In fact, the strategy model is very simple (do you feel relaxed when you hear this sentence?). For example, sorting, t…… -
Android uses jQuery to realize the special effects of item clicking to show or hide
This article introduces an example of Android using jQuery to realize the special effects of item clicking, displaying…… -
An example of building a general crawler framework based on vert. X and rxjava 2
Recently, because the business needs to monitor some data, although there are many excellent crawler frameworks on the…… -
Android programming is a method to judge whether an application has a certain permission
This paper describes the method of Android programming to judge whether an application has a certain permission. Share…… -
Android imitation Netease client top navigation bar effect
Recently, I just wrote an animation effect of the navigation bar on the home page of Netease client. Now I share it fo…… -
Android 5.0 new control instance details
Google launched some new controls while launching Android 5.0. The following five new controls are most commonly used …… -
Two methods for Android to judge whether the current application is in the foreground or background
1. Judged by runningtaskinfo class (additional permission required): You need to add the following permissions in the …… -
Ionic monitors the Android return key to realize the “press again to exit” function
Apps on Android platform often encounter the function of "press again to exit the app" on the main page, so as to avoi…… -
Method of simple image crawler based on rxjava2
Since October this year, I have tried to import some pictures to tensorflow to generate models, which requires a large…… -
Android implements raw folder import database code
There is such an interview question: How to publish SQLite database (dictionary. DB file) together with APK file? A: j…… -
Method for realizing WiFi scanning and connection by Android programming
This paper describes the method of WiFi scanning and connection by Android programming. Share with you for your refere…… -
Super practical system management tools developed by Android [SD card, network, URI, screen, network, soft keyboard, text, process, etc.]
This paper describes the super practical system management tool class developed by Android. Share with you for your re…… -
Naming method of Android multi language value folder
New multi language pack There are two ways to create a new multi language package in the Android studio project. One i…… -
Android programming method for obtaining package name, version number, permission and other information
This paper describes the method of Android programming to obtain package name, version number, permission and other in…… -
Complete example of media playback tool class developed by Android
This paper describes the media playback tool class developed by Android. Share with you for your reference, as follows…… -
Android MIUI notification SMS permission
MIUI has a lot of pit father designs. For example, MIUI's mobile phone can't debug and install applications via USB wi…… -
Android programming realizes the functions of exception capture and corresponding log file saving in the project
This paper describes the exception capture and corresponding log file saving functions in the Android programming proj…… -
An example of coordinatorlayout usage of Android features
When I create a new module on the as, the default outermost layout of the system is no longer one of the five familiar……