Skip to content
View roh-7's full-sized avatar
Block or Report

Block or report roh-7

Report abuse

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

Report abuse

Pinned Loading

  1. DWD DWD Public

    Dealing with data project

    HTML

  2. NWA NWA Public

    Submission for KJSCE Hackathon 2018 [Voices of Mumbai]

    Java 1

  3. roh-7.github.io roh-7.github.io Public

    HTML 3

  4. siesgst-tech/eventID-app siesgst-tech/eventID-app Public

    Android Application for Event Registration and Payment

    1

  5. Sensors Sensors Public

    This is an Android application that takes data from accelerometer and gyroscope and sends it via TCP connection in real-time.

    Java 1 4

  6. snippets i use in app dev snippets i use in app dev
    1
    // inside doInBackground.
    2
    
                  
    3
    	String urlForList = "<The url here>";
    4
            HttpURLConnection httpURLConnection = null;
    5
            InputStream inputStream = null;