About 5,360,000 results
Open links in new tab
  1. Using lists in Android with ListView - Tutorial - vogella

    1. Using lists in Android The display of elements in a list is a common pattern in mobile applications. The user sees a list of items and can scroll through them. Such an activity is depicted in the following …

  2. Custom ArrayAdapter with ListView in Android - GeeksforGeeks

    Jul 23, 2025 · In the previous article ArrayAdapter in Android with Example, it's been discussed how the ArrayAdapter works and what are the data sources which can be attached to the ArrayAdapter with …

  3. Gravity | API reference | Android Developers

    getAbsoluteGravity Added in API level 14 public static int getAbsoluteGravity (int gravity, int layoutDirection) Convert script specific gravity to absolute horizontal value. if horizontal direction is …

  4. Android | Horizontal RecyclerView with Examples - GeeksforGeeks

    Jul 12, 2025 · Recycler View is a ViewGroup added to Android Studio as a successor of the GridView and ListView. It is an improvement on both of them and can be found in the latest v-7 support …

  5. android - List view item swipe left and swipe right? - Stack Overflow

    Can a List view item respond to swipe left and swipe right? If so, how to apply android swipe left or right scrolling to open different intent? I want same like Call phone or message on contact view in android …

  6. ViewPager Using Fragments in Android with Example

    Jul 23, 2025 · ViewPager is a layout manager that allows the user to flip left and right through pages of data. It is a depreciated concept we are using ViewPager2 now. It is mostly found in apps like …

  7. Create a card-based layout | Views | Android Developers

    4 days ago · This document explains how to implement UI cards using the CardView widget in Android, covering dependency setup, XML layout creation, and visual customization.

  8. KeyEvent | API reference | Android Developers

    The view implementation should be prepared to handle FLAG_CANCELED and should tolerate anomalous situations such as receiving a new ACTION_DOWN without first having received an …

  9. About notifications | Views | Android Developers

    Mar 25, 2026 · Learn about Android notifications, including where they appear on a device, their structure, actions, importance, and how to manage them through channels and groups.

  10. Android ScrollView (Horizontal, Vertical) with Examples

    Android ScrollView Example Following is the example of enabling vertical scrolling to the content which is larger than the layout screen using an android ScrollView object. Create a new android application …