In Sencha Touch, app folder contains

In Sencha Touch, app folder contains Answer: the Models, Views, Controllers and Stores for your ap...

What setListAdapter() function used for?

What setListAdapter() function used for? Answer: A command that projects your data to the onscreen list on your device by connecting the lis...

How to play a video in HTML5 ?

How to play a video in HTML5 ? Answer: Insert<video> tag to HTML5 page only, the video is played automaticall...

Android MapActivity is

Android MapActivity is Answer: Base class with code to manage the boring necessities of any activity that displays a MapVie...

How to make a TextView to be editable?

How to make a TextView to be editable? Answer: Either set its attribute editable ='true' or Use EditText class instead of TextView clas...