maoruibin / maoruibin/maoruibin.github.com

生成随机色

Open
#5 0 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.