Skip to main content
Back to registry

android-java

alinaqi/claude-bootstrap

Installs190
Install command
npx skills add https://github.com/alinaqi/claude-bootstrap --skill android-java
Security audits
Gen Agent Trust HubFAIL
SocketPASS
SnykWARN
About this skill
Load with: base.md - ❌ Context leaks - Never hold Activity/Fragment references in static fields or singletons - ❌ Memory leaks in callbacks - Always use WeakReference or clear callbacks in onDestroy - ❌ UI updates on background thread - Always post to main thread for UI changes - ❌ Hardcoded strings - Use string resources for all user-visible text - ❌ God Activities - Keep Activities under 200 lines, extract logic to ViewModels - ❌ NetworkOnMainThreadException - Never perform network calls on main thread - ❌ Ignoring lifecycle - Always respect Activity/Fragment lifecycle states - ❌ Blocking the main thread - Keep main thread operations under 16ms - ❌ Not handling configuration changes - Use ViewModel to survive rotation - ❌ Hardcoded dimensions - Use dp/sp units and dimension resources - ❌ Deep view hierarchies - Keep layout depth under 10 levels, use ConstraintLayout - ❌ Not closing resources - Always close Cursor, InputStream, database connections

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does android-java do?

android-java is listed in SkillJury, but the source summary is still sparse.

Is android-java good?

android-java does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does android-java work with?

android-java currently lists compatibility with codex, gemini-cli, opencode, cursor, github-copilot, claude-code.

What are alternatives to android-java?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install android-java?

npx skills add https://github.com/alinaqi/claude-bootstrap --skill android-java

Related skills

More from alinaqi/claude-bootstrap

Related skills

Alternatives in Software Engineering