Hello community,
1. I have a song in the files manager called "song.mp3".
2. I have a simple routine, playing an mp3:
I would like to implement the following function: If I use
the method "Sub btnplaysong_longclick" the mp3 from
the files manager should be handed over to whatsapp.
It would also be possible to open the "share with" dialog
in Android (I do not know the professionell designation):
Does anybody has an idea?
Kind regards
h725
1. I have a song in the files manager called "song.mp3".
2. I have a simple routine, playing an mp3:
Song:
Sub btnplaysong_click
mp.Load(File.DirAssets, song.mp3)
mp.Play
End Sub
I would like to implement the following function: If I use
the method "Sub btnplaysong_longclick" the mp3 from
the files manager should be handed over to whatsapp.
It would also be possible to open the "share with" dialog
in Android (I do not know the professionell designation):
Does anybody has an idea?
Kind regards
h725