- Java 9 Programming Blueprints
- Jason Lee
- 167字
- 2021-07-02 18:56:28
Social Media Aggregator
One of the problems with having accounts on so many social media networks is keeping tabs on what's happening on each of them. With accounts on Twitter, Facebook, Google+, Instagram, and so on, active users can spend a significant amount of time jumping from site to site, or app to app, reading the latest updates. In this chapter, we'll build a simple aggregator app that will pull the latest updates from each of the user's social media accounts and display them in one place. The features will include the following:
- Multiple accounts for a variety of social media networks:
- Read-only, rich listings of social media posts
- Links to the appropriate site or app for a quick and easy follow-up
- Desktop and mobile versions
This project will cover the following:
- REST/HTTP clients
- JSON processing
- JavaFX and Android development
Given the size and scope of this effort, we'll actually do this in two chapters: JavaFX in the first, and Android in the second.
推薦閱讀
- Facebook Application Development with Graph API Cookbook
- Reactive Programming with Swift
- OpenShift在企業中的實踐:PaaS DevOps微服務(第2版)
- GameMaker Programming By Example
- Integrating Facebook iOS SDK with Your Application
- Visual FoxPro程序設計習題集及實驗指導(第四版)
- Visual Basic程序設計上機實驗教程
- 響應式架構:消息模式Actor實現與Scala、Akka應用集成
- 軟件供應鏈安全:源代碼缺陷實例剖析
- PHP+MySQL動態網站開發從入門到精通(視頻教學版)
- UI動效設計從入門到精通
- Python Penetration Testing Essentials
- 大話C語言
- Thymeleaf 3完全手冊
- Elasticsearch實戰(第2版)