android - how to create a file to use in asset folder -
i want create .bin file, store on asset folder , create .apk file. want write file array of objects created.
background: right have function creating file in internal files, , problem every time install application file created differently wanted make static(the same every one) insert throught asset folder
what best way create file or solve problem?
thanks help.
updates: file created differently because has random constractor. each time call constractor same parameters ill different object properties , cant change object or constractor.
Comments
Post a Comment