Tag: android

  • Android Dependency Injection Using Dagger 2

    Android Dependency Injection Using Dagger 2

    Dagger 2 is a dependency injection library that relies heavily on annotation preprocessing to automatically generate a series of classes that provide dependencies to various parts of your application. The preprocessing occurs as part of compilation. The class files that are created are human readable — some are meant to be referenced just like any other java classes, others…

  • 2016: Highlights and Heartbreaks

    2016: Highlights and Heartbreaks

    Another year is about to over and here I would like to write about how I’ve spent my life through 2016. At the beginning, 2016 was like to be a great year. January 2016 was the 9th month I’d been work where I was getting close to friends in office. There I also begin to know Java better than…

  • Android Activity Lifecycle

    Android Activity Lifecycle

      Willing to develop your own apps? Here i will bring you some basics about it. For me, the most basic thing before doing an android apps is knowing how the screen can be populated with fancy UI like in whatsapp, facebook, etc and destroy it. Android will do couple of actions from you pressed your…