Question from Android basic to heigh level. Question from data structure
Android Lead Developer Interview Questions
10,457 android lead developer interview questions shared by candidates
Write a function that will sort items in a list where every next item will be greater or less then the previous, e.g. 5, 2, 1, 7, 9, 8 -> 2, 5, 1, 9, 7, 8
what is activity life cycle?and describe all functions
Write a program to reverse a given string
String s1 = new String("YOUR_NAME") String s2 = new String("YOUR_NAME") is s1==s2? and WHY?
Life cycle of Activity in details?
Worst Experience till now, In Interview Interviewer, doesn't know about A of Android. He asked me to "show me your project, I know Java will judge you on behalf of the codebase". but unfortunately, I have written a sample app in Kotlin. Then he asked me to show another project/codebase. 1 funny thing I have observed is, He suggested me to keep your all project codebase in the system to show the interviewer.
What are basic features of Kotlin?
What are other design patterns available in Android?
- two sum problem with a bit a variation. - group anagram words. - what is the most important thing you care for when you do code reviews. - SOLID principles. - medium level android questions
Viewing 481 - 490 interview questions