Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
Hi i need to develop an application which unlocks the android phone through voice biometric.
Can any one help me out in doing this...
If you are looking for offline voice authentication I would suggest the following SDKs:
Neurotechnology
Agnitio
They both support multiple platforms.
There is a library to help you with this, PocketSphinx for Android
http://cmusphinx.sourceforge.net/wiki/tutorialandroid
Related
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 years ago.
Improve this question
I am developing an application using flutter one of my application features is calling phone numbers directly without re-directing to phone dailler and this feature is very fundamental to the app.
Thanks in advance
Try using :- flutter_phone_direct_caller plugin
https://pub.dev/packages/flutter_phone_direct_caller
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
I want to make a chatting app with media sharing how can I do that in Android Studio. Do I need socket programming or what else, please help.
Just go through Firebase codelab, the first android app they teach there is a chat app with media sharing ability.
https://codelabs.developers.google.com/codelabs/firebase-android/
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I want to integrate Paytm wallet in an Android application as a payment option, just like in the Uber app. Can anyone help me out? Thanks in advance.
Update
Paytm has added documentation now.
https://developer.paytm.com/docs/v1/android-sdk/
They have support for Android, but they don't have any open documentation.
Use this link to contact them and learn more
https://developer.paytm.com/docs/
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
i am android and web programmer and i want write my program for apple mobiles. i want use Cordova(or titanium) but i don't have mac device.
is it possible?
sorry for my bad English.
Yes it's possible using this site Phonegap build You can write code once and build it for different platforms. Don't know about titanium.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I have created a widget application for smart phone. Now i want to support the same application to sony SmartWatch. Any idea how to start or any sample code to refer.
Thanks in advance for Help.
You should have all the resources compatible to your smart watch. I mean resolution,density. Any android app will run on smartwatch.but the thing is that you can use only those apis that are supported for smart watch. You can run your app same as you are running on devices.