博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Android开发训练之第五章——Building Apps with Connectivity & the Cloud
阅读量:6614 次
发布时间:2019-06-24

本文共 10158 字,大约阅读时间需要 33 分钟。

Building Apps with Connectivity & the Cloud

These classes teach you how to connect your app to the world beyond the user's device. You'll learn how to connect to other devices in the area, connect to the Internet, backup and sync your app's data, and more.

  1. Connecting Devices Wirelessly

    How to find and connect to local devices using Network Service Discovery and how to create peer-to-peer connections with Wi-Fi.

  2. Performing Network Operations

    How to create a network connection, monitor the connection for changes in connectivity, and perform transactions with XML data.

  3. Transferring Data Without Draining the Battery

    How to minimize your app's impact on the battery when performing downloads and other network transactions.

  4. Syncing to the Cloud

    How to sync and back up app and user data to remote web services in the cloud and how to restore the data back to multiple devices.

  5. Resolving Cloud Save Conflicts

    How to design a robust conflict resolution strategy for apps that save data to the cloud.

  6. Transferring Data Using Sync Adapters

    How to transfer data between the cloud and the device using the Android sync adapter framework

  7. Transmitting Network Data Using Volley

    How to perform fast, scalable UI operations over the network using Volley

转载地址:http://gqhso.baihongyu.com/

你可能感兴趣的文章
数据库中的悲观锁和乐观锁
查看>>
V4L2驱动程序架构-3
查看>>
ckeditor的使用(重要)
查看>>
实战 SSH 端口转发(转)
查看>>
在 Rolling Update 中使用 Health Check - 每天5分钟玩转 Docker
查看>>
vim技巧
查看>>
我的友情链接
查看>>
c# 获取程序路径
查看>>
【Android】如何实现 Android 项目的 Gradle 插件
查看>>
【Android随记】-- 全局获取context
查看>>
rpm 查询服务包的信息
查看>>
数据库删掉重复数据
查看>>
8月第一周B2B类网站排名:阿里巴巴持续领先
查看>>
IDC评述网:12月下旬国内域名注册商净增量Top10
查看>>
5月第一周全球域名解析商Top15:万网升至第7名
查看>>
架构优化 - 应用,MQ Broker,业务处理分层
查看>>
我的软件过程,一年再读
查看>>
3月第3周网络安全报告:被篡改.COM网站占74.3%
查看>>
Windows系统封装限制
查看>>
jpush设置标签别名
查看>>