amitshekhariitbhu / android-interview-questions

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

Hilt #115

Closed lkant8 closed 10 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 10 months ago

Added