Activity lifecycle, fragment lifecycle, etc
Android Software Developer Interview Questions
8,366 android software developer interview questions shared by candidates
write a recursive function that solves the equation X[n] = X[n-1] + X[n-2] where X is an array that contains at least two integer values and the function should solve the question for the 3rd value in the array
How would your design a web crawler (what servers would you use, what database structure, what kind of data would you put in it, how do you handle recursion, how do you handle URL loops)? Next question was how to do a union of two sorted lists w/o using any language features like "list1.union(list2)"?
Brute force, greedy algorithms
What are the pitfalls of AsyncTasks?
If you nest a RelativeLayout inside a LinearLayout then which layout parameters will the RelativeLayout use? a. RelativeLayout.layoutparams b. Viewgroup.margin c. Viewgroup.layoutParams d. LinearLayout.layoutParams
Photo sharing app. user receives new photo and a notification is created and the user clicks on the notification. What do you attach to the notification to open the app and show the user the photo? a. intent b. photoIntent c. PendingIntent d. Service
App that periodically checks if something is "working" What do you use? a. Wakelock with power manager b. setInexactRepeating c. Post Handler d. call set periodic timer
Design an algorithm for checking whether a string can be created from another one (for very long inputs)
how can u access private member in other class.?
Viewing 81 - 90 interview questions