Home | History | Annotate | Download | only in WiFiDirectServiceDiscovery

Lines Matching full:that

1 <p>This is a demo application highlighting how to advertise and discover local services that are Wi-Fi peer to peer network capable with
2 the Wi-Fi Direct Service Discovery APIs. Service discovery on Wi-Fi direct allows applications to discover and enagage with peers that support a certain service.
3 As an example, a gaming application can find and associate with devices that support the game. This application allows you to chat with a peer after a succesful connection.</p>
11 &mdash; the main <code>Activity</code> that contains two fragments to handle app's UI. It advertises and discovers services and also registers a broadcast receiver for Wi-Fi Direct related events.</li> <li><a
14 that listens for Wi-Fi Direct related events and passes them to
17 &mdash; a <code>ListFragment</code> that displays available services, peers and their status. </li>
19 &mdash; a <code>Fragment</code> that displays handles chat UI </li>
21 &mdash; a <code>Runnable</code> that continously performs Socket I/O.</li>
23 &mdash; a <code>Thread</code> that implements a server side Socket handler and spawns a client socket per connection.</li> </ul>
25 &mdash; a <code>Thread</code> that implements a client side Socket handler.</li> </ul>
26 <p>If you are developing an application that uses the Wi-Fi Direct Service Discovery APIs, remember that the
28 the platform. To ensure that your application can only
29 be installed on devices that are capable of supporting Wi-Fi Direct Service Discovery, remember to add the
32 indicates to Google Play and the platform that your application requires
38 from devices that do not support Wi-Fi Direct mode, remember to add the following to the
41 Play that your application uses the Wi-Fi Direct API. The declaration should include
42 an <code>android:required</code> attribute that indicates whether you want
43 Google Play to filter the application from devices that do not offer Wi-Fi Direct support. Other <code>&lt;uses-feature&gt;</code> declarations may also be