former_member658160
Explorer
Member since ‎01-20-2020

User Statistics

  • 16 Posts
  • 0 Solutions
  • 1 Kudos given
  • 4 Kudos received

User Activity

Hi SAP Team, I want to parse a complex value via safe args to another Fragment. Right now, complex values do not support the Parcelable interface like entity types for example. Do you plan on adding this interface to the complex value types as w...
Hello SAP Team, using Fiori components I always have the following error in the layout editor regarding Fiori 72 font. (Even in the generated example application) I mean everything works fine, but it is still annoying to look at every time you...
Hi SAP Team, I am trying to use databinding in conjunction with with the Object Header component, but it just partially works for me.I can bind data to headline/subheadline/footnote etc., but as soon as I try to bind data to the status TextViews I ...
Hello SAP Team, how can I deserialize a complex list structure in Android ? I serialized a list containing ComplexValue types with ToJSON.complexList(list), but FromJSON does not allow to convert back to a complex list, because the methods in th...
Hi SAP Android team, I would like to deactivate the preservation of the detail image space in the object header Fiori component. Unfortunately it does not work to set app:preserveDetailImageSpacing="false" in the XML-Layout (like in Object cell for...