amitshekhariitbhu / android-interview-questions

Your Cheat Sheet For Android Interview - Android Interview Questions and Answers
https://outcomeschool.com
Apache License 2.0
11.2k stars 2.22k forks source link

Hilt #115

Closed lkant8 closed 7 months ago

lkant8 commented 2 years ago

Not updated questions "How does the Hilt work? "

Audhil commented 1 year ago

Hilt is a dependency injection framework for Android. It works based on Annotation processing that plays a vital role in code generation and error checks.

amitshekhariitbhu commented 7 months ago

Added