Wrong use of load()
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 3
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
https://github.com/lisawray/marginbug/blob/dbe21f4e670bc7ce8a8ec0b2082581cbf1bf9129/app/src/main/java/com/example/marginbug/MainActivity.java#L17
You are using `load()` incorrectly here based on the docs. https://developer.android.com/reference/android/support/constraint/ConstraintSet.html#load(android.content.Context,%20int)
Im looking at the correct way to use this load method and stumbled on to your repo here. Have you had any success using load() with an xml file and what is the format of the file. Android Dev docs don't explain it very well.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at app/src/main/java/com/example/marginbug/MainActivity.java line 17 and compare the load() call with the linked ConstraintSet.load() documentation. Investigate the expected XML format and whether the repository reproduces incorrect behavior. Done means establishing the correct usage or documenting the missing information needed for a fix.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, java
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100