Dharmesh

  • Android USB communication

    Android USB communication

    Permissions:- Need to add following permissions in AndroidManifest.xml file. [code lang=”xml”] <intent-filter> <action android:name="android.hardware.usb.action.USB_DEVICE_ATTACHED" /> <intent-filter> <meta-data android:name="android.hardware.usb.action.USB_DEVICE_ATTACHED"…


  • Android get MAC and IP addresses

    Android get MAC and IP addresses

    Permissions:-      Need to add following permissions in AndroidManifest.xml file. [code lang=”xml”] <uses-permission android:name="android.permission.INTERNET" /> <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />…