Star-Dust Expert Licensed User Longtime User Feb 2, 2018 #1 I created a custom type within a class. I need to save data. I do not want this Type to appear after the class is completed. Now I manually delete the type declared by the XML file. So it does not appear to me. The question is: is there another way to exclude (or not display) the custom type from the compiled class? Last edited: Feb 2, 2018
I created a custom type within a class. I need to save data. I do not want this Type to appear after the class is completed. Now I manually delete the type declared by the XML file. So it does not appear to me. The question is: is there another way to exclude (or not display) the custom type from the compiled class?
Star-Dust Expert Licensed User Longtime User Feb 2, 2018 #21 Yes, a long time ago. Don't work Last edited: Feb 2, 2018 Upvote 0
LucaMs Expert Licensed User Longtime User Feb 2, 2018 #22 Star-Dust said: But I can try again Click to expand... Remove che "private type class" from the xml. Upvote 0
LucaMs Expert Licensed User Longtime User Feb 2, 2018 #23 Read from this post: https://www.b4x.com/android/forum/t...project-to-a-library.24750/page-3#post-241942 to Erel's post #59. Upvote 0
Read from this post: https://www.b4x.com/android/forum/t...project-to-a-library.24750/page-3#post-241942 to Erel's post #59.
Erel B4X founder Staff member Licensed User Longtime User Feb 4, 2018 #24 Currently you cannot define a private type. It will be added at some point. Benefits of custom types: http://etp.b4x.com/video/253209351 Upvote 0
Currently you cannot define a private type. It will be added at some point. Benefits of custom types: http://etp.b4x.com/video/253209351