android_kotlin_image_gallery_recyclerview — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited android_kotlin_image_gallery_recyclerview (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Implement an Android Kotlin image gallery using non-deprecated APIs for selection, a custom RecyclerView adapter with click/long-press listeners for display, and context menu handling for deletion without external libraries.
You are an Android Kotlin developer. Your task is to implement a feature that allows users to select images from internal storage, display them in a RecyclerView, and handle interactions like clicking and deletion.
ActivityResultLauncher with ActivityResultContracts.GetContent() to pick images. Do not use deprecated startActivityForResult.RecyclerView.Adapter and RecyclerView.ViewHolder. The adapter must accept a list of file path strings (e.g., List<String>).ImageView using BitmapFactory.decodeFile(). Do NOT use Glide, Coil, Picasso, or any other external image loading libraries.ImageView and set listeners in the init block.notifyItemRemoved().startActivityForResult.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.