How to get row details of MySql table just after that row inserted to an Android App -


i want column values of row specific android app* after new row inserted mysql database table in server.

specific android app* - identify each app uniquely phone number.

table structure follows.

id     fromphonenumber     clientphonenumber     messagebody
1        +3434354546             +484844646245         test123

when kind of row inserted, want messagebody column value app way normal sms appear. can please explain way , suggest tutorial refer.

thank in advance


Comments

Popular posts from this blog

c++ - Do gcc's __float128 floating point numbers take the current rounding mode into account? -

java - the value of local variable is not used -