coolhunter2223
coolhunter2223

Reputation: 1

Android: Open next activity after item clicked

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

Answers (1)

Arshid KV
Arshid KV

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

Related Questions