jatisari / ProductCatalog

Product Catalog adalah project yang berisi tentang menampilkan Product Buah yang berisi Gmabar, Nama dan Harga dalam GridView
2 stars 1 forks source link

onItemClick play sound. #1

Open lovebdsobuj opened 8 years ago

lovebdsobuj commented 8 years ago

How can I impalement onItemClick play sound? I want to store mp3 files inside resource folder.

res\raw\apple.mp3 res\raw\banana.mp3

jatisari commented 8 years ago

Actually this source is only show the catalog of product. You can use SoundPool to play mp3 file in raw directoy.

lovebdsobuj commented 8 years ago

@jatisari, thank you so much. I understand this source is only show the catalog of product.

Actually, I want to create a kids learning alphabets app. Display Screen will be like this & onClick play. screenshot_00116_22h44m36s

So, I think, I can use this source code for alphabets app.

Can you help to do that...?