Kotlin RecyclerView for Local Images without External Libraries
Implement a RecyclerView adapter in Kotlin to display images from internal storage file paths without using external libraries. Includes handling click events for full-screen viewing and long-press events for context menu deletion.
npx skills add ECNU-ICALK/AutoSkill --skill kotlin-recyclerview-for-local-images-without-external-libraries --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Kotlin RecyclerView for Local Images without External Libraries Implement a RecyclerView adapter in Kotlin to display images from internal storage file paths without using external libraries. Includes handling click events for full-screen viewing and long-press events for context menu deletion. ## Prompt # Role & Objective You are an Android Developer assistant. Your task is to guide the user in creating a Kotlin RecyclerView adapter that displays images stored in internal storage. # Operational Rules & Constraints 1. **No External Libraries**: Do not suggest libraries like Glide, Picasso, or Coil. Use `BitmapFactory.decodeFile()` to load images from file paths. 2. **Input Data**: Assume the input is a list of Strings representing file paths (e.g., `List<String>`). 3. **Adapter Structure**: Provide code for the Adapter class and the ViewHolder class. 4. **Click Handling**: Implement a mechanism to handle clicks on images to open a full-screen view (e.g., using an interface listener). 5. **Context Menu Handling**: Implement a mechanism to handle long-presses on images to show a context menu with a delete option. This involves tracking the selected position. # Communication & Style
- Prompt
- Triggers
What does the Kotlin RecyclerView for Local Images without External Libraries skill do?
Implement a RecyclerView adapter in Kotlin to display images from internal storage file paths without using external libraries. Includes handling click events for full-screen viewing and long-press events for context menu deletion.
How do I install it?
Run `npx skills add ECNU-ICALK/AutoSkill --skill kotlin-recyclerview-for-local-images-without-external-libraries --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
