Start developing Android with Kotlin

The first is related resources. AndroidStudio 3.0 canary 1 Official Download Address Click without ladder Baidu Cloud Download Address Google provides demo clicks on new Android O features and Kotlin Kotlin Demo Android Studio 3.0 already fully supports Kotlin, so now you can easily build a new Kotlin-based Android project or add Kotlin ...

Posted by Shroder on Sun, 30 Jun 2019 00:43:13 +0200

Signature Configuration of Android studio

We can create a new project and then generate a new signature file.   Generally speaking, after these operations, we can package by clicking Build - > Generate Signed APK - > Next in the upper left corner, and then selecting the corresponding Build Type. That's too much trouble for some people. They have to input relevant informatio ...

Posted by immot on Sat, 22 Jun 2019 20:00:32 +0200

Glide Frame Gauss Blur Picture Processing

From: https://ligboy.org/?p=380 For those who don't need to see rubbish, please go directly Show me the code For fuzzy processing, there are four general solutions: Algorithmic processing for Java implementation; Algorithmic processing for NDK implementation; RenderScript processing; openGL processing; Generally speaking, the perfo ...

Posted by stephenk on Sat, 22 Jun 2019 18:34:16 +0200

Fusion Cloud SDK Integration (I) Integrated SDK and Connected Successfully

Disclaimer: This blog is for personal learning records only. Recently, when I was bored, I browsed the major recruitment websites and found that all the recruitment requirements had written about im experience or integrated experience of Rongyun Huanxin. Here the blogger specifically to understand the XMPP protocol and use OpenFire server to ...

Posted by JonnyThunder on Sat, 22 Jun 2019 02:28:28 +0200

Handwritten Spring mvc framework

Handwritten Spring mvc framework 1. Dependency Management Tools Maven,Gradle Advantage: Automated Management Dependency (jar package) Resolve Dependency Conflicts Packaging (mvn clean package) Characteristic: Contract greater than configuration For example, src is the agreed code directory The same project can have many modules, each bui ...

Posted by wazo00 on Thu, 20 Jun 2019 18:14:48 +0200

Step of Learning (2) Kotlin Implementing Recyclerview List

A day's plan lies in the morning. Come on! Summary In this paper, kotlin implements a recycler view list, item click events. demo has been written long ago, but it will be forgotten after a long time. Still need to review frequently, is not there a memory curve, so this article is my review, as the saying goes, good memory is better than b ...

Posted by wgh on Wed, 19 Jun 2019 23:29:22 +0200

Simple use of RecyclerView

Use of RecyclerView 1 Introducing recyclerView In the build.gradle file in moudle, find dependencies and add a reference to recyclerView: compile 'com.android.support:recyclerview-v7:24.2.0' In fact, the design package contains many controls related to Material Design, including recyclerView code, so you can also use recyclerView by re ...

Posted by Alkimuz on Tue, 18 Jun 2019 22:13:42 +0200

Android: Building a JNI Project with CMake

The default tool for building JNI projects with Android Studio version 2.2 or later is CMake, which has been tried recently because of the need to compile C files and is really much more convenient than ndk-build.The following will be android-gpuimage Take this project as an example. 1. Download NDK and build tools Open SDK Manager: Select T ...

Posted by fme on Fri, 14 Jun 2019 20:11:32 +0200

RecyclerView Comprehensive Source Code Analysis

RecyclerView Summary RecyclerView is Android 5.0, which started to provide a recyclable container. It is more advanced and flexible than ListView. It can be reused and scrolled efficiently. It can customize various layouts and interaction effects easily. It inherits from ViewGroup, so its display and interaction can not be separated from five ...

Posted by bfuzze_98 on Fri, 14 Jun 2019 00:45:12 +0200

The Use of Tencent Bugly

Library File Import Bugly supports automatic integration and manual integration. If you use Gradle to compile Apk, we strongly recommend that you use automatic access to configure library files. Automatic integration (recommendation) Bugly support JCenter Warehouse and Maven Central Warehouse . In order to achieve more flexible co ...

Posted by bigwatercar on Wed, 12 Jun 2019 20:51:36 +0200