简体   繁体   English

将Twitter布料用于Android

[英]Use of twitter fabric for android

Currently, I am making an Android app in which I need to integrate the complete Twitter app. 目前,我正在开发一个Android应用程序,其中需要集成完整的Twitter应用程序。

I went through Fabric website where I got to know that using the plugin in my app I could integrate Twitter App functionalities very easily. 我浏览了Fabric网站,在那里我知道在我的应用程序中使用插件可以非常轻松地集成Twitter App功能。

I want to know if someone has used it. 我想知道是否有人使用过它。
Will it be really helpful in my case? 对我来说真的有帮助吗?
Does it give the same feel of the original Twitter app? 它具有与原始Twitter应用程序相同的感觉吗?
Does the plugin also provide UI(Twitter app UI) or do I have to make my own UI? 插件是否还提供UI(Twitter应用程序UI),还是我必须制作自己的UI?

The twitter APIs and SDK is one of the most advanced and interesting ones i have ever used. twitter API和SDK是我使用过的最先进,最有趣的API之一。 It gives the real feel and look of twitter ( login, twitter lists). 它提供了Twitter的真实感觉和外观(登录名,Twitter列表)。 The SDK does most of the work for you. 该SDK为您完成了大部分工作。 For example when you want to list tweets using List,the only thing you will need is to create a list view and a text view in your xml. 例如,当您想使用列表列出推文时,唯一需要做的就是在xml中创建一个列表视图和一个文本视图。

Initializing the sdk in your app is just less than 5 lines of code. 在您的应用程序中初始化sdk只需不到5行代码。

The console is easy to use as well. 该控制台也易于使用。 This will help you set up your app so fast. 这将帮助您如此快速地设置您的应用程序。

For me i didnt feel like a programmer when using the SDK unlike when I am really struggling to use GMAIL APIs. 对我来说,使用SDK时我没有像程序员一样的感觉,而我确实在努力使用GMAIL API。

Go ahead and just do it. 继续做吧。

Happy Coding. 编码愉快。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM