
Built an Android interview prep site
Hey ppl,
Used my Saturday to build this little project:
Website - https://androiddevkit.com/
Github - https://github.com/vishnusreddy/androiddevkit
Whenever I was preparing for Android interviews, I didn't have one specific place to learn from. Kotlin questions were in one place, coroutines and Flow in another, Compose stuff somewhere else, and actual Android interview experiences were usually buried deep in Reddit threads or random blog posts.
Leetcode, geeksforgeeks and all these sites barely seem to concentrate on Android devs.
So I tried building one, specifically for Android devs.
Right now it covers:
- Kotlin
- Coroutines and Flows
- Android fundamentals
- Jetpack Compose
- Architecture
- Testing
- Mobile system design
I’ve tried to keep the answers practical instead of just giving definitions. Most questions have explanations, and examples. I personally find examples super helpful when learning anything.
There is also a section for real Android interview experiences. I want to keep adding more of those because I personally found those way more useful than generic “top 50 Android questions” articles.
It is free, no login, no paywall, no ads. MOST IMPORTANTLY, OPEN SOURCE.
Would honestly love feedback from the devs here:
- What topics do you think are missing?
- What Android interview questions keep coming up lately?
- Is there anything on the site that feels unnecessary or annoying?
Just built this because I wanted a better place to prep and thought it might help others too. I am planning on switching my job and what better way than to do it while helping everyone else?