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

Python Kivy ListView: How to delete selected ListItemButton? -

asp.net mvc 4 - A specified Include path is not valid. The EntityType '' does not declare a navigation property with the name '' -