Favorite Twitter Searches App CS7030: Mobile App Development
Technologies Overview ScrollView A ViewGroup that can contain other views and that lets user scroll CS7030: Mobile App Development
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
Technologies Overview 3. Intents CS7030: Mobile App Development
Technologies Overview 4. LayoutInflater Programmatically create GUI components from a predefined XML layout CS7030: Mobile App Development
Technologies Overview 5. AlertDialog A modal dialog which user can interact with the app AlertDialog.Builder to create the AlertDialog CS7030: Mobile App Development