Home | History | Annotate | Download | only in versions

Lines Matching full:widgets

211 local storage, home screens, widgets, and settings. Unlike with
383 bounds. You can use the optical bounds layout mode to properly align widgets
423 across framework UI widgets, including ProgressBar/Spinner and
699 homescreens, widgets, accounts, settings, files, and apps, and the system keeps
725 <p class="img-caption" style="padding-top:1.5em;line-height:1.25em;">You can extend <strong>app widgets</strong> to run on the lock screen, for instant access to your content.</p>
728 <h3 id="42-lockscreen-widgets">Lock screen widgets</h3>
730 <p>In Android 4.2, users can place <strong>app widgets</strong> directly on
732 without having to unlock. Users can add as many as five lock screen widgets,
733 choosing from widgets provided by installed apps. The lock screen displays each
735 panels and their widgets.</p>
737 <p>Like all app widgets, lock screen widgets can display <strong>any kind of content</strong> and
743 <p>For developers, lock screen widgets offer a great new way to engage users.
749 screen widgets, you can extend them to the lock screen with minimal change. To
752 also add features to your widgets that might be especially useful or convenient
764 widgets, but they are more powerful. They let you offer the any kind of content
894 system now provides automatic mirroring of app UI layouts and all view widgets,
1358 style="font-weight:500;">App Widgets</span> can resize automatically to fit the home screen and load different content as their sizes change.</p>
1364 <h3>Resizable app widgets</h3>
1366 <p>Android 4.1 introduces improved App Widgets that can <strong>automatically resize</strong>, based on where the user drops them on the home screen, the size to which the user expands them, and the amount of room available on the home screen. New App Widget APIs let you take advantage of this to <strong>optimize your app widget content</strong> as the size of widgets changes.</p>
1370 <p>You can also supply separate landscape and portrait layouts for your widgets, which the system inflates as appropriate when the screen orientation changes.</p>
1372 <p>App widgets can now be displayed in third party launchers and other host apps through a new bind Intent (AppWidgetManager.ACTION_APPWIDGET_BIND).</p>
1382 <p>Also available is a new <strong>TaskStackBuilder</strong> class that lets you quickly put together a synthetic task stack to start immediately or to use when an Activity is launched from a PendingIntent. Creating a synthetic task stack is especially useful when users launch Activities from remote views, such as from Home screen widgets and notifications, because it lets the developer provide a managed, consistent experience on Back navigation.</p>
1394 <p>Developers can now use <strong>GridLayout</strong> and <strong>ViewStub</strong> views in Home screen widgets and notifications. GridLayout lets you structure the content of your remote views and manage child views alignments with a shallower UI hierarchy. ViewStub is an invisible, zero-sized View that can be used to lazily inflate layout resources at runtime.</p>