Hi i am trying to develop android app which will be able to record skype calls. Problem is lack of knowledge, could you give me a tips how to do it easy or where to start ?
My idea is :
As the community ratings suggest, you should try to give us code that isn't working and specifically ask for something that volunteers can fix.
Besides that point, here's what i do know from past experiences with Android and recording:
It depends on what your need for the application is. If you are trying to only get this app to work between a small number of people, then you may be able to download the Skype apk and reverse engineer it using Eclipse, a Java Decompiler and a dedexer (something like dex2jar). Then root the device to get access to the video and sound buffer to record the data stream.
i DO NOT recommend this approach, and even attempting so might not guarantee that you can do it (especially if Skype uses proguard to obfuscate their code).