Wow , I'm really glad to find the reason of this problem that nothing sent to my local database from android studio this problem is because of this code in MainActivity :
new AsynctaskTest("http://152.144.1.215/sadegh",edt.getText().toString()).execute();
we should after /sadegh type a page that we want to sent information to that like this:
new AsynctaskTest("http://152.144.1.215/sadegh/index.php",edt.getText().toString()).execute();
I hope my this problem and this answer help another people.
goodluck guys.