loadHelpData

fun loadHelpData(status: FragmentStatus?): List<HelpData>

Iterates through parsedHelpList which was parsed from assets/helpdata.xml.

Converts strings which are included in the elements of parsedHelpList to resource id values, brings them in a new list and returns this list.

Return

List of HelpData that only contains resources that match the identifier stored in status variable. This list no longer contains resource IDs encoded in strings, but actual resource IDs.

Parameters

status

Identifier of the current Fragment in Login tab.