Can some one explain me what is the difference between architectural design vs high-level design.
It will be helpful to me if you explain by example: Lets say I want to build simple android online shopping application, in that case what should I put in my architectural design and high-level design?
I have the following high-level requirements:
Login
Settings
Search
Cart
Billing
High Level Design (HLD) is more specific than architecture.
Architecture is about considering various constraints and making informed decisions, such as:
High Level Design is about starting to make the architecture real:
So to take your example, the architecture might define:
...therefore the HLD should define: