- Java 9 Programming Blueprints
- Jason Lee
- 212字
- 2021-07-02 18:56:29
Android desktop synchronization client
With this project, we'll change gears a little bit and focus specifically on a different part of the Java ecosystem: Android. To do this, we'll focus on a problem that still plagues some Android users--the synchronization of an Android device and a desktop (or laptop) system. While various cloud providers are pushing us to store more and more in the cloud and streaming that to devices, some people still prefer to store, for example, photos and music directly on the device for a variety of reasons, ranging from cost for cloud resources to unreliable wireless connectivity and privacy concerns.
In this chapter, we'll build a system that will allow users to synchronize music and photos between their devices and their desktop or laptop. We'll build an Android application that provides the user interface to configure and monitor synchronization from the mobile device side as well as the Android Service that will perform the synchronization in the background, if desired. We will also build the related components on the desktop--a graphical application to configure and monitor the process from the desktop as well as a background process to handle the synchronization from the desktop side.
This project will cover the following:
- Android
- User interfaces
- Services
- JavaFX
- REST
- WildFly:New Features
- Docker進階與實戰
- 薛定宇教授大講堂(卷Ⅳ):MATLAB最優化計算
- Learning ArcGIS for Desktop
- Java網絡編程核心技術詳解(視頻微課版)
- Procedural Content Generation for C++ Game Development
- Python機器學習:預測分析核心算法
- Android移動開發案例教程:基于Android Studio開發環境
- 搞定J2EE:Struts+Spring+Hibernate整合詳解與典型案例
- Android群英傳
- JavaScript+jQuery網頁特效設計任務驅動教程
- 跟戴銘學iOS編程:理順核心知識點
- PhoneGap 4 Mobile Application Development Cookbook
- Python預測分析與機器學習
- Python預測之美:數據分析與算法實戰(雙色)