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.
Related
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 am new to android apps development.Shall I develop android apps for Samsung gear devices? How to convert android apps to samsung gear using tizen sdk?please help me to get some ideas.
The Tizen SDK contains a few similar tools as the Android SDK. If you're happy with adb, sdb will feel very similar.
Programming-wise, Tizen is very different. You either write applications in "Web" mode, i.e. HTML-5, or in "native" mode, i.e. C/C++. No Java.
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 9 years ago.
Improve this question
My android app is based upon communication between two android phones. But I posses only one android phone. An emulator cannot be used for testing. What are the alternates ? Do I have to purchase one more android phone ?
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 9 years ago.
Improve this question
I am writing an app to allow two android devices to play together. I'd like to know can I make a p2p connection with wifi between the two android devices without a third devices?
As long as you can target API level 14 and above you should be using the built in Wifi direct API's. Google has posted a very detailed guide on how to get WifiP2P working on Android.
Start from Device A - "Tethering and portable hotspot"
Connect Device B to created hotspot
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