TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Getting Networking Out of the Activity Life Cycle

1 pointsby mattlogan1over 10 years ago

1 comment

Zigurdover 10 years ago
Other than "clunky" I wonder why the author advocates using the Application object for networking. A Service can have a remote API, and that's useful where you are mixing RESTful APIs, which would probably use a ContentProvider interface on a device with a command API. You also have the choice to share these interfaces with other apps.