Hackerrank question with reading and manipulating statistical data
Ingeniero De Software Android Interview Questions
8,351 ingeniero de software android interview questions shared by candidates
Basic questions on past experience on Android
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"
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
You're implementing a photo sharing app that uses system notifications. When the user gets a photo and taps on the notification, what does the app call?
What is a Mutex Deadlock?
Viewing 1551 - 1560 interview questions