Best Android Libraries for Developers
cloudrail.com
Best Android Libraries for Developers
1–10 of 19 posts
Re: Best Android Libraries for Developers
#2Re: Best Android Libraries for Developers
#3Well, this was useless.
Curious to hear your thoughts.
Re: Best Android Libraries for Developers
#4I downvoted a sibling comment. Then I read the list, said "I see what you mean", went back an undowned it. Sorry, thecupisblue.
Re: Best Android Libraries for Developers
#5Re: Best Android Libraries for Developers
#6Well, this was useless.
Could you elaborate a bit? I think curated lists like these are good resources for developers that are unfamiliar with certain aspects of Android. Curious to hear your thoughts.
Also, I've never heard of CloudRails (though they do seem interesting for certain use cases), but I'd never put them on a par with Retrofit, and leave out some of the more established names.
Re: Best Android Libraries for Developers
#7The most commonly used Android libraries sorted by usage: http://www.appbrain.com/stats/libraries/dev
Re: Best Android Libraries for Developers
#8Re: Best Android Libraries for Developers
#9LeakCanary is also missing, which is a shame as it's very easy to leak memory in Android by holding onto destroyed Activities. Every project I have installed LeakCanary in for the first time has had at least one memory leak, it's such a useful tool being able to automatically detect and record leaks.