Skip to content
View nishantkp's full-sized avatar
:octocat:
WFM
:octocat:
WFM
Block or Report

Block or report nishantkp

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
nishantkp/README.md

Pinned

  1. berry-interactions berry-interactions Public

    Chat app, that lets you send another user a friend request and start chatting upon acceptance of friend request

    Java 3

  2. UNDInventory UNDInventory Public

    A structure of an Inventory App which would allow a store to keep track of its inventory. Capstone project submitted at Udacity as a part of Nanodegree.

    Java

  3. UNDNews UNDNews Public

    News Feed app which gives a user regularly-updated news from the internet related to a particular topic, person, or location. Project as a part of nanodegree at Udacity.

    Java 1

  4. BookList BookList Public

    Search books through google API.

    Java 1

  5. CDocs CDocs Public

    Get the notification from Firebase server, and open up a document (i.e PDF file) link sent from a server in message body.

    Java

  6. Find out application is connected to... Find out application is connected to WIFI or cellular
    1
     /**
    2
      * Get reference to the connectivity manager
    3
      */
    4
     ConnectivityManager connectivityManager =
    5
                    (ConnectivityManager) context.getSystemService(Context.CONNECTIVITY_SERVICE);