Are there specific UI elements for messaging within android apps? For example the elements used in the Google Talk app.
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I did not come across any specific UI Widgets for chat applications, the only thing that is not ordinary is the Chat-ListView which could be a modified ListView or a custom view. For me it looks like it’s a custom View. Other UI elements are just: ActionBar, ViewPager and an EditText at the bottom.