- 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.
推薦閱讀
- Vue.js 3.x快速入門
- 從程序員到架構師:大數據量、緩存、高并發(fā)、微服務、多團隊協(xié)同等核心場景實戰(zhàn)
- 實戰(zhàn)低代碼
- Eclipse Plug-in Development:Beginner's Guide(Second Edition)
- 小學生C++創(chuàng)意編程(視頻教學版)
- Python程序設計與算法基礎教程(第2版)(微課版)
- OpenCV with Python Blueprints
- DB2SQL性能調優(yōu)秘笈
- 程序員的成長課
- 快樂編程:青少年思維訓練
- Spring Data JPA從入門到精通
- MonoTouch應用開發(fā)實踐指南:使用C#和.NET開發(fā)iOS應用
- Implementing OpenShift
- Activiti權威指南
- 計算機網絡基礎