For example a guestbook, I want to show the first 10 entries, when the user hits the "show more" button, the next 10 will be loaded and added bellow the first 10. Again, you can push "show more", loading the next 10, append them to the bottom of the list... till no more entries will be received by the server.
What you described is supported with the pull-to-refresh mobile listview feature, introduced with the Q1'12 Beta (you can view it here: http://demos.kendoui.com/beta/mobile/listview/pull-to-refresh.html).