我应该读两个单独的字符串,计算长度,然后将第二个放在第一个结尾的新位置。我正在计数,并将第一个字符串保存到新位置,但在第二个字符串上我只得到第一个要追加的位。我不确定我的问题在哪里,提前谢谢。
android {
...
dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
compile "com.github.danielnilsson9:color-picker-view:1.4.0@aar"
...
}