Nitish Kundala

Results 17 comments of 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 ![screenshot_20170121-093359](https://cloud.githubusercontent.com/assets/13676490/22171865/0bef524a-dfbe-11e6-829d-10a88eec64af.png)

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 ![g_20170124_2135569](https://cloud.githubusercontent.com/assets/13676490/22255431/5cbedc24-e27d-11e6-8262-8eb57fd6148e.gif) 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. ![screenshot_20170127-010301](https://cloud.githubusercontent.com/assets/13676490/22347248/4a10ff74-e42d-11e6-8bbb-984035508afe.png) 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: ![g_20170129_1206563](https://cloud.githubusercontent.com/assets/13676490/22402407/d3d110b0-e61b-11e6-9630-8b5e34a67082.gif) I have used the fetch method by giving a call...

@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...