Android SlidingPanels |
Currently, by using the Animation library, developers can animate single views and panels that hold other views. Adding the Android Sliding Panels code further simplifies the whole process.
While using it, once a new application is loaded, the existing panel slides out and the new panel, with the application, slides in. As panels can load layout files, developers can create complex layouts by loading a different layout file for each panel.
Android Sliding Panels is made of two components.
- The Main activity
- The Sliding Panels code module
It is recommended to take a look at the code, even for developers who are not particularly interested in sliding layouts, as it demonstrates the power of custom types, which enable developers to easily group many objects.
The code module can be easily changed to meet specific requirements and can be used directly by touching the touch screen.
Tidak ada komentar:
Posting Komentar