Nitish Kundala
Nitish Kundala
@saketkumar95 How about using the App intro Library [Material AppIntro](https://github.com/apl-devs/AppIntro)? Both look the same but It would cut down on the lines of code. :)
Looks fine 
The BroadcastReceiver and `IntentFilter filter = new IntentFilter(ConnectivityManager.CONNECTIVITY_ACTION);` are working fine, I've tested it on a API 24 device and on API 23 and 19 on the emulator.
Here I've added a new `layout_behaviour` file for fab. The fab now animates in and out of view like this  Also added a line to hide the chat box...
I've also disabled the refresh button in the overflow menu when the device goes offline.  And I'm working on the offline display of messages #82 . I'll send a...
I've added Offline compatibility now the messages stored offline load into the view. Here's how it looks like now:  I have used the fetch method by giving a call...
@kunall17 Done.
@kunall17 You are right, the `isConnected()` only checks for an active network but does not check if there is access to the internet. I think the solution would be to...
@yadav-rahul Resolved the merge conflicts. Sorry it took so long as I was travelling.
@kunall17 Ive added the http request that checks whether the internet connection is active and during that duration displays **Connecting ....** snackbar and changes to Connected or No Connection depending...