A Demo takes you to play Huawei Account Services

stay Access Guide: An article about Huawei Account Services We have described the advantages of Huawei Account Services, such as one-click authorization to log in to Huawei for sharing the whole scene, sharing all user resources of Huawei Account, account security, reliability, easy and fast access, and why it can help developers to increase th ...

Added by assessino on Mon, 07 Mar 2022 19:45:12 +0200

Writing gradle scripts using Kotlin

Writing gradle scripts using Kotlin summary IDE support Build importSyntax highlighting 1Semantic editor 2IntelliJ IDEA✓✓✓Android Studio✓✓✓Eclipse IDE✓✓✖CLion✓✓✖Apache NetBeans✓✓✖Visual Studio Code (LSP)✓✓✖Visual Studio✓✖✖ Kotlin syntax highlighting in Gradle Kotlin DSL scriptsGradle Kotlin DSL scripts supports code completion, navigatio ...

Added by npereira on Thu, 24 Feb 2022 17:17:49 +0200

How to publish Android library to Maven central warehouse

preface This article is used to record how to upload your library to maven central warehouse, First, we need to register the jira account of sonatype, and then apply to create our own repo. After the official review, we can have our own space;We use gradle's maven publish and signing plug-ins to simplify the operation of packaging and uploadi ...

Added by Caps on Thu, 24 Feb 2022 17:13:41 +0200

javaCV+idea+gradle configuration tutorial

preface This article is completely free!!! This article is completely free!!! This article is completely free!!! Important things are said three times. All articles are paid for in their own research. Even if they are free, they only say general or a little, which is really disgusting. This article is mainly about the installation and depl ...

Added by ramma03 on Fri, 28 Jan 2022 19:18:14 +0200

Docker can easily build Nexus private warehouse and realize Maven private server

1, Foreword It is believed that domestic small partners have experienced too slow pull-down speed of Gradle, Maven and NPM. Our general approach is to configure Alibaba cloud Central warehouse . The acceleration problem can be solved in this way, but if the library within the team wants to upload and distribute, it is not appropriate to trans ...

Added by jrough on Thu, 27 Jan 2022 22:39:49 +0200

AS Arctic Fox configuration 360 reinforced command line mode gradle plug-in

Create self-defined plug-ins in gradle. Gradle provides three ways: In build Used directly in gradle scripts Use in buildSrc Used in stand-alone modules This article introduces the third method. The plug-in of the third method can be uploaded to the local or network for other projects or projects 1, Configuration process 1.1 coding of plug-in ...

Added by mzm on Tue, 25 Jan 2022 09:39:48 +0200

Android Gradle plug-in development - release fat jar

Android Gradle plug-in development - release and integration This article describes how to package and publish third-party libraries together In some cases, we need to merge the jar package that the project depends on into the jar package of our own project. The jar that comes out is called fat jar. The method I use requires the shadow plug-i ...

Added by dr.maju on Tue, 25 Jan 2022 00:39:26 +0200

Gradle+ASM practice -- Thoughts on privacy policy

preface I wrote an introduction to the previous two articles: Gradle plug-in + ASM practice - Introduction and Gradle+ASM actual combat - advanced level , those who are not familiar with gradle+ASM can go to the previous article to check github address: https://github.com/Peakmain/AsmActualCombat Demand background The new company was replace ...

Added by dodginess on Mon, 24 Jan 2022 15:44:14 +0200

Aexlor -- rapid construction of java OA business application framework

1. Aexlor overview Axelor Open Suite is a French Open Source OA project framework: Axelor Open Suite focuses on business processes, reduces the complexity of development and helps us build applications quickly. It is an MVC framework, which requires us to write a small amount of java code, because its models, views and actions are defined in x ...

Added by ryanthegecko on Sun, 16 Jan 2022 07:02:38 +0200

Gradle multi-channel packaging (dynamically set App name, application icon, replace constant, change package name, change channel)

First put a complete multi-channel / multi environment packaged configuration, and then explain it. Achieved: Different environments and package names;Modify different strings in different environments XML resource file;Modify the specified constant in different environments;For different environments, modify androidmanifest Channel varia ...

Added by pea on Wed, 12 Jan 2022 12:05:26 +0200