• Home
  • Blog
  • Github
  • Linkedin
  • Mail
Personal blog by
Katili Jiwo Adi W
  1. December 28, 2022

    Full Guide to Implement Firebase Cloud Messaging (FCM) in Android App

    Hello my fellow friend, now I want to share to you guys about implementing the Firebase Cloud Messaging from the Back End to the…

    Android
    Firebase
    FCM
  2. June 19, 2022

    Sharing Data Between Fragment Easier With SharedViewModel

    SharedViewModel In Android we can use our ViewModel as a sharedViewModel . The idea is that the viewmodel will attach to the lifecycle of…

    Android
    Viewmodel
  3. June 10, 2022

    Dagger 2 to Hilt in Multi Module App

    Dagger Dagger is the most popular dependency injection, especially in Android development. Previously Dagger 2 was the option when building…

    Android
    Dagger2
    Hilt
  4. July 05, 2021

    Testing Android App That Use Single Activity Architecture

    Introduction to software testing As a good developer we also need a skill to test our app in order to make our app free from bug and help us…

    Android
    Testing