Popalay/Tutors

Items are not shown in order

Closed this issue · 1 comments

Items are not shown one after the other according to how they were arranged or added.

This seems to solve the problem. Rather than creating it as a regular HashMap, we define it as a LinkedHashMap like so:

tutorials = new LinkedHashMap<>();