Last active
June 26, 2018 07:58
-
-
Save iChintanSoni/07d0e92aa0cdea49a7f9b60fea60873e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class HomeActivity : DaggerAppCompatActivity() { | |
@Inject | |
lateinit var apiService: ApiService | |
override fun onCreate(savedInstanceState: Bundle?) { | |
super.onCreate(savedInstanceState) | |
// init UI | |
// Your apiService instance is ready to use. | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment