Implementing real time video chat using Android - android

Does anyone know how to implement voice/video over IP in a android application ?
I am trying to understand how it works and should be done. what is the best technology to do that ? is there any good tutorial ?

check out SipDroid. It does pretty much what you want and is free open source software. You can check out their code and go from there. http://code.google.com/p/sipdroid/

Related

home automation, android application raspberry reading/sending data

I'm working on this project, i dont have a good experience in programming with android studio. I have tried to look in google or youtube for helps but no luck.
Where can I find some good tutorials to help me to understand what I need to do in my application to read data from the raspberry server( like reading temperature) or sending commandes to the server (like switch on/off led).
Anyone can help me out?
You can take a look at OpenHab. It is an open source project with quite a few tutorial and good community support.
http://docs.openhab.org/

Android OS - AMOLED Display Code Development Environment

I am trying to understand the OS code for AMOLED Displays in Andriod. I wanted to know if I can make changes to Android OS code for the display from a given code base, build the OS and test it on any device ? Just want to play around with the code and test it...
If yes, which type of device I need to buy ? Like locked/unlocked and where can I buy them ? Are there any tutorial or links which can help me get started with this ?
I have some experience with Display code development on other platforms but, not on Android.
Any tips and tricks will be highly appreciated.
Thanks in Advance.
Please let me know if any part of the question is vague and needs elaboration.

ubermusic pivot control on android?

I was wondering if anyone is able to tell me how they were able to make the windows UI in the apps UberMusic? I know it's exactly like the windows phone 7 interface and I was wanted to implement that .. anyone know where i could get a tutorial or some source code to look at?
Their re-creating the controls that Silverlight has accessible to the android phone, or using a web based HTML 5.0.
I'm going to go with web based HTML 5.0 as it would be easiest and also cross platformed at a time.
Hope that helps! :)

Bluetooth remote control using android

I have an android tablet and have an application installed on it... Now i need to control this application on the tablet through my android device... is there a way to do such thing?
Explore this example project by Google
http://developer.android.com/resources/samples/BluetoothChat/index.html
see how it works and try to implement your programming skill to transform this chat application to your idea...
How ever I am assuming that you are the author of application which you have desire to control.
happy coding.
EDITED:
Logic structure is simple both application should be able to detect bluetooth and paired(connect) with each other for communication. once you have communication instead of sending message(in chat) you send some information via buttons which will execute some methods on tablet...Just a thought... As if in chat application you can update and add messages to your thread...this application will help you to reach goal. Lot of work though!
If you are familiar with Sockets, this shouldn't be a problem for you, because the Bluetooth-connection and communication in Android is very much the same. See the Bluetooth-Tutorial and Googles "Bluetooth-Chat" example.

Seek for help about Android Programming

I want to know how to control system resources and services like bluetooth, SMS, phone contacts etc.
Honestly, i want to know how or what to do to control sms usage based on user behavior, block incoming call or change it to auto vibrate mode without user noticed like that.
Actually, I want it for my assignment about context aware access control paper.
I choose Android for implementation but i am afraid i
couldn't submit my paper in time if i study android from the beginning and all by myself.
No offense but I want to avoid errors.
I feel my head becomes swollen whenever "force close error" show as I need it urgent.
As Willytete said developer site is the best one for you
There you can find
Application Fundamentals
Download the Android SDK and start programing
The first program tutorial where you can start Hello World
Notepad Tutorial where it give you a lot of ideas
List of Sample Apps, where there is a lot of codes
Getting the Samples, it explain how to use this.
You will get all the information from developer site that you needed, while move from beginner to an expert

Categories

Resources