Looking at the project structure that Alloy creates, what is the best approach to creating additional utility functions or libraries? Alloy seems very strict in terms of what files should go where. So for example, what would be the best design approach to separating out the functionality for downloading data from the web? Should that be integrated into a Model file or pulled out separately?
1 Answer
create the file and put it in your lib folder.
that folder's contents will get copied to the root of the resources directory
Your Answer
Think you can help? Login to answer this question!