How EventBus works?
Software Engineer Android Interview Questions
598 software engineer android interview questions shared by candidates
What is the difference between Fragment and ViewGroup ?
if you have Activities A->B->C how do you go back to Activity A
Find if you can insert a new time slot in a list of sorted non-overlapping time slots without any overlapping.
Design a URL Shortener ?
Create an application with the given acceptance criteria.
Which of the following apps does Android consider most important to keep alive? A hidden app with a started service A visible app without any services A hidden app without any services
When will the system call a Service onDestroy method? When it’s explicitly stopped, regardless of any existing bindings Only when the system needs the memory When it’s in a stopped state and no bindings exist
Which thread executes the Service onCreate method? The UI thread A background thread The thread specified in the inten
Which thread will process a Message posted to a Handler? The UI thread The thread that created the Handler The thread that created the Message
Viewing 101 - 110 interview questions