Basic questions on past experience on Android
Junior Android Engineer Interview Questions
8,473 junior android engineer interview questions shared by candidates
Do you know the some of the architectures that are common for mobile development? tell me about them
Phone call interview: Multiple choice question on Android (asyntask, activity life cycle, services...)
Basic android questions, which was after I was told it would be basic algorithm and data structure questions not android specific questions.
There is two series, One is input another is to sort order; input = "abc145bac" order_str = "abc" Sort the input based on order on "order_str" Example input = "abc145bac" order_str = "abc" Expected result : "aabbcc145"
1. Write a method which checks if a String is a palindrome and returns a boolean value.
1. Write a method which checks if a String is a palindrome and returns a boolean value. with differing inputs for handling a Palindromic sentence.
Your photo-sharing app displays a system notification when the user receives a photo. Your app should display the photo when the user taps the notification. Which of the following do you need to attach to the Notification object that you pass to NotificationManager?
You want to trigger an animation half a second after a user taps a button. The BEST way to do this is to: A. Call Timer.schedule and pass the animation as a TimerTask. B. Call Thread.sleep in the button’s ClickListener’s oncl1ck method. C. Call postDelayed on the appropriate Handler. D. Call setInterval on an Alarm created with AlarmManager.
given 2 sorted arrays with sizes 2n and n, need to merge them
Viewing 1561 - 1570 interview questions