Like this: I am working with list view in android having short messages in it,When I click an item from the list vieW a new activity is started which shows the full description of the message along with additional information.However I want to achieve something like the following image,that when some message from the list view is clicked,then the message will be displayed as in the image rather than starting a new activity.Is there any predefined component there ?If not then how can I achieve it? I don't know how to show the full message on the same screen in a listview
.