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.

Unix Fragmentation 2.0: Android

6 pointsby nathanpcalmost 13 years ago

2 comments

Synaesthesiaalmost 13 years ago
Interesting comparison. Lost me at wanting to rather develop for Blackberry though. It's fragmented really badly too!
评论 #4230971 未加载
Zigurdalmost 13 years ago
Two things you can do about this:<p>1. Adopt a Fragment-based implementation design that uses layouts to automatically choose the right set of Fragments for each screen size.<p>2. Use the Android Support Package to back-port to earlier versions (all are supported down to Android 1.6)<p>3. Target API 15, but make your minimum API level requirement as low as 4 or 5. Test for API availability at runtime.