Video chat in android - android

What i am doing:
I am building an android application for 1 to 1 video chatting and i need help here
What i did:
1) I came across Quickblox, i tried my best to understand and implement it and i really coudn't get it working
2) I researched about Sipdroid, i cant understand it either
What i want:
I am in need of either
1) A simple library, with good documentation to implement video chat.
2) An excellent tutorial for implementing video chat in android.
Please guide me

Related

Display Custom video ads on native android videoPlayer like on Youtube

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

Share / repin button on pinterest

developing an app, and I was wondering if someone on here could give me some general information about what this thing from the pinterest app on both android and ios is called and where i can find out more information about how to create a more basic one etc... it is where you press down and hold on a picture and 3 buttons come up in a fan sort of pattern. here is a pic
thanks a bunch! Any info to start learning would be great!
It is called an 'ArcMenu' and one Android implementation can be found here:
https://github.com/daCapricorn/ArcMenu
Credit to 'Capricorn' for the GitHub library

Is this possible to do? Playlists + Youtube Player API

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.

How to create Wall similar to youtube for Android Tablet?

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 ?

Tutorial for uploading a photo from android

Hi there I'm looking for tutorials to upload a photo from an android device to a service such as flickr or photobucket etc. Im not fussy!
(I mean code tutorials, not how to use my android device ;) )
Thanks, Rich
For Flickr, I would start exploring the Flickr API at http://www.flickr.com/services/api/. There is actually a dedicated wrapper for Android, called flickrj-android. This is built upon flickrj, which has extensive documentation and a good example for implementing calls into your Java code.
For Photobucket, start with exploring the public Photobucket API documentation.
Good luck!

Categories

Resources