Col-E/binary-resources

Implement XML decoding for DYNAMIC_ATTRIBUTE resource type

Open

#3 opened on Sep 2, 2023

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Java (0 forks)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (9 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

There is no reference implementation and I've not seen a dynamic attribute being used in a real-world app, so I'm not sure what its supposed to look like. Thus, the decoding for these resource types is not yet implemented and is stubbed out with the default @res/<id>

Relevant code: https://github.com/Col-E/binary-resources/blob/master/src/main/java/software/coley/android/xml/XmlDecoder.java#L268

Contributor guide