0
Good Afternoon,
I’m starting on Android.
I’m making a app where a user will receive various messages from other users, each message containing 2 fields.
The user will access a screen and see this messages.
I would like to make this screen with the same layout as when we received one SMS, as below:
Can anyone tell me where I find this Layout ? Or how I can do ?
Tutorial explaining how to customize a Listview http://www.vogella.com/tutorials/AndroidListView/article.html
– Thiago Luiz Domacoski
Thiago, da para usar isto dinamicamente, IE, as users send messages, I add ?
– Sergio
Yes! You must have a Service that will receive / read the SMS, and this must notify your screen, which in turn adds the list through the Arrayadapter!
– Thiago Luiz Domacoski
Okay, now that you’ve informed me which component to use... I searched and found this tutorial tbm :https://arthurlehdermann.wordpress.com/2013/03/11/android-criando-um-listview-personalized/ ... So, it is not SMS, will be data that I will take from an external WS, and show pro User.... to using retrofit + php slim...
– Sergio
Okay, if you want to create an answer for me to be positive... thank you
– Sergio