views:

16

answers:

0

I am creating an android app, part of which utilises the twitter4j library to retrieve information from twitter, however, the app runs very slowly on the twitter activities.

I have not implemented caching yet, and am hoping that should improve the performance, does anyone have any advice for caching twitter4j calls on android?

alternatively, has anyone else performance tuned twitter4j on android?