Android Studio/Intellij IDEA Plug-in Development 2Action System

Plug-in Development Series - Android Studio/Intellij IDEA Plug-in Development 1 Plug-in Introduction and Environment Construction - Action System for Android Studio/Intellij IDEA Plug-in Development 2 Action System contains the most basic Action, as well as Action Group. Action What is Action Our own code logic, executed in the ...

Posted by mise_me_fein on Thu, 27 Dec 2018 10:48:06 -0800

Android Studio uses Nexus to build Maven private clothes and upload JCenter

I. Nexus Environment Construction When looking for information online, I found that the file structure of each version of Nexus is very different. I used Nexus 3.4, which is the latest version up to July 8, 2017. 1. Download Download address: http://www.sonatype.org/nexus/ NEXUS REPOSITORY MANAGER OSS [Open Source Software - Free] NEXUS REPOSIT ...

Posted by Dax on Mon, 24 Dec 2018 23:36:06 -0800

Channel loading res, libraries and Class in Android studio gradle

Reprint: Channel loading res, libraries and Class in Android studio gradle Some time ago, when faced with such a demand, the Map function was used in App, and Android built-in google Map Service was used in the overseas version. For the domestic version (as we all know), we used the Golden Map. When importing the Golden Map, we need to add th ...

Posted by koen on Mon, 24 Dec 2018 22:42:06 -0800

Android——Loading images with HTTP POST

When we develop Android, we usually use image loading framework to display pictures, such as universal limage loader, Glide and so on. Developers only need to pass the URL of the network picture and the picture control to display. Simple and rough. But if you encounter a fantastic need like mine (the picture is a URL for a post request), you'r ...

Posted by ibelimb on Tue, 18 Dec 2018 14:57:04 -0800

Android Studio - Phase 45 Gradle manifest Placeholders

    Recent learning of code specifications and writing methods, some experience, ready to write ~including multi-channel typing (previously written methods), factory mode, mvp, and recently packaged multi-channel multi-version display different pages of manifest Placeholders configuration method, you should also encounter on ...

Posted by beyzad on Mon, 17 Dec 2018 12:09:05 -0800

Some Suggestions on Improving the Compilation Speed of Android studio in Google I/O

There is one in Google I/O How to speed up your slow Gradle builds In the speech, some suggestions to speed up Android studio compilation are put forward, which are as follows: 1. Use the latest Android gradle plug-in Google tools team has been working to speed up the compilation of Android studio, so it's best to use the latest Android Gradle ...

Posted by sajy2k on Sun, 16 Dec 2018 05:48:03 -0800