Enjoy researching, debugging, problem solving.
I work in the field of iOS development.
iOS Development
Feb 28, 2022 · 1 min read · Life started with MVC long time ago. It was clear how to separates responsibility between different components. So the View component is just to communicate with the user and display data, then the Model component will be the data required by certain...
Join discussionSep 10, 2020 · 11 min read · About The Series This article is part of the following series: PART 1: Getting To KnowHere I talk little about Hilt, just how to setup Hilt for simple project and inject simple dependency into MainActivity. PART 2: Basic Concepts (This Article)Here...
Join discussion
Sep 1, 2020 · 6 min read · About The Series This article is part of the following series: PART 1: Getting To Know (This Article)Here I talk little about Hilt, just how to setup Hilt for simple project and inject simple dependency into MainActivity. PART 2: Basic ConceptsHere...
Join discussion
Jul 17, 2020 · 2 min read · Whenever you have a primitive array and you would like to convert it to List (collection-based array). You might do this using asList() method of Arrays class of Collections framework. But this doesn't result to ArrayList, instead to an implementati...
Join discussion