私はアンドロイドに取り組んでいます。「|」を含む文字列があります および「@」記号。
str = |13651@This is testing1@4769@This is testing2@0@0@4769@1@0@|13652@This is again testing1@4766@This is again testing2@1@1@3245@0@2@|.................
First, I need to split the string upto '|' operator. So i will get data like
str[0] = 13651@This is testing1@4769@This is testing2@0@0@4769@1@0@
str[1] = 13652@This is again testing1@4766@This is again testing2@1@1@3245@0@2@
初めて str[0] データを設定する必要があります。次に、次のボタンがクリックされると、str[1] データを設定する必要があります。もう一度次のボタンをクリックすると、str[3] を設定する必要があります。
どうやってやるの?どんな助けでも感謝します。