Hello everybody. Yesterday I tried to add another tableView to ScrollableView, but when I did that, the ScrollableView starts to move very slowly and laggy, even I compiled the app to galaxy S5. the addition was very simple and even the tableView was empty and without rows, the application move really bad(if there is just 2 tableView the app was moving preety good, but when it's come to 3 and more the problem appears). I tried also ListView and ScrollView instead the TableView, but the same result. the code was something like this:
<ScrollableView> <TableView> </TableView> <TableView> </TableView> <TableView> </TableView> </ScrollableView>Titanium SDK: 3.5.1 Device: android device Thank's!