Teach you how to play Android Studio one-click multi-channel packaging
If you still pack each market manually, you will feel very painful without saying that Low is not low, right? Some students even need 3-5 minutes to pack one time with Windows build. Half an hour to pack six market packages has passed. Most importantly, errors may occur in the process, which will increase the difficulty and cost of testing.
T ...
Added by joyser on Sun, 19 May 2019 15:03:31 +0300
Android Official Database Room - Data Migration
Links to source documents
data migration
If app Adds / modifies feature s, it needs to redefine entity classes to reflect these changes. When the user updates, keep the original data, especially the data that cannot be recovered from the server.
Room allows you to write Migration classes for data migration. Each Migration cl ...
Added by homchz on Sun, 19 May 2019 11:43:53 +0300
Bugly implements hot update of APP
Bugly implements hot update of APP
Bugly implements thermal repair using Wechat Tinker Technology. Tinker is simplified.
Bugly Hot Repair Official Documents
Configuration parameters
Adding plug-in dependencies
Add:
buildscript {
repositories {
jcenter()
}
dep ...
Added by shaunno2007 on Fri, 17 May 2019 00:42:53 +0300
FaceBook login access
Official documents
Facebook logs in to Android official documents
Create application
First go Facebook Developer Platform Register for a developer account where you need to go over the wall and add your own application in the background
SDK integration
There are two ways to integrate SDK
Maven mode
In your project, open your_app > G ...
Added by balkan7 on Thu, 16 May 2019 16:20:21 +0300
Organize Notes--gradle
Gradle
Concepts: Open source project automation build tools, based on Ant and Maven, introduce Groovy-based Domain Specific Language (DSL), which no longer manages build scripts in XML.
Tools-->groovy Console-->Open groovy view
Groovy vs. Java:
// Classes and methods default to public Full compatibility Java Grammar of
public class Proje ...
Added by jammyjames on Wed, 15 May 2019 14:38:03 +0300
Eclipse android project to android studio
The old project of the former company was developed with eclipse. Although android studio has been out for a long time, it has been trying to avoid some problems in migration, but recently Google has asked that android projects be compiled with android 8.0. Then it is found that eclipse+ADT no longer supports jdk 1.8 and androi ...
Added by lajocar on Tue, 14 May 2019 19:19:56 +0300