Master Android Permissions with Jetpack: Insights from Droidcon 2019
Hamber Luo, Android lead at Jike app, will present at Droidcon Shanghai 2019 on Android Jetpack Permissions, sharing his extensive Android experience, a code example, and practical advice for quickly adopting Jetpack and Kotlin in mobile development.
Hamber Luo, Android lead at Jike app, will present at Droidcon Shanghai 2019 on “Android Jetpack – Permissions”, discussing better permission request methods amid growing data‑privacy concerns.
His background includes Android architecture work at Meituan‑Dianping and Huawei, with recent focus on building a mobile middle platform.
<code>if (ContextCompat.checkSelfPermission(thisActivity, Manifest.permission.WRITE_CALENDAR) != PackageManager.PERMISSION_GRANTED) {
// Permission is not granted
}
</code>In an “Ask the Speaker” segment, Luo shares practical advice for quickly adopting Jetpack and Kotlin:
Strengthen fundamentals : master Android basics and be comfortable with Java before learning Kotlin.
Hands‑on practice : set team goals for Kotlin code coverage, create wrappers or open‑source Jetpack components, and write Gradle scripts in Kotlin.
Teach and share : hold regular internal tech talks, publish knowledge externally, and attend conferences like Droidcon or GMTC.
The Jike Android team encourages the community to follow their public accounts for more insights.
Jike Tech Team
Article sharing by the Jike Tech Team
How this landed with the community
Was this worth your time?
0 Comments
Thoughtful readers leave field notes, pushback, and hard-won operational detail here.