Android Dynamic Request Permissions
AndPermission
This open source library is called AndPermission: https://github.com/yanzhenjie/AndPermission After my practice, I have completely solved the above problems, recommend you to use, interested friends can go to star.
AndroidStudio usage, gradle one sentence remote dependency
compile 'com.yanzhenjie:permission:1.0.8'
Or Maven: ...
Posted by andymike07 on Tue, 11 Jun 2019 19:51:16 +0200
Vertical text control
Source: https://github.com/lybeat/PlumbTextView
PlumbTextView
PlumbTextView is a vertically arranged text control. You can easily use it to define a variety of vertical text styles.
Feature
Arrange the text vertically.
Column and word spacing of text can be set.
You can add a regular expression to split the text. Pl ...
Posted by whansen02 on Sun, 09 Jun 2019 00:29:35 +0200
android studio packaging and gradle configuration construction
By browsing this article, you can learn the following:
Generating Signature Files for Manual Packing
Automatic Packing by Configuration
Hiding Signature File Sensitive Information
Resource Replacement of Different Flavor Packages by Setting Flavors
Multi-channel Packaging
Generate signature files and pack them manually
First gener ...
Posted by dgs on Tue, 04 Jun 2019 01:01:47 +0200
Auto-packaging Android with Jenkins
App packaging has always been done by developers during the submission of tests and final deployment. Because of the large size of the project and the slowness of Android packaging itself, each packaging is time consuming.And according to the rigorous R&D process, developers should only be responsible for submitting code. Packaging during ...
Posted by gwizz on Sat, 01 Jun 2019 19:43:21 +0200
Android Studio Apk Packing Confusion
Recently, some problems have been encountered in the package company's project. Here's a record.
Packaging APK under Android Studio
This article only talks about the way of AS packaging Apk, eclispe packaging can Baidu itself.
There are two ways to pack Apk:
The first way
Use Android Studio's own tools to generate Apk. The specific step is ...
Posted by maxedison on Sun, 26 May 2019 22:14:45 +0200
Huawei G9 Youth Android 6.0 Tests Horizontal and Vertical Screen Switching
Huawei G9 Youth Android 6.0 Tests Horizontal and Vertical Screen Switching
Some people on the Internet say that horizontal and vertical screen switching is not only related to the android version of mobile phones, but also to targetSdkVersion. So let's test whether it is really related to these two aspects.
1. Mobile phone configuration lis ...
Posted by RichterBelmont on Thu, 23 May 2019 03:24:32 +0200
Simple Use of android studio JNI/NDK
See android sdk26(8.0) when it was recently updated
NDK 15.2.4203891
So I updated it. I didn't expect to dry up the D disk directly. I could only delete some files from the D disk, including the android-ndk-r13b file.
By the way, run it again and record it. Although there are not many opportunities to contact JNI development, but occasional ...
Posted by myitanalyst on Sun, 19 May 2019 20:35:24 +0200
Android Integrated Bugly Hot Update
Android Integrated Bugly Hot Update
@ Author GQ 18 December 2017
Recently, a new project will be opened. The leader said that he would not let the old app update, tens of megabytes at a time.
So integrated heat is the trend.~
By the way, use Google Dad Kt language!
Information check
Mainstre ...
Posted by radalin on Sat, 18 May 2019 13:32:47 +0200
Android uses FFmpeg (1) - compile and generate. so files
I have just contacted FFmpeg, and I have searched and sorted out some specific methods of using ffmpeg on android mobile phones for this purpose. As a personal knowledge point, I have arranged the following records. Of course, if I am lucky to help some people, it is naturally better. There are some wrong places to be p ...
Posted by NogDog on Sat, 18 May 2019 07:17:53 +0200
QuickAdapter uses Explanation-Quick Construction of Recycler View Adapter
What is QuickAdapter? As its name implies, it's a quick way to build RecyclerViewAdapter.
What are the characteristics of this component?
Quickly build Adapter, integrate Quick kView Holder, quickly bind data, configure itemView, margin, padding flexibly, set OnItemClickListener, OnItemLong Lister, and can set View Click Ev ...
Posted by dagnasty on Wed, 15 May 2019 23:07:56 +0200