Linked Questions

3 votes
1 answer
7k views

Possible Duplicate: MVC pattern in Android? I want to follow MVC architecture in Android. How I can achieve this ? Thanks.
Kartik Bhatt's user avatar
0 votes
1 answer
19k views

I wanna implement MVC architecture for an Android application. Is it possible to do so. Or is it implemented by default.
Samantha Withanage's user avatar
0 votes
1 answer
3k views

Possible Duplicate: MVC pattern in Android? I'm new to Android, I need to know that, how to create MVC pattern in an Android application? If any one knows please guide me to right direction.....
ASP Kool4u's user avatar
2 votes
0 answers
305 views

Possible Duplicate: MVC pattern in Android? I would like to know if Android follows a MVC architecture. I am currently flowing an MVC model to build an application. The application simply will ...
Rovin's user avatar
  • 84
286 votes
12 answers
164k views

I'm doing a small research of mobile platforms and I would like to know which design patterns are used in Android? e.g. in iOS Model-view-controller is very widely used together with delegation and ...
Burjua's user avatar
  • 12.7k
209 votes
10 answers
169k views

I have 2 questions: Q1. Where exactly does "business logic" lie in the MVC pattern? I am confused between Model and Controller. Q2. Is "business logic" the same as "business rules"? If not, what is ...
hmthur's user avatar
  • 2,565
65 votes
14 answers
65k views

I currently do a lot of WPF development and have started creating some basic Android apps. When creating WPF apps I often use MVVM, normally using Prism, and would like to know if there are any ...
Tom Dudfield's user avatar
  • 3,107
28 votes
4 answers
30k views

are there any good examples or tutorials on how best to structure an android applications anywhere? am new to java and android and i've built winforms apps using passive and supervising controller ...
solrevdev's user avatar
  • 9,053
9 votes
5 answers
14k views

I want to know, If Android Supports MVC (Model View Controller) structure ? If support then 1. What is Controller ? 2.What is Model ? and 3. What is View ? Please clear me. I have some confusion ...
Helal Khan's user avatar
16 votes
3 answers
12k views

I'm new in android, I want to know what is the right way to write a code in an android project or which architecture or model should we use in our project example n-tire, MVC or other?
Mobi's user avatar
  • 645
14 votes
4 answers
12k views

I know there have been quite a few questions about this, however, I'm still struggling to understand what role the Activity class should play when implementing the traditional Model-View-Controller ...
donturner's user avatar
  • 19.4k
3 votes
4 answers
3k views

I'm starting to learn Android and i would like know the best practice to organize my app. I'm used to decompose my project in 3parts; Models, Views and Controllers... so in a first case I want to ...
sahid's user avatar
  • 2,610
0 votes
2 answers
8k views

Who knows about programming for iOS and data source/delegate paradigm will understand me. The best practice for implementing custom view in iOS: Implement MyView class inherited from UIView MyView ...
Droid's user avatar
  • 1
9 votes
2 answers
2k views

I'm doing a small research on design patterns in various platforms and I have prior experience in programming with Java. While reading these posts: MVC pattern on Android and MVC architecture in ...
Krupal Shah's user avatar
  • 9,207
6 votes
4 answers
1k views

I've watched many tutorials now about how to program for Android - I have even started to create some programs myself. However, I noticed my programs all look like procedural ones, while Java should ...
Jorge Freitas's user avatar

15 30 50 per page