I need to use a custom library with Basic4Android.
I have the .jar file and I am working on writing the XML file needed.
It's going good so far but I ran into a problem.
The library uses Enum Constant values and I can not figure out the structure needed in the XML file for that.
I'm guessing:
<Enum Constant>
<name>name</name>
<value>value</value>
</Enum Constant>
but I have not been able to find an example in real life so I am not sure.
Does anyone have an example they could show?
I have the .jar file and I am working on writing the XML file needed.
It's going good so far but I ran into a problem.
The library uses Enum Constant values and I can not figure out the structure needed in the XML file for that.
I'm guessing:
<Enum Constant>
<name>name</name>
<value>value</value>
</Enum Constant>
but I have not been able to find an example in real life so I am not sure.
Does anyone have an example they could show?