You have an Activity, and you implement push notification, when you receive a notification, and you tap on it, the PendingIntent launched point to your Activity. If you open a notification, and your Activity is visible in that moment, in which method of the activity you receive the intent with the information of the push message?
Developer Interview Questions
269,153 developer interview questions shared by candidates
Write a method that takes a string and reverse it
3.write an sql query to get second largest scorer in a student table
Coding challenge
Tell me about your previous working experience?
Write javascript function for add(3)(4);?
A and B are 32 bit numbers with first 16 bits valid in A and next 16 bits valid in B. (The non-valid bits aren't necessarily 0). WAP that adds A and B without using arithmetic operator.
you have a list of people, and a function that return true/false if one person knows the second person. write a function that finds a VIP, which everybody knows and he doesn't know anybody else.
Giving a circular sorted array Ex: [7,9,3,5,6], write an algorithm that finds the smaller element index.
How would you implement UIView hitTest mehtod?
Viewing 781 - 790 interview questions