Showing 44 open source projects for "listview"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Smart Business Texting that Generates Pipeline Icon
    Smart Business Texting that Generates Pipeline

    Create and convert pipeline at scale through industry leading SMS campaigns, automation, and conversation management.

    TextUs is the leading text messaging service provider for businesses that want to engage in real-time conversations with customers, leads, employees and candidates. Text messaging is one of the most engaging ways to communicate with customers, candidates, employees and leads. 1:1, two-way messaging encourages response and engagement. Text messages help teams get 10x the response rate over phone and email. Business text messaging has become a more viable form of communication than traditional mediums. The TextUs user experience is intentionally designed to resemble the familiar SMS inbox, allowing users to easily manage contacts, conversations, and campaigns. Work right from your desktop with the TextUs web app or use the Chrome extension alongside your ATS or CRM. Leverage the mobile app for on-the-go sending and responding.
    Learn More
  • 1
    SmartRefreshLayout

    SmartRefreshLayout

    Refresh layout framework

    SmartRefreshLayout's goal is to build a strong, stable and mature pull-down refresh layout framework, and to integrate all kinds of cool, diverse, practical and beautiful Headers and Footers. Support synchronous scrolling with ListView and NestedScrolling with CoordinatorLayout. Support automatically refresh, automatically pull-up loading (automatically detect list inertance and scroll to the bottom without having to manually pull). Support customizing rebound animation interpolator, to achieve a variety of cool animation effects. Support setting a theme to fit any scene of App, it won't appear a cool but very awkward situation. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    ShowCaseView

    ShowCaseView

    Flutter plugin that allows you to showcase features on flutter app

    A Flutter package allows you to Showcase/Highlight your widgets step by step. Auto Scrolling to active showcase feature will not work properly in scroll views that renders widgets on demand(ex, ListView, GridView). In order to scroll to a widget it needs to be attached with widget tree. So, If you are using a scrollview that renders widgets on demand, it is possible that the widget on which showcase is applied is not attached in widget tree. So, flutter won't be able to scroll to that widget. So, If you want to make a scroll view that contains less number of children widget then prefer to use SingleChildScrollView.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    AppDevKit

    AppDevKit

    AppDevKit is an iOS development library

    AppDevKit is an iOS development library that provides developers with useful features to fulfill their everyday iOS app development needs. AppDevKit is an iOS development library that provides developers with useful features to fulfill their everyday iOS app development needs. Yahoo’s Taiwan based iOS app development team has been using this development kit for the past three years, and we plan future apps to use AppDevKit as well. Our use of this code in many apps helped improve its...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Ventoy

    Ventoy

    A New Bootable USB Solution

    Ventoy is an open source tool to create bootable USB drive for ISO/WIM/IMG/VHD(x)/EFI files. With Ventoy, you don't need to format the disk over and over, you just need to copy the ISO/WIM/IMG/VHD(x)/EFI files to the USB drive and boot them directly. You can copy many files at a time and Ventoy will give you a boot menu to select them. You can also browse ISO/WIM/IMG/VHD(x)/EFI files in local disks and boot them. x86 Legacy BIOS, IA32 UEFI, x86_64 UEFI, ARM64 UEFI and MIPS64EL...
    Leader badge
    Downloads: 222,640 This Week
    Last Update:
    See Project
  • Pest Control Management Software Icon
    Pest Control Management Software

    Pocomos is a cloud-based field service solution that caters to businesses

    Built for the pest control industry, but also works great for Mosquito Control, Bin Cleaning, Window Washing, Solar Panel Cleaning, and other Home Service Businesses in need of an easy-to-use software that helps you simplify routing, scheduling, communications, payment processing, truck tracking, time tracking, and reporting.
    Learn More
  • 5
    mwClipboard

    mwClipboard

    Simple clipboard manager for Microsoft Windows

    This program provides a simple clipboard manager for Microsoft Windows. A hotkey displays a list of clips. The user can then select one or more to paste.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 6

    Line-By-Line

    Line-By-Line' is a text manipulation program and more...

    Line-By-Line' is a text manipulation program and more... Complete List of ToolTip Instructions A GadgetToolTip can be either: a string Input field , a Button , a ListView Window or an Editor Window . When you run the program and Hover your Cursor over one of these Gadgets , Help info will Pop-Up . www.vmars.us/freeware/Line-By-Line/Line-By-Line_HELP.html
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    Progress Telerik UI for UWP

    Progress Telerik UI for UWP

    Telerik UI for Universal Windows Platform

    ...Easily implement various functionalities in your UWP projects and create a single app package running on every device in the Windows 10 device family. Save development time with a wide range of out-of-the-box controls for various application scenarios. Manage data with the Grid or ListView components and create beautiful visualizations with the Chart, Gauges and BulletGraph controls.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 8
    Aurora Files

    Aurora Files

    Your files in your cloud on your rules

    Aurora Files is an open-source file storage platform for small teams and personal users.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 9
    Liquid Pull To Refresh

    Liquid Pull To Refresh

    A custom refresh indicator for flutter

    A beautiful and custom refresh indicator for flutter highly inspired by Ramotion Pull Down to Refresh. Try out our live example app. For adding this custom refresh indicator in your flutter app, you have to simply wrap ListView or GridView inside LiquidPullToRefresh. Also, you have to provide the value of the onRefresh parameter which is a refresh callback.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Fully managed relational database service for MySQL, PostgreSQL, and SQL Server Icon
    Fully managed relational database service for MySQL, PostgreSQL, and SQL Server

    Focus on your application, and leave the database to us

    Cloud SQL manages your databases so you don't have to, so your business can run without disruption. It automates all your backups, replication, patches, encryption, and storage capacity increases to give your applications the reliability, scalability, and security they need.
    Try for free
  • 10
    react-native-swipe-list-view

    react-native-swipe-list-view

    A React Native ListView component with rows that swipe open and closed

    SwipeListView is a vertical ListView with rows that swipe open and closed. Handles default native behavior such as closing rows when ListView is scrolled or when other rows are opened.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    MultiType

    MultiType

    Tool to create multiple types for Android RecyclerView

    Previously, when we need to develop a complex RecyclerView / ListView, it is difficult and troublesome work. We should override the getItemViewType() of RecyclerView.Adapter, add some types and create some ViewHolders relating to those types. Once we need to add a new item type, we have to go to the original adapter file and modify some old codes carefully, and these adapter classes will get more complicated.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    Desktop Listview

    Desktop Listview

    A Windows 10 Desktop Replacement

    Desktop Listview has changed! It is now a Desktop Replacement Tool for Windows 10 If you have issues, please send me an email so I can fix whatever you find. My Email address is: Eggbath@riseup.net
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    Resurrection Remix OS

    Resurrection Remix OS

    #getresurrected

    About Resurrection Remix Since 01 • January 2012 Resurrection Remix ROM is ultimately full featured , stable and combined with the best features of open source roms .we are also providing lot of awesome original Resurrection Remix ROM add-on s in the builds. includes best of performance, customization, power and the newest features on your device! It is one of the most customizable ROMs out-of-the-box!
    Leader badge
    Downloads: 129 This Week
    Last Update:
    See Project
  • 14
    Kakao

    Kakao

    Nice and simple DSL for Espresso in Kotlin

    At Agoda, we have more than 1000 automated tests to ensure our application's quality and give our best experience to the user. All of them are written with Espresso from Google. Even though Espresso is working really well with our test, the code readability is quite low. Let's look at some of the examples of how we write the test. As Agoda developers, we want to improve not just our codebase quality, but also our implementation of tests as well. This is why we are introducing Kakao. The...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    neoPack

    Fully virtual ListView for Delphi/Lazarus

    Project is obsolete; see Editas. ListView has no items occupied memory, only visible items are in memory. When turn on filter, maximum 4 bytes per item or less. Each item can be different height.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    NativeScript-PullToRefresh

    NativeScript-PullToRefresh

    NativeScript plugin for PullToRefresh controls

    The nativescript-pulltorefresh plugin provides a pull-to-refresh functionality for NativeScript ListView components, enabling users to refresh data by pulling it down on the list.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    ObjectListView

    ObjectListView

    ObjectListView - ListView on caffeine, guarana and steroids

    ObjectListView is a C# convenience wrapper around .NET's ListView. It makes the ListView much easier to use by supporting automatic sorting, grouping, cell editing, data binding, reporting, column sizing. There is also a Python version for wxPython.
    Downloads: 66 This Week
    Last Update:
    See Project
  • 18
    [READ] The navbar for some reason disappears upon first setup, to bring it back navigate to Settings -> Configurations -> Navigation and slide "Allow navigation bar" Based On Latest Google Android 8.1.0 Resurrection Remix Crowdin : https://crowdin.com/project/resurrectionremix/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Resurrection Remix-kminilte
    (ONLY FOR G800F/M/Y DEVICES) Resurrection Remix ROM is ultimately full featured , stable and combined with the best features of open source roms .we are also providing lot of awesome original Resurrection Remix ROM add-on s in the builds. includes best of performance, customization, power and the newest features on your device! It is one of the most customizable ROMs out-of-the-box!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Listview Project

    Listview Project

    VB.Net: ListView with Search, Sort, and Pagination

    This is a full working project that allows users to search multiple fields, sort on header column click, and pagination. All data stays intact.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    base-adapter

    base-adapter

    Android's versatile Adapter for ListView, RecyclerView, GridView, etc.

    ...The library typically uses a fluent or structured API to register item delegates and bind layouts consistently, which improves readability in large UI modules. It’s useful in legacy ListView projects as well as RecyclerView-based apps where teams want a consistent, shared approach to adapters across screens.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    UltimateRecyclerView

    UltimateRecyclerView

    A RecyclerView(advanced and flexible version of ListView in Android)

    UltimateRecyclerView is a RecyclerView(advanced and flexible version of ListView) with pulling to refresh, loading more, swiping to dismiss, draging and drop, animations ,sticky header,show or hide toolbar and FAB when scrolling and many other features.You can use it just like RecyclerView. Notice that UltimateRecyclerView is a project under development. Swipe to refresh(using android.support.v4.widget.SwipeRefreshLayout).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Listsp

    Listsp

    List Processes, Services & Drivers

    View & Manage Windows Processes, Services & Drivers
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    FlareROM
    put the design,battery,performance
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    DialogPlus

    DialogPlus

    Advanced dialog solution for android

    ...Center, dialog will appear in the center with animation. Bottom, dialog will appear at the bottom of the screen with animation. DialogPlus provides 3 content types. ListHolder, items will be shown in a listview. GridHolder, items will be shown in a gridview. ViewHolder, your customized view will be shown in the content. Set an item click listener when list or grid holder is chosen. In that way you can have callbacks when one of your items is clicked. Set a global click listener to you dialog in order to handle all the possible click events. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next