Popalay / Tutors

A simple way to show the user interface tutorials
Apache License 2.0
82 stars 19 forks source link

Items are not shown in order #4

Closed lynnardd closed 7 years ago

lynnardd commented 7 years ago

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

lynnardd commented 7 years ago

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<>();