Reputation: 1
I'm new in android development.I just created the same app using this code
After clicking on any item it shows the item name only on the next activity.What should i do to show some text, paragraphs and images in the next activity after clicking any specific item (like Adobe After Effects).
Upvotes: 0
Views: 130
Reputation: 10037
Edit single_list_item_view.xml
or edit SingleListItem.java
file.
You can easily add texts or images by drag and drop method in single_list_item_view.xml
.
Upvotes: 1