Bring values from a Text file to a Listview in Android Studio

Asked

Viewed 21 times

0

I have a file . txt on my phone with the following layout:

123;ManoelEntulhos;Simples;AAA-1111;
456;MateusEntulhos;Comum;BBB-2222;

And I want to show him in my Listview this way:

123
ManoelEntulhos
Simples
Placa: AAA-1111

456
MateusEntulhos
Comum
Placa:BBB-2222

Can anyone help me? Thanks in advance!

  • 3

    Your question seems to have some problems and your experience here in Stack Overflow may not be the best because of it. We want you to do well here and get what you want, but for that we need you to do your part. Here are some guidelines that will help you: Stack Overflow Survival Guide in English (short version). If the solution is very simple it is still possible for someone to do so in the comments.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.