Pages

Dagger dependency graph generator for Android Developers



Daggraph — Daggraph is a library for generating a graph of dagger dependency. 
We will learn how to generate a dagger dependency graph using daggraph.

Android Reverse Engineering on Temple Run 2 in UBUNTU


<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <script> (adsbygoogle = window.adsbygoogle || []).push({ google_ad_client: "ca-pub-5219736083818079", enable_page_level_ads: true }); </script>



Firstly you have to install Android Reverse Engineering Tool in your UBUNTU.

You can download all the tools using below link:

OOPs Concept



Before start our journey with AndroidDrill I want to introduce you with some concept of OOPs.
This is a very important concept that can be frequently asked in your interviews.

Android Push Notifications using Firebase Cloud Messaging (FCM), PHP and MySQL

In this tutorial we will learn how to send notification from our device to all registered device using FCM and app server.

In recent times, Google moved from Google Cloud Messaging (GCM) to Firebase Cloud Messaging (FCM). Just like GCM, FCM is a cross-platform messaging solution that allows you to send messages. FCM is completely free and there are no limitations.