Develop a Screen equal to SMS Receiving Screen (android). User receive Messages

Asked

Viewed 107 times

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 ?

inserir a descrição da imagem aqui

  • Tutorial explaining how to customize a Listview http://www.vogella.com/tutorials/AndroidListView/article.html

  • Thiago, da para usar isto dinamicamente, IE, as users send messages, I add ?

  • 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!

  • 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...

  • Okay, if you want to create an answer for me to be positive... thank you

No answers

Browser other questions tagged

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