/development/samples/SkeletonApp/ |
D | readme.txt | 5 This directory contains the full implementation of a basic application for 7 will use. You can run the application either directly from the "test" 16 This XML file describes to the Android platform what your application can do. 17 It is a required file, and is the mechanism you use to show your application 23 Under this directory is the Java source for for your application. 36 Under this directory are the resources for your application. 62 These XML files describe additional resources included in the application.
|
/development/samples/MultiDisplay/src/com/example/android/multidisplay/launcher/ |
D | AppListViewModel.java | 42 public AppListViewModel(Application application) { in AppListViewModel() argument 43 super(application); in AppListViewModel() 44 mLiveData = new AppListLiveData(application); in AppListViewModel() 45 mPackageIntentReceiver = new PackageIntentReceiver(mLiveData, application); in AppListViewModel()
|
D | PinnedAppListViewModel.java | 48 public PinnedAppListViewModel(Application application) { in PinnedAppListViewModel() argument 49 super(application); in PinnedAppListViewModel() 50 mLiveData = new PinnedAppListLiveData(application); in PinnedAppListViewModel()
|
/development/tools/repo_diff/service/repodiff/ |
D | README.md | 24 The application assumes that both a development and production environment 26 the following environment variables will need to be set in your application 51 Executing the application will by default: 55 2. Run application-specified analytics on the persisted data and write the 65 `config.json` will specify input and output parameters for the application; 76 To connect to the MySQL server used by the application, run: 103 The rationale behind the application is that setup in Data Studio should require 105 projections of the underlying model. The application, then, should run whatever
|
/development/samples/training/ads-and-ux/ |
D | ReadMe.txt | 1 This sample demonstrates the integration of an mobile ad SDK with your application. In this case, 4 The application has the following external dependencies. In order to build, be sure to obtain these
|
/development/samples/ApiDemos/ |
D | README.txt | 1 The API Demos application includes a variety of small applications 9 - Persistent application state
|
/development/samples/browseable/RecipeAssistant/ |
D | _index.jd | 8 This phone application uses the enhanced notifications API to display recipe 9 …instructions using paged notifications. After starting the application on your phone, you can brow…
|
/development/samples/browseable/CommitContentSampleApp/ |
D | _index.jd | 8 This sample demonstrates how to write an application which accepts rich content
|
/development/samples/browseable/BasicAccessibility/ |
D | _index.jd | 8 …This sample demonstrates how to create an accessible application, using a mix of different widgets…
|
/development/samples/BluetoothLeGatt/ |
D | _index.jd | 5 <p>A sample application that demonstrates how to communicate with
|
/development/samples/devbytes/telephony/SmsSampleProject/app/ |
D | build.gradle | 1 apply plugin: 'com.android.application'
|
/development/samples/devbytes/telephony/SmsSampleProject/ |
D | build.gradle | 10 // NOTE: Do not place your application dependencies here; they belong
|
/development/samples/browseable/AppRestrictionSchema/ |
D | _index.jd | 8 This sample shows how to use app restrictions. This application has one boolean
|
/development/samples/browseable/BasicContactables/ |
D | _index.jd | 10 … reducing the number of queries your application needs to use when searching the contacts database!
|
/development/tools/checkcolor/ |
D | .gitignore | 1 #built application files
|
/development/samples/browseable/BluetoothChat/ |
D | _index.jd | 8 This application allows two Android devices to carry out two-way text chat over
|
/development/samples/browseable/FindMyPhone/ |
D | _index.jd | 8 This sample application notifies you when you may have left your phone behind
|
/development/samples/browseable/Notifications/ |
D | _index.jd | 8 This sample application provides a showcase of available notification styles and
|
/development/samples/browseable/AppShortcuts/ |
D | _index.jd | 9 This API allows an application to define a set of Intents which are displayed as
|
/development/samples/DeviceAdminWhitelistedAccount/ |
D | README.md | 3 This application creates an account that will *not* prevent test-only DO/PO from being activated.
|
/development/samples/browseable/ElizaChat/ |
D | _index.jd | 8 … This sample is a phone application that provides a chat experience in which users can respond to
|
/development/samples/browseable/DisplayingBitmaps/ |
D | _index.jd | 8 This is a sample application for the Android Training class
|
/development/samples/browseable/BasicAndroidKeyStore/ |
D | _index.jd | 10 encryption keys that only your application can access. You can also sign data
|
/development/samples/browseable/ActiveNotifications/ |
D | _index.jd | 9 NotificationManager can tell you how many notifications your application
|
/development/samples/browseable/BeamLargeFiles/ |
D | _index.jd | 13 your application will not receive an Intent on the receiving device. Instead, the system
|