- 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
- 無代碼編程:用云表搭建企業(yè)數(shù)字化管理平臺(tái)
- MATLAB 2020 從入門到精通
- C#程序設(shè)計(jì)(慕課版)
- Data Analysis with Stata
- Unity 2D Game Development Cookbook
- Mastering Android Game Development
- Spring 5 Design Patterns
- SpringBoot從零開始學(xué)(視頻教學(xué)版)
- Learning Kotlin by building Android Applications
- Less Web Development Cookbook
- SaaS攻略:入門、實(shí)戰(zhàn)與進(jìn)階
- 分布式系統(tǒng)架構(gòu)與開發(fā):技術(shù)原理與面試題解析
- Hadoop MapReduce v2 Cookbook(Second Edition)
- 嵌入式網(wǎng)絡(luò)編程
- 一個(gè)APP的誕生:從零開始設(shè)計(jì)你的手機(jī)應(yīng)用