pkumza / LibRadar

LibRadar - A detecting tool for 3rd-party libraries in Android apps.
Apache License 2.0
258 stars 51 forks source link

Lib updates #18

Closed IzzySoft closed 7 years ago

IzzySoft commented 7 years ago

Another bunch of updated library descriptions.

PS: you might wish to check the library types I've assigned (also with my past contributions), especially those entries I've associated with "da (Development Aid)". To me it's not that clear where the borders are between da (Development aid), ut (Utility) and ui (UI component) – especially between the first two I have trouble to distinguish.

pkumza commented 7 years ago

Yeah, It's hard to distinguish these three types. In fact they are all utilities. It's ok not to care about the type border and set them all utilities.

I divided them into 3 types. UI component is used for GUI support. Development aid is some quick and small utilities like xml parser, json parser, encoder, etc. Utilities are other components to support a functional things like AWS support, video player.