Can appcelerator titanium build apps for Kindle E-reader - titanium

Can Appcelerator titanium be used to develop kindle e-reader (not fire) apps?
thanks

Titanium Mobile only supports Android, iOS, Mobile Web (HTML5) and BlackBerry (beta) SDKs.
Kindle e-readers use the Kindle Development Kit (KDK) which is not based on Android.

Related

How do you utilize a third-party iOS SDK with your Appcelerator Titanium app?

We have a well established iOS (iPad only) app written on top of Appcelerator's Titanium platform. We're looking to integrate a third-party piece of hardware with our app that interfaces with the headphone jack on the iPad. The third-party company provides an official iOS SDK to be used in XCode projects.
How can we get the provided SDK to work in our Titanium app?
You'll have to create a module. Check the guide here.
You can also search the internet. There might be existing modules already for your third-party SDK.

What devices are necessary for mobile app development?

I'm developing a 3D application with css3 and webgl for ios6+ and android 4.0+ (mainly for mobile phone). The devices I have are iPhone 4S(iOS7), iPad mini2 and nexus 5.
So is necessary for me to have an iPhone 5S or any other devices to do the test?
Any suggestions for device testing to target as more devices?
Is there any common compatibility issues between iOS safari, android Chrome and android browser?
Thanks
In my opinion, you may also consider a Nexus 7 or Nexus 10 for Android tablet testing. There are loads of other large screen Android devices but you may have already known that the Nexus series are most suitable for development.

Titanium Appcelerator support for Windows Mobile

I am trying to venture into Hybrid app development by using Titanium Appcelerator.
I am targeting all major platforms including Windows Mobile. But after I have installed the Titanium Studio I found that there is no option available to build for Windows Mobile.
Does Titanium support Windows Mobile apps or is there any work around to build apps for Windows Mobile using appcelerator
Now Titanium supports windows phone development.
http://docs.appcelerator.com/titanium/3.0/#!/guide/Getting_Started_with_the_Windows_Phone_SDK-section-37538371_GettingStartedwiththeWindowsPhoneSDK-RunontheEmulator
Please see this answer. Titanium currently not supporting Windows-8. But it plans for windows-8 support. You can refer Titanium Support Plans for Windows 8 also.

Does the player supports iOS and Android?

I'm looking into video.js as a possible solution for cross-platform video player.
Mostly I have to support iOS and Android clients.
Does video.js player support mobile devices under iOS 5+ and Android native browser?
Yes it does. Back to iOS 3 and android 2.2.

Webkit based App using Phonegap and Sencha Touch

I am planning to create an app which will target iOS, Android, Blackberry and Nokia S60 and Symbian 3.
I am planning to use PhoneGap using Sencha touch. I believe Blackberry does not have webkit support, so i am assuming i will have to have a separate code base for Blackberry and the same for Nokia s60 based phones. Will Blackberry and Nokia s60 devices support html5 ?
Can anyone help me as to how to proceed ahead with it.
Any help in this matter is highly appreciated.
Sencha Touch will cover you for iOS, Android and BlackBerry but not for Symbian devices. But considering that Nokia has abandoned it I don't know why you'd worry about targeting it.
Blackberry uses WebKit and, for example, supports many of the WebKit css3 animations as seen here: http://docs.blackberry.com/en/developers/deliverables/18234/Overview_function_1176567_11.jsp
You can also read this blogpost about html5 on Blackberry: http://devblog.blackberry.com/2010/03/use-html5-in-your-blackberry-web-content/