https://github.com/googlesamples/
├── admin
│ ├── AppRestrictionEnforcer
│ ├── AppRestrictionSchema
│ └── BasicManagedProfile
├── androidtv
│ ├── leanback
│ └── visual-game-controller
├── background
│ ├── JobScheduler
│ └── RepeatingAlarm
├── connectivity
│ ├── BasicNetworking
│ ├── BasicSyncAdapter
│ ├── bluetooth
│ ├── BluetoothLeGatt
│ ├── CardEmulation
│ ├── CardReader
│ └── NetworkConnect
├── content
│ ├── AppRestrictions
│ ├── BasicContactables
│ ├── documentsUi
│ ├── StorageClient
│ ├── StorageProvider
│ └── webview
├── content_hash.properties
├── input
│ ├── BasicGestureDetect
│ └── BasicMultitouch
├── legacy
│ ├── AccelerometerPlay
│ ├── ActionBarCompat
│ ├── AndroidBeamDemo
│ ├── ApiDemos
│ ├── AppNavigation
│ ├── BackupRestore
│ ├── BasicGLSurfaceView
│ ├── BluetoothHDP
│ ├── ContactManager
│ ├── CrossCompatibility
│ ├── CubeLiveWallpaper
│ ├── GestureBuilder
│ ├── HelloEffects
│ ├── Home
│ ├── HoneycombGallery
│ ├── JetBoy
│ ├── KeyChainDemo
│ ├── LunarLander
│ ├── MultiResolution
│ ├── NotePad
│ ├── RandomMusicPlayer
│ ├── RenderScript
│ ├── SampleSyncAdapter
│ ├── SearchableDictionary
│ ├── SipDemo
│ ├── SkeletonApp
│ ├── Snake
│ ├── SoftKeyboard
│ ├── SpellChecker
│ ├── Spinner
│ ├── SpinnerTest
│ ├── TicTacToeLib
│ ├── TicTacToeMain
│ ├── ToyVpn
│ ├── TtsEngine
│ ├── UiAutomator
│ ├── USB
│ ├── VoicemailProviderDemo
│ ├── VoiceRecognitionService
│ ├── WeatherListWidget
│ ├── WidgetPreview
│ ├── WiFiDirectDemo
│ ├── WiFiDirectServiceDiscovery
│ ├── Wiktionary
│ ├── WiktionarySimple
│ └── XmlAdapters
├── media
│ ├── BasicMediaDecoder
│ ├── BasicMediaRouter
│ ├── Camera2Basic
│ ├── Camera2Video
│ ├── HdrViewfinder
│ ├── MediaBrowserService
│ ├── MediaEffects
│ ├── MediaRecorder
│ ├── MediaRouter
│ └── ScreenCapture
├── NOTICE.txt
├── notification
│ ├── BasicNotifications
│ ├── CustomNotifications
│ ├── LNotifications
│ └── MessagingService
├── renderscript
│ ├── BasicRenderScript
│ └── RenderScriptIntrinsic
├── security
│ └── BasicAndroidKeyStore
├── sensors
│ └── BatchStepSensor
├── source.properties
├── system
│ └── AppUsageStatistics
├── testing
│ └── ActivityInstrumentation
├── ui
│ ├── ActionBarCompat-Basic
│ ├── ActionBarCompat-ListPopupMenu
│ ├── ActionBarCompat-ShareActionProvider
│ ├── ActionBarCompat-Styled
│ ├── activityscenetransition
│ ├── activitytasks
│ ├── AdapterTransition
│ ├── AdvancedImmersiveMode
│ ├── BasicAccessibility
│ ├── BasicImmersiveMode
│ ├── BasicTransition
│ ├── BorderlessButtons
│ ├── CustomChoiceList
│ ├── CustomTransition
│ ├── DisplayingBitmaps
│ ├── DoneBar
│ ├── DrawableTinting
│ ├── FragmentTransition
│ ├── graphics
│ ├── HorizontalPaging
│ ├── ImmersiveMode
│ ├── Interpolator
│ ├── SlidingTabsBasic
│ ├── SlidingTabsColors
│ ├── SwipeRefreshLayoutBasic
│ ├── SwipeRefreshListFragment
│ ├── SwipeRefreshMultipleViews
│ ├── TextLinkify
│ ├── TextSwitcher
│ └── views
└── wearable
├── AgendaData
├── DataLayer
├── DelayedConfirmation
├── ElizaChat
├── EmbeddedApp
├── FindMyPhone
├── Flashlight
├── Geofencing
├── GridViewPager
├── JumpingJack
├── Notifications
├── Quiz
├── RecipeAssistant
├── SkeletonWearableApp
├── SpeedTracker
├── SynchronizedNotifications
├── Timer
├── WatchFace
└── WatchViewStub
No comments:
Post a Comment