In: Computer Science
Hi,
When ever you want to do research on any specific topic , please keep below things in mind :
1.First of all you should understand what is our goal and what we want to achieve.
2.Background about the topic, just search on google and research everything about that topic.
3.In you research decide what will be your inputs and what will be output if you have provided right input.
4. Most important try to understand the history behind each sub topic.
5. divide your topics into small-small topics.
6.First of all do the research for sub topic and then come to the main topic.
Example : let me just give one small example for understanding(you can form your example based on above points).
let say you want to build an application which will manage all your personal and group expenses.
1. Think about requirements like what all functionality your application should support.
like : personal expense, group expense, balance amount among the group, how the UI(user interface) will look like and all.
2.Once you are clear with the above requirement , think about the database, how will you store the data?
3.Once you have decided that which database you need to use and all, then proceed with UI(user interface).
4. think about the UI(user interface) it should be user friendly. let say you logged into application , you should be able to add transaction detail easily by looking at UI.
5. then think about the boundary cases and handle each one of them.
Thanks , if you have any doubts let me know in the comment section.