Lines Matching full:application
16 <li><a href="#teardown">Unregister Your Service on Application Close</a></li>
42 <p>This lesson shows you how to build an application that can broadcast its
45 to connect to the same application running on another device.</p>
77 two devices on the network both have the NsdChat application installed, one of
82 layer the application uses. The syntax is
84 code snippet, the service uses HTTP protocol running over TCP. An application
101 that your application always uses port 1337 puts it in potential conflict with
104 service broadcast, there's no need for the port your application uses to be
126 interface contains callbacks used by Android to alert your application of the
186 players. The key to letting your application see this vibrant ecosystem of
187 functionality is service discovery. Your application needs to listen to service
189 anything the application can't work with.</p>
256 <p>The NSD API uses the methods in this interface to inform your application when discovery
265 application can connect to.</li>
267 application.</li>
271 want to connect to a specific application. For instance, the application might
273 application wants to connect to a network printer, it's enough to see that the service type
278 your application should look for, the discovery protocol to use, and the
288 <p>When your application finds a service on the network to connect to, it
321 <p>Once the service is resolved, your application receives detailed
326 <h2 id="teardown">Unregister Your Service on Application Close</h2>
328 functionality as appropriate during the application's
329 lifecycle. Unregistering your application when it closes down helps prevent
337 //In your application's Activity