I want to implement all basic function using SDK, is there any option to achieve.
I am using
final TwitterListTimeline timeline = new TwitterListTimeline.Builder()
.includeRetweets(true)
.maxItemsPerRequest(5)
.slugWithOwnerScreenName(favData.getSlug(), favData.getOwnerScreenName())
.build();
TweetTimelineListAdapter adapter = new TweetTimelineListAdapter(this,timeline );
lv_list.setAdapter(adapter);
but when ever I click on this view it opens a webview