gpt4 book ai didi

Android TwitterKit 不显示转推和喜欢

转载 作者:行者123 更新时间:2023-11-29 02:20:43 26 4
gpt4 key购买 nike

我正在使用 TwitterKit for Android在我的应用程序中显示推文。效果很好,但由于某种原因,它没有在每条推文下方显示转推和点赞的数量。

enter image description here

这是我的代码:

SearchTimeline searchTimeline = getTimeline("#somehashtag", "en");

tweetAdapter = new TweetTimelineRecyclerViewAdapter.Builder(getActivity())
.setTimeline(searchTimeline)
.setViewStyle(R.style.tw__TweetDarkStyleNonTransparent)
.build();

mTweetsRecycler.setAdapter(tweetAdapter);

这是样式:

<style name="tw__TweetDarkStyleNonTransparent">
<item name="tw__container_bg_color">#303030</item>
<item name="tw__primary_text_color">#e1ffffff</item>
<item name="tw__action_color">#55acee</item>
<item name="tw__action_highlight_color">#667580</item>
<item name="tw__tweet_actions_enabled">true</item>
</style>

以上样式是我自定义的样式,基于官方style .风格有效,但转推计数和喜欢仍未显示。

我错过了什么?

最佳答案

基于来自官方的推文数据字典 documentation我认为你必须自己获取 json 并获取你想要显示的元素:

Number of times this Tweet has been retweeted. Example:

"retweet_count":160

Nullable. Indicates approximately how many times this Tweet has been liked by Twitter users. Example:

"favorite_count":295

关于Android TwitterKit 不显示转推和喜欢,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56003424/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com