Skip to content

Latest commit

 

History

History

MessagePortSampleApp

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

MessagePortSampleApp

MessagePortSampleApp sample app demonstrates how to send and receive messages between applications.

Prerequisites

First of all, you need to install and execute Tizen .Net Service sample application because it is used to communicate each other.

You can install Tizen .Net service application by

  • using Visual Studio

  • using the sdb command line as follows:

     $ sdb install org.tizen.example.ServiceApp-1.0.0.tpk
     $ sdb shell
     $ app_launcher -s org.tizen.example.ServiceApp        // launch a service app
    

If you do not install Tizen .Net service application, an exception occurs when you press Send a message button.

main page

This application uses Tizen.Application.Messages API.

In addition, there is a similar native sample application.