There are cases, where custom objects need to be created and defined in the resources of the application. Such objects can be composed of Java simple types, for example Integer, Float, String.
Here is the example of how to import an object defined in application resources.
The object Category cons...