how to pass parameter from one activity to php side and received by another activity? in php side, i will do query, so my query depends on passed parameter from one activity and another activity will show the result of that query. thanks for your helps.
相关问题
- Views base64 encoded blob in HTML with PHP
- Laravel Option Select - Default Issue
- How can I create this custom Bottom Navigation on
- Bottom Navigation View gets Shrink Down
- PHP Recursively File Folder Scan Sorted by Modific
1> how to pass parameter android app to php site. 1> create one json parser class JSONParser.java
} 2> create one user function class for pass or receiver parameter on php UserFunctions.java . in this class one function for get data from php site and another for pass android app to php
}
3> i am pass parameter from android to php on click of login button. loginActivity.java
}
4> now i am get user detail from php to another activity.when user detail activity launch then get all detail of user.userdetail.java
}