An open API service indexing awesome lists of open source software.

https://github.com/skydoves/manifest-android-interview

🚀 Manifest Android Interview is the ultimate guide to cracking Android technical interviews.
https://github.com/skydoves/manifest-android-interview

android book compose interview interview-questions jetpack jetpack-compose skydoves

Last synced: about 2 months ago
JSON representation

🚀 Manifest Android Interview is the ultimate guide to cracking Android technical interviews.

Awesome Lists containing this project

README

        

Manifest Android Interview



**[Manifest Android Interview](https://www.android.skydoves.me/)** is a comprehensive guide designed to enhance your Android development expertise through **108 interview questions with detailed answers, 162 additional practical questions, and 50+ "Pro Tips for Mastery" sections**. The interview questions primarily focus on Android development—including the Framework, UI, Jetpack Libraries, and Business Logic—as well as Jetpack Compose, covering Fundamentals, Runtime, and UI.

Each question provides in-depth explanations, guiding you through a structured learning path for Android and Jetpack Compose while reinforcing your understanding of key concepts. At the end of every question, you’ll find **practical questions** designed to simulate real interview scenarios, allowing you to refine your problem-solving skills and prepare effectively for technical discussions.

This book includes relevant resources and additional references for those seeking further study beyond its content. Efforts have been made to provide footnotes for key terms as much as possible that may be unfamiliar or complex, ensuring that beginners can easily grasp challenging concepts while deepening their understanding.

The **"Pro Tips for Mastery"** section dives deeper into advanced topics, uncovering internal API structures and offering expert insights to keep senior developers engaged. For mid-level developers, this section serves as a valuable resource for strengthening Android expertise and fostering a more analytical approach to technical challenges.

I hope this book helps you gain new perspectives, sharpen your problem-solving skills, and build a comprehensive understanding of Android development & ecosystems. Whether you're preparing for your next big interview or simply pushing yourself to master Android development, I encourage you to think beyond implementation—understand the why, experiment with different approaches, and continue learning with curiosity and passion.

— **[Jaewoong Eum (skydoves)](https://github.com/skydoves/)**

## 📚 Where to Read

- [Manifest Android Interview](https://www.android.skydoves.me/)
- [Read on Leanpub](https://leanpub.com/manifest-android-interview)
- [Read on Gumroad](https://skydoves.gumroad.com/l/manifest-android-interview)

## ⏳ Timeline & Milestone

- [Reached 100 copies sold on April 16](https://x.com/github_skydoves/status/1912303268543492248) 🎉
- Published the first edition on April 15



## 🕊️ Dove Letter

If you're eager to dive deeper into Kotlin and Android, explore [Dove Letter](https://github.com/doveletter), a private subscription repository where you can learn, discuss, and share knowledge. To get more details about this unique opportunity, check out the [Learn Kotlin and Android With Dove Letter](https://medium.com/@skydoves/learn-kotlin-and-android-with-dove-letter-26265da11903) article.

## Find this repository useful? :heart:

Support it by joining __[stargazers](https://github.com/skydoves/manifest-android-interview/stargazers)__ for this repository. :star:

Also, __[follow me](https://github.com/skydoves)__ on GitHub for my next creations! 🤩

# License
```xml
Copyright (c) skydoves (Jaewoong Eum) All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

* Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.

* Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.

* Neither the name of data-accessor nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
```