refactor if statements into something "better"
Desenvolvedor De Android Junior Interview Questions
10,457 desenvolvedor de android junior interview questions shared by candidates
Explica qué es un ANR.
only one thing ,you can do?
Build an API to handle login and registering a user, and show how you would test it.
Como você faria a estrutura de um aplicativo que fosse ser executado dentro de outro aplicativo?
They asked me about basics of android like activity and fragment lifecycle, MVVM archtecture and Jetpack libraries
What do you passionate about in Android.
How would I synchronize a local data store with a remote one
The following block of code assumes RxJava2 usage.Please, describe which scheduler will [map] execute on, [filter] execute on. fun theTest() { val io = Schedulers.io() Observable .just("long", "longer", "longest") .subscribeOn(Schedulers.io()) .map { println("map ${Thread.currentThread().name}") it.length } .observeOn(Schedulers.computation()) .filter { println("filter ${Thread.currentThread().name}") it > 6 } .blockingSubscribeBy { length -> println( "item length $length under " + Thread.currentThread().name ) } }
Preguntas relacionadas con Kotlin, POO y algo de SQL.
Viewing 341 - 350 interview questions