How do we achieve the promise pattern in Android?. Here I ended up in a situation like before taking a user to the Home screen I want to check whether all the necessary components are loaded or not? Something like
loadLibA().
then().
loadLibB().
then().
loadLibc().
then()
}```