Android代码 android ab test builder
android-ab-test-builderSimple tool which help you to implement A/B Test.DownloadComming soon.CodePreparationPrepare enum.enum ButtonColorPatterns { RED, GREEN, YELLOW}Build ABTest instance// Show button RED : GREEN : YELLOW = 80 : 10 : 10final ABTest buttonColorABTest = new ABTest.Bui
下载地址
用户评论