maoruibin / maoruibin/maoruibin.github.com
生成随机色
Open
Nobody has claimed this yet.
generate
- Dominant language
- HTML
- Stars
- 22
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
Random rnd = new Random();
int color = Color.argb(155, rnd.nextInt(256), rnd.nextInt(256), rnd.nextInt(256));
mView.setBackgroundColor(color);
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
The issue only provides a Java/Android snippet and does not name a file, page, test, or intended change. First inspect the blog's content structure and locate any page related to this example; completion cannot be determined until the desired placement and wording are clarified.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, java
- Domain
- content
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100