Hello,
please add a Text view to your Gui component and arange it in the bottom of the screen. When the user navigates modify the property String of the Text view accordingly:
Text.String = string( currentPage ) + "/" + string( totalPages );
The values currentPage and totalPages stand for expressions, variables, etc. where the corresponding value is stored.
Does it help you further?
Best regards
Paul Banach