Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
I have some program that I want to do face verification by previously stored people faces in app data, and use the device's camera to get the current person standing in front of it, to make the program log the user in.
I have found some code but I don't know how to use it, it uses OpenCVSharp.
Can anyone tell me how to do this verification in Xamarin Forms?
P.S:- I've found some resources that Aren't Free, such as EmguCV, I want something that is free.
You can use Azure Cognitive service
https://azure.microsoft.com/en-gb/services/cognitive-services/computer-vision/
It has a free tier(more than enough if you have less than 100 users I'd say) to use.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
i'm currently developing an app for iOS 8 in swift with a credit card payment functionality.
I searched on the web for a library with intelligent credit card fields, but all i could find is BKMoneyKit, which is not really customizable, and doesn't fit my needs.
What i want is something with fancy features, like telling you if your card is a visa/mastercard when you enter the number, adding the "/" between month and year of expiration date etc... I've already used card.io, but it doesn't offer the possibility to include it's intelligent fields in my view, like said here by the developer himself.
Does anybody knows a tool like this ?
Thanks in advance for help :)
The functionalities you are asking for are provided by the PaymentKit library.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
How can I integrat snapchat in iOS. Is any API or SDK provided by snapchat like facebook or twitter?
It is against there terms to reverse engineer the app in order to send and receive snaps, however it is possible. I would like to say that to learn the API it'll take you a long time and also a lot of will power.
However, to answer your question. Using this API you can send and receive Snaps in your app. But just be sure that you know. Logging in on your app will log out the user elsewhere.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
This is not really technical programing question, but I had good experience with Stack Overflow.
I have I few (around 5) iOS apps (some are games).
Now I would like to do cross promotion of my app in my other apps.
For offline solution I could write my own code for it, this is not problem for me.
But then problem is that when I have new app I need to update all my old apps.
So I am looking for some kind online solution.
Does something like this already exist ?
Like some framework with backend or some online service.
I am wiling even to use paid solutions.
Thanks
I think that might help you.
https://github.com/danielamitay/DAAppsViewController
This will list out all the application developer by the company.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
There are some features which I wanted to see the behaviour for in Rhomobile applications and compare them to the native apps. In particular,
Location based results: can we control how it behaves when no location services are available and perform different actions.
Any pointers to sample apps that have been deployed to the app store or Google play? I have been searching through the rhomobile.com (which redirects) but couldn't find any samples.
Thanks.
I don't know any example apps, but does this example app sampling native system functions help?
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I worked in Delphi 6 a few years.
Now I was beginning in Delphi network and I need some source code
For following things:
I want make chat application which to have two peer to peer clients
But I don’t know how I to measure time for two clients and show it on both
Screens.
I also want to mark first client with 1,second with 2 ,,,,,
In some application I want to have value who accounting number of sending of both clients
Generally does it exist variable which is mutual for both clients?!
Can somebody to send me source code of this kind?!
Comments in source code will be welcome.
For networking in Delphi, Indy is just about all you need to know :)
Tons of sample projects contained therein.