Skip to main content

nextcloud/notes-android

SkillsMP has collected 4 skills from nextcloud/notes-android. Open a skill to review its source and details.

Latest recorded source activity
SkillsMP catalog refreshed
skills collected
4
GitHub stars
1,099
GitHub forks
167

Skills in this repository

1 occupation categories · 100% classified

Showing 4 of 4 collected skills.

occupation
Software Developers
description

Idiomatic Kotlin for Android in this codebase — decomposing oversized lifecycle functions, scope functions (run/apply/with), when and partition instead of switch, extension functions and AndroidX KTX over verbose Java utilities, null safety instead of…

updated
occupation
Software Developers
description

Replacements for deprecated Android APIs — the Activity Result API instead of startActivityForResult/onActivityResult, MenuProvider instead of onCreateOptionsMenu/onOptionsItemSelected, and why a behaviour-locked conversion keeps java.util.Observable rather…

updated
occupation
Software Developers
description

Guard clauses instead of nested if/else in Kotlin — require/requireNotNull/check matched to the original exception type, flattening nested pyramids into sequential early returns, "?: return" chains for nullables, resource cleanup on every early-return path,…

updated
occupation
Software Developers
description

Nextcloud Notes house conventions for any file you add, rename, or edit — SPDX header form, the 300-line and one-top-level-type-per-file limits, magic numbers, string/color/dimen resources, Java-interop annotations, and the verification commands that actually…

updated
Showing 4 of 4 collected skills.