I would like to know if it possible to take a screen shot while i am playing a video using my application. If it possible, how can i implement it?
Will service be of any use here?
Thanks,
Sen
I think this is what you are looking for http://code.google.com/p/android-screenshot-library/
Related
I want to take screenshot of screen programatically.I also downloaded android-screenshot-library, but i am not understanding how to use it. Please help me.
Thanks
Follow this guide: Developer guide for android-screenshot-library.
Also read this: How to capture the android device screen content? may be become helpful to you.
I am looking to make a mobile app that will allow the users to take X number of videos and it will combine them together to make a single video. Users will also be able to choose what to put in between each video recording and background music.
I have more experience with Xamarin/C# than with native Java/Obj-C but the only method I have found online that might accomplish this would be with using native with FFMPEG. Is this the case? Is FFMPEG even going to work for this? Is there a way to use Xamarin to accomplish what I need to do?
Thanks
Have a look at the AVMutableComposition and its related classes.
There's an example here, about halfway down the page: http://www.raywenderlich.com/13418/how-to-play-record-edit-videos-in-ios
It looks like it's covered by Xamarin: http://iosapi.xamarin.com/index.aspx?link=T%3AMonoTouch.AVFoundation.AVMutableComposition
In android, is it possible to track which apk/ application is on the top/have focus.
This work to be done by a service. I don't have much knowledge regd this.
Thanks in advance.
ActivityManager.getRunningTask
RunningTaskInfo.topActivity
ComponentName.getPackageName
is that clear?
Is it possible to record the conversation while making a call in android? Is there any specifications required for this? Can someone plz give me an idea about it? Thanks in advance.
Android OS doesn't provide any direct high level API for that!
Also have a look at:
How to record call in android? Is it possible?
Hi:
I'm developing a software, now I want to create a tip like the time which always dispays on the desktop. Is there anyone could tell me how to do that?
Thanks a lot.
I think you are looking to create a widget.