Please don’t get carried away by the image. It's just a curious imagination :D Architecture???? According to Wikipedia, Software Architecture refers to the high-level structures of a software system, the discipline of creating such structures and dah and blah blah… we all know what is architecture!! In simple words, having decided and implementing a specific code architecture or a design pattern is all about solving problems that we developers face from time to time. Problems Some common problems like the tight coupling of code that even a small change in one portion of code results into changes/bugs in some other part of the code. Reduced reusability eventually leading to copy-pasting lines of codes. Not so test friendly etc. Solution Android itself is written as MVC where Activity is responsible for more or less everything. For simple applications that might be sufficient but as the complexity rises, the amount & level of problems also rises. T...
Need business api to receive payments on my web
ReplyDelete