My first application of Android comes here.In my first tutorial on Controlling VLC using JAVA you can see that the VLC provides a Web interface from which it can be controlled and it also accepts certain commands.So that can be used to control the media player in Local Area Network using any programming language.This time its Android
Code:
MainActivity.Java
Code:
MainActivity.Java
package com.example.first_app; import java.net.Authenticator; import java.net.URL; import android.os.Build; import android.os.Bundle; import android.os.StrictMode;