Junior android developer Interview Questions
149
Junior Android Developer interview questions shared by candidates
Which tool you use for android development.
2 Answers↳
Eclipse(Luna) ,Android Studio
↳
Eclipse, which is now followed by Android Studio


How the nine-patch Image different from a regular bitmap? Alternatively, what is the difference between nine-patch Image vs regular Bitmap Image?
1 Answers↳
It is one of a resizable bitmap resource which is being used as backgrounds or other images on the device. The NinePatch class allows drawing a bitmap in nine sections. The four corners are unscaled; the middle of the image is scaled in both axes, the four edges are scaled into one axis. Less


questions related to software design patterns, android, SQL etc.
1 Answers↳
Could you be more specific with the questions ?



Pregunas de : Enrevista tecnica de Java
1 Answers↳
Preguntas basicas de OOP, Java, bases de datos y spring.

You have to tell maximum value in a path from first element to last row with 2 constraints : You can chose only one element in each row. You can chose either exact below element in next row of current element or right element to exact below element. e.g. in given exampe if yo have chosen 3, in next row you can chose 5 or 6
1 Answers↳
You have to tell maximum value in a path from first element to last row with 2 constraints : You can chose only one element in each row. You can chose either exact below element in next row of current element or right element to exact below element. e.g. in given exampe if yo have chosen 3, in next row you can chose 5 or 6 Less