I just want to know that is it possible to display custom video ads on native videoPlayer . iwas doing R&D on this topic and got IMA SDk from google developers .
link given bellow :-
https://developers.google.com/interactive-media-ads/docs/sdks/android/quickstart
i downloaded it's sample and make them run on my system they are exactly doing the same thing which i want. i studied the code and found that they are using special type od URL to display their video ,So my first question is that how to get that URL and is that free to make ?
or i need to use framelayout and have to build my custom Ui for achieving that.
The point is i have my store and i want to implement only my store videos as ads on native video player in my application.I am new to this approach and trying to found good solution .Therefore i am here to seek some guidance from you experts.
Any help will be appreciated , Please do provide me some suggestions, i will be very grateful to you.
Regards
Related
is there anyone who can help me to find a neat coding style in a simple way to set a control in my android app that user can change the quality of video manually. im using exoplayer
im looking for the answer for a while and the demo app is so complicated
I am Developing an Audio player in android, i want show a waveform or any other playing animation like this
Can any one please tell me how to achieve this , what is the best approach for this
You can use an Android class called Visualizer; it allows you to access audio being played: Official Android
Please refer to this link to find some example you can download; you can start from one of that, modifying what you need.
Please find here another example to donwload.
I am realizing my own media player am using ffmpeg for decoding and libjnigraphics(Bitmap,SurfaceView,...) for rendering.
I got it working now i want to get an attractive UI i want to display play/pause/stop/next buttons in the bottom of my screen with circular buttons etc like in the actual video players available in the market and in the following picture
How a similar UI is realized in android ?
I searched a lot over the net but i didn't find anything interesting
I would be thankfull if someone gives me tips about making similar UI
If I understand what you're trying to do you should take a look at this answer here:
Android: How to create video player?
by Commonsware and also to his sample application Vidtry.
Hope this helps. :)
Im wondering if is possible to do this. Anywhere on my view I want to see a list of videos (from my youtube channel or just a playlist created by me), this way the user can click in any of them and using the youtube player API would be visualizated in the bottom of the screen for example.
Is this possible to do and if so, how complicated could be? (im really a beginner in android, not in programming). Ive read about Youtube DATA APi but it seems is used with the youtube app so its not what I want to do.
Thanks a lot.
Editing 21/05/2014
Adding information just in case someone in the future is interested in doing this (after one year, but better later than never). I uploaded an exemplary app that shows how to do this. It can be found in the following GitHub repository: https://github.com/Rafagf/HealthTube
Have you taken a look at the examples in the documentation? That's the best place to get started. I don't think anyone is going to be able to provide you with more complete code than what's available there.
I had searched a lot but didn't find any way of how to create the wall similar to that of youtube example !
Does anyone have idea how to create it and What should we call to this component ?