Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Mobile Development Architecture & Design Patterns

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 other architectures which are being used in mobile application development.

like image 416
Ansari Avatar asked Jun 22 '10 06:06

Ansari


People also ask

What is mobile development architecture?

Mobile app architecture refers to a set of rules, techniques, processes, and patterns to develop a mobile application. These rules help developers create an app that meets both the business requirements as well as industry standards.

What are the 3 layers in mobile app architecture?

Every mobile application has its layers. The most popular layer pattern is three-layer architecture. It consists of: presentation layer, business layer and data layer.

What are the components of mobile architecture?

The three elements of mobile architecture patterns are placed under two subheads: Persistence Layer and Network Layer. The former offers simplified data access which is stored in the mobile app backend architecture, the latter is needed for making networking calls.

What is app development architecture?

An application architecture describes the patterns and techniques used to design and build an application. The architecture gives you a roadmap and best practices to follow when building an application, so that you end up with a well-structured app. Software design patterns can help you to build an application.


1 Answers

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

like image 160
Rajeev Barnwal Avatar answered Oct 17 '22 19:10

Rajeev Barnwal