Hello,
I have a file done.txt inside my application which I download from my ftp with httputils2
text file look's like this
1254278893454123:213123521252:32131231231:315353322352:12121212355
2315326674254621:545742021000:12314545545:231245544554:21587742345
etc...
So now I want to add edittext and when user correctly type 1254278893454123 ( only correct number )
the rest of numbers will be placed in edittext2.text="213123521252" , edittext3.text="32131231231" and
edittext4.text="315353322352"
edittext5.text="12121212355"
I use : as separator
So it will only read 1 line from txt file and populate rest of edittextboxes...
I dont know how to manage code for that
I have a file done.txt inside my application which I download from my ftp with httputils2
text file look's like this
1254278893454123:213123521252:32131231231:315353322352:12121212355
2315326674254621:545742021000:12314545545:231245544554:21587742345
etc...
So now I want to add edittext and when user correctly type 1254278893454123 ( only correct number )
the rest of numbers will be placed in edittext2.text="213123521252" , edittext3.text="32131231231" and
edittext4.text="315353322352"
edittext5.text="12121212355"
I use : as separator
So it will only read 1 line from txt file and populate rest of edittextboxes...
I dont know how to manage code for that