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?
If I can leverage the native android components like views by extending them.Then any demo/sample will be highly appreciated.
NOTE :: I am using Titanium Studio IDE to develop my android apps.
Thanks..