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
Hello my fellow friend, now I want to share to you guys about implementing the Firebase Cloud Messaging from the Back End to the…
SharedViewModel In Android we can use our ViewModel as a sharedViewModel . The idea is that the viewmodel will attach to the lifecycle of…
Dagger Dagger is the most popular dependency injection, especially in Android development. Previously Dagger 2 was the option when building…
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…