Hey all, I am android developer since a year.Now i want to do some work in titanium.
I have few basic questions though before I jump into development. From the sample application I found that titanium source code is entirely written in JavaScript using Titanium API.
1: Would I be limited to use features implemented by Titanium API only?
2: What if Titanium API does not have support for some features that are present in Android API ( ios in case iPhone) and I need to implement it.? Then what will I have to do.?
3: Can I combine Android Java source code with Titanium JavaScript.?( To add some extra features that is not provide by Titanium API).
Regards