I am experienced android developer but newbie in Tiatanium appcelerator. I want to develop an android app using Titanium Appcelerator. My questions are as follows.
Can we customize the native android components(like RelativeLayout,Button,etc..) ? for example I want to develop some custom view like pull-to-refreshlistview by extending ListView class or I want my own custom ImageView by extending the ImageView class is it possible with appcelerator platform?
Can I create a my own mediaplayer/videoplayer using appcelerator platform?
NOTE :: I am using Titanium Studio IDE to develop my android apps.
1 Answer
Accepted Answer
Most Titanium components are highly customizable. Take a look to the Titanium UI API to see the properties of each component and try KitchenSink, the main Titanium demo sample. You can of course customize buttons, create mediaplayers and so on.
Moreover, if you are android developer, you can create your own native modules in Java to extend the Titanium capabilities in your projects, look for open source modules in GitHub or for commercial modules in the Appcelerator MarketPlace.
Specifically for the pull-to-refresh list view, not sure if is possible to do only with titanium or would require some native development.
Your Answer
Think you can help? Login to answer this question!