shogo82148 / androidbinary

Android binary file parser written in golang
MIT License
241 stars 79 forks source link

add meta-data for application model #25

Closed gitig closed 5 years ago

shogo82148 commented 5 years ago

Thank you!

codeskyblue commented 5 years ago

I think it is best to change MetaData to MetaDatas

shogo82148 commented 5 years ago

🤔 It is very good point and very difficult problem... metadata is an uncountable noun, so "metadatas" is wrong word.

I propose to make decisions as well as the Android API. The Android API uses "activities" for an array of an activity, and "metadata" for a set of metadata.