android - Sending simple data with notification to another app -


i'm working on 2 seperate apps need @ point exchange messages, both apps share mysql database, want first app able send data 1 of other app's users (specified id, email or phone number ), , last able reply request accepting or rejecting button click.

now, don't know best:

  • something similar chat ?is possible extract necessary data rest of chat message ?
  • a broadcast.
  • a push notification.
  • or else ?

help me please i'm total newbie, use expert opinion.

what describing every other chat app exists. can suggest read code example idea how approach this:


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -