1
votes

I am a new bee to sencha touch 2.0.0,i want tutorials that explains some login system and crud examples so that i will grasp over the sencha touch . Can someone help me in this perspective?

1
although it is very helpfull tutorial. miamicoder.com/2012/how-to-create-a-sencha-touch-2-app-part-3 but i want more tutorialsWaheed Ur Rehman

1 Answers

1
votes

Sorry but your answer is a little bit too wide to be answered exactly.

But when I was a newbie to Sencha Touch 2, I did this way and found out that it's quite fast to learn. You can take it as a reference:

  • Understand how Model and Store works. This is really important as the APIs for them in ST2 are much different from ST1. Pay more attention to these methods: add (creating new records), find and set (for locating & updating records), remove (for deleting records).

  • Login is basically sending the values of a Ext.form.Panel. Also read its documention, there's already an example there.

Conclusion: You should try to read and write your own code first. If you encounter errors and cannot find anyways to fix them, come back here, show off what you've done and I will try to help you. Good luck.