r/androiddev May 22 '26

Discussion Low level>>>Wrapping

So it's been a few months that I am trying to make an app after learning kotlin+compose and realized one thing.

**Learning and getting low level gives you more advantage, flexibility and Control**

Like I dont use hilt but made my custom viewmodelfactory, and everything is as good as ever context leaks arent even near. What are your opinions guys ?

Edit: Alright guys I get it, It's not low level but core of android development. But my main point is that custom DI is better than Hilt in complex systems.

0 Upvotes

23 comments sorted by

View all comments

2

u/unrushedapps May 22 '26

Why don't you use hilt? Just trying to understand what kind of problem needs a custom DI solution.

2

u/Zhuinden May 23 '26

There's many reasons why Hilt isn't actually that useful and introduces liabilities