twitter-kit-android icon indicating copy to clipboard operation
twitter-kit-android copied to clipboard

Can we make the constructor of TimelineCursor public?

Open linghu-chong opened this issue 7 years ago • 0 comments

Feature Request

https://github.com/twitter/twitter-kit-android/blob/38aeae6c046fe2ba1074a1f0cbfaf7746a8c76ce/tweet-ui/src/main/java/com/twitter/sdk/android/tweetui/TimelineCursor.java#L46

I want to write a HomeTimeline just like UserTimeline but use the home_timeline.json endpoint. However, if I want to reuse the TimelineAdapter, I have to new TimelineCursor object outside of the package, however the constructor is not public.

linghu-chong avatar Apr 10 '17 23:04 linghu-chong