How to translate graphical mock-ups into code? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 13

How to translate graphical mock-ups into code?

You have designed a beautiful and innovative application. Now, what would be the general guidelines to achieve it in an efficiently and successfully way?! I wonder if there is a methodology that could be applied to any programming language.

17th Jan 2019, 4:57 PM
Geovanny Martínez Forero
Geovanny Martínez Forero - avatar
4 Answers
+ 9
Doing my own research, I found the following: Read about UML Diagrams! They are divided into two categories: (1) Behavioral Diagrams: ------------------- * Use Case Diagram * Activity Diagram * State Machine Diagram * Sequence Diagram * Communication Diagram * Interaction Overview Diagram * Timing Diagram (2) Structure Diagrams: ------------------- * Class Diagram * Component Diagram * Deployment Diagram * Object Diagram * Package Diagram * Profile Diagram * Composite Structure Diagram The most frequently used in Software Development are: Use Case diagrams, Class diagrams, and Sequence diagrams. So, I think this is very helpful ! ! ! Explanation & Diagrams here: Source: https://creately.com/blog/diagrams/uml-diagram-types-examples/
25th Jan 2019, 1:08 AM
Geovanny Martínez Forero
Geovanny Martínez Forero - avatar
+ 1
Splitting the every job.For example,summing,multiplying ,drawing ... Create a common class. Summing,multiplying are math processes.Therefore class name is MathProc. As like.You must have variables.They are news getting and setting.Then make algorithm for all(events, variables, processes ...).The rest will come.I think.
17th Jan 2019, 9:32 PM
Ümit YAVUZ
Ümit YAVUZ - avatar
- 1
Hello
19th Jan 2019, 7:09 AM
Blessing Muhammed
- 1
hi
25th Jan 2019, 6:05 PM
Abhishek Kumar Sharma
Abhishek Kumar Sharma - avatar