I need some links on various mobile development architectures and design patterns, for example, in iPhone Development MVC is been used, same like this, what are the various othe
Here are two books whose table of contents (at least) you should read.
Here is a beautiful book whose contents must be read. and it is from Microsoft and absolutely free of cost.
http://robtiffany.com/wp-content/uploads/2012/08/Mobile_Architecture_Guide_v1.1.pdf
This book will give you step by step information as what all you need to keep in your mind while designing a Mobile Application solution.
Regards Rajeev
This is a good book: Mobile Design Pattern Gallery by By Theresa Neil. And this is the website for the book here.
Command, Flyweight, Abstract Factory, Chain of Responsibility, Adapter and so on. Mobile application development is not very different from server and desktop application development (nowadays). For example, if you take a look at Cocoa Fundamentals Guide chapter 4 you will notice that all you need is to study these.