Questions
Machine CodingIntermediate4 min
Build your own Stack and Queue using core Kotlin and no helper functions.
Want to go deeper?
Read our full guides and blog posts on Machine Coding and related Android topics.
1:1 Mentorship
Get personalized guidance from a Google Developer Expert. Accelerate your career with dedicated support.
Personalized Learning Path
Mock Interviews & Feedback
Resume & Career Guidance
Share & Help Others
Help fellow developers prepare for interviews
Sharing helps the Android community grow 💚
Related Questions
Build a small application where you have to fetch data from a given API and show a list on the screen. API - https://dragonball-api.com/api/characters.
Machine CodingIntermediate
Build an app to perform CRUD operations.
Machine CodingIntermediate
Build an app using a given API and perform a Search Operation. How to avoid multiple API calls if the user keeps typing the text? API - https://developer.themoviedb.org/reference/intro/getting-started.
Machine CodingIntermediate
Build your own LRU cache.
Machine CodingIntermediate
Build an offline-first approach system.
Machine CodingIntermediate