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.

Ask HN: what jars do you use on your android projects?

2 pointsby bitboxerover 12 years ago
As a follow up to my rant about android development I am currently thinking on how to implement a cocoapods like system for jar files. Should not be that hard to implement. But the important thing for this would be a list of jars that are commonly used by android developers.<p>So what do you use?<p>Btw: this gist explains what I am up to: https://gist.github.com/3603015

1 comment

veetiover 12 years ago
The most important Android libraries do not come in jars because it is impossible to package Android library projects (projects that define stylable views, provide resources, etc.) in them. Just as an example, one of the most important libs for a modern application is ActionBarSherlock (<a href="http://actionbarsherlock.com/" rel="nofollow">http://actionbarsherlock.com/</a>).
评论 #4470986 未加载