i don't know much about it, but....if arg is true/false then it is not java.lang.int. it is probably java.lang.boolean
so
r.RunMethod2("stackFromBottom", "true", "java.lang.int") should be
B4A Listview is a own implementation of a Listview with the possibilities to use two lines and bitmap.
Android Listview does not have this features. Here a item ist just a "onelineitem".
So trying to change a feature of an Android Listview on a B4A Listview will not work.
Thanks i will nw use 2D array and make items sorted in array backwards (numbers from bottom and top) and then add to ListView Items...and using activity keypress up and down inverse function..if this idea not work i will buy library you mentioned...thanks.