Download presentation
Presentation is loading. Please wait.
1
Favorite Twitter Searches App
CS7030: Mobile App Development
2
Technologies Overview
ScrollView A ViewGroup that can contain other views and that lets user scroll CS7030: Mobile App Development
3
Technologies Overview
2. SharedPreference Save key/values pairs associated with apps The key must be string, the values can be Strings or primitive-type values SharedPreference.Editor to modify the content CS7030: Mobile App Development
4
Technologies Overview
3. Intents CS7030: Mobile App Development
5
Technologies Overview
4. LayoutInflater Programmatically create GUI components from a predefined XML layout CS7030: Mobile App Development
6
Technologies Overview
5. AlertDialog A modal dialog which user can interact with the app AlertDialog.Builder to create the AlertDialog CS7030: Mobile App Development
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.