Android
Desenvolvedor De Android Senior Interview Questions
10,456 desenvolvedor de android senior interview questions shared by candidates
Asked about kotlin questions and jetpack compose about the state management, effects in compose. Coding includes kotlin collections
Take home test- Asked to create an Android app that brings a list of paginated results from an API.
One of the question was to describe the activity life cycle. Few questions was based on Java also. Where the interviewer also questions about few java related concepts.
Question from Android basic to heigh level. Question from data structure
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?
Viewing 481 - 490 interview questions