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.
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 recently developing an enterprise mobile app, using Android Studio, and of course java on the code and XML on the layouts code. As all apps, i need it to be running on the iOS OS too, so my question is: Is there any software, or SDK that could transform my Android Studio apk or my code into an IOS app? If there's not, what are my options? the app that im developing its not simple so its getting bigger and bigger, so programing again on an IOS SDK its not really a solution right now. Help please.
There's j2objc, but it's still experimental. If you want to develop cross platfrom native app, you should try tools and frameworks like Titanium or Xamarin
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 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
I have developed a cross-platform app using PhoneGap for iPhone and Android. I'm considering to make that app available to other platforms as well. I came across some of Windows and BlackBerry documents about apps porting. This got me confused.
What is mobile apps porting?
What is the difference between apps porting and cross-platform development?
"Apps porting" is the process of taking an app developed for one platform and "porting" its functionality to another. This is essentially re-development of an existing application.
"Cross-platform" development is the process of using a system like PhoneGap to develop an app once with a single development system, then compiling/generating targeted platform builds for multiple platforms.
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.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
Hi guys I am Android Application Developer and I am doing good in application development. Now I want to study about Android Hardware i.e all beneath Android OS.I tried to find some material on this but its hard for me.
Kindly refer me some good resource/BOOK.
Regards
Android runs on a variety of hardware. I don't think you can find a book describing Android hardware.
You can examine open source hardware projects that run Android like Beagleboard