Hi,
An easy way to take/record/choose photo/video/audio with this small class (clMedia.bas).
No permission needed
It uses intents to call default app.
3 constants for media type
cPhoto = 0
cVideo=1
cAudio=2
2 constants for origin
cNew=0
cChoose=1
1 method to call with 2 parameters (media...
Hi to all
I want to make a lyric timing app for android and I use libraries to find music path, name and duration,artists and ...
I want to know how can I get the mp3 cover image?
is there a library?
please help me, i need that soon
thanx a lot
I seem to be having a bit of a problem with the execution of this code which is in my service:
Sub IsStreamActive(Stream As Int) As Boolean
Dim jo As JavaObject
Return jo.InitializeStatic("android.media.AudioSystem").RunMethod("isStreamActive", _
Array(Stream, 0))
End Sub
I'm...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.