How to Implement signature pad in blackberry 7? - blackberry

I have started developing a Blackberry App in which it requires to implement sign pad. I googled about this and got a link related to this. From this I am not able to view code through Abode Flash Player nor able to get other resource to implement sign pad.

I don't think you'll find a reliable library for this. If you can't find any, your best bet would be to create your own by listening and drawing on a canvas.
Check out this solution. It's likely not 100% complete, but its a start.

Related

Flutter, IOS, how to prevent recording

Currently there is a flutter app and it needs to be protect from screenshot or recording
but when I search about this, there is no way to implement this in a official way
but it seems there are some tricks (like 60fps? I know the concept but I don`t know how to implement this)
you can see the black screen when record the video on Netflix also (they prevent in some ways)
how could I achieve this? thanks
there is a package called window manager which does just the thing that you are asking it restricts external apps from recording as well as does not allow screenshots to be taken
a detailed tutorial is given in this article.

How to use 3D Touch to achieve sharing like this?

I found that many of the app using 3D Touch to call UIActivityController to share, I search a lot of content are not found to explain, I hope someone can help me to solve, thank you.
I actually asked that question the other day as well.
Swift 3D Touch iOS 10 Home screen quick actions share Item missing
This is a new iOS 10 feature that all apps got by default, so there is nothing you will have to do.
You will only see it on the version thats live on the app store, it will not show up when you are testing.
There is one solution for it to resolve use the cyclomatic library of force touhc and it will do the work for you

Is there a way to edit the look of this mp3 file?

I am using MFMessageComposeViewController to share an mp3 file.
I would like to know if there is a way I can add a custom image to this file instead of the way it looks. If possible any other customizations like changing colors would be great also.
Please check the image for more of a visual explaining my question.
You are using an Apple-supplied Cocoa framework: MFMessageComposeViewController, and Apple doesn't give you a way to override or customize appearance-related functionality on most of these frameworks. This is usually done to enhance the end user's experience across all iOS apps.
In most cases, if you are not satisfied with the Apple-supplied functionality, you can write your own. However, in this case, since you are dealing with Messaging / SMS, you are stuck with what Apple gives you, for the sake of security.

iOS: Voice to text for a search box

What is the best way to accomplish voice to text for a search box? I don't know if there is a good api to help accomplish this. Or is it better to use the built in voice to text that Apple gave us? I am hoping to get this working for older Iphone devices.
Trying to get something done in spite of Apple's OS restrictions is never a good way to approach things in a maintainable way. There is probably a library out there to do voice-to-text, but the built-in one is device restricted because voice-to-text requires some heavy lifting.

IP-Cam / CCTV-Cam Live Streaming on iPhone/iPad

I want to get stream of an ip-cam on my iPhone/iPad and want to display it on screen. By R&D i found that ffmpeg is the only way to achieve it but i found nothing on ffmpeg. Is there any other way to achieve it or a confirmed way to get compiled ffmpeg on mac please mention that. Material regarding how to use ffmepg or source code example will be highly appreciated.
Is there nothing built-in framework to achieve it if not then please mention if there is any free framework/sdk to achieve this functionality.
Thanks
There are actually a few.
here are some links
http://www.streammore.tv/
http://www.live555.com/
I am sure if you google you can find more.
I cannot only address the first one, because that is ours, but I didn't want this to sound purely like self promotion.

Resources