Open Source Java User Interface (UI) Software for Mobile Operating Systems

Java User Interface (UI) Software for Mobile Operating Systems

Browse free open source Java User Interface (UI) Software for Mobile Operating Systems and projects below. Use the toggles on the left to filter open source Java User Interface (UI) Software for Mobile Operating Systems by OS, license, language, programming language, and project status.

  • 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
  • Your top-rated shield against malware and online scams | Avast Free Antivirus Icon
    Your top-rated shield against malware and online scams | Avast Free Antivirus

    Browse and email in peace, supported by clever AI

    Our antivirus software scans for security and performance issues and helps you to fix them instantly. It also protects you in real time by analyzing unknown files before they reach your desktop PC or laptop — all for free.
    Free Download
  • 1
    JavaCV

    JavaCV

    Java interface to OpenCV, FFmpeg, and more

    JavaCV uses wrappers from the JavaCPP Presets of commonly used libraries by researchers in the field of computer vision (OpenCV, FFmpeg, libdc1394, FlyCapture, Spinnaker, OpenKinect, librealsense, CL PS3 Eye Driver, videoInput, ARToolKitPlus, flandmark, Leptonica, and Tesseract) and provides utility classes to make their functionality easier to use on the Java platform, including Android. JavaCV also comes with hardware accelerated full-screen image display (CanvasFrame and GLCanvasFrame), easy-to-use methods to execute code in parallel on multiple cores (Parallel), user-friendly geometric and color calibration of cameras and projectors (GeometricCalibrator, ProCamGeometricCalibrator, ProCamColorCalibrator), detection and matching of feature points (ObjectFinder), a set of classes that implement direct image alignment of projector-camera systems (mainly GNImageAligner, ProjectiveTransformer, ProjectiveColorTransformer, ProCamTransformer, and ReflectanceInitializer), and more.
    Downloads: 21 This Week
    Last Update:
    See Project
  • 2
    react-native-picker/picker

    react-native-picker/picker

    Cross-platform UI component for selecting an item from a list

    Picker is a cross-platform UI component for selecting an item from a list of options. This component is not supported in the managed workflow for expo sdk 37. Please import the Picker from react-native. As react-native@0.60 and above supports auto-linking there is no need to run the linking process.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 3
    Flutter Location

    Flutter Location

    A Flutter plugin to easily handle realtime location in iOS and Android

    A simple way to get the user's location without thinking about permission. This library aims at providing you with a simple way to get the user location without thinking about permission. It's also heavily configurable so you can easily get better performance or better battery. It currently supports Android, iOS, macOS and Web. Support for the remaining platforms is incoming.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4
    XUI is a Java and XML RIA platform for building smart app's. Swing, AWT and other widget sets can be used on a range of hardware. XUI's modular framework can help many aspects of application development. NetBeans and Eclipse are available.
    Downloads: 37 This Week
    Last Update:
    See Project
  • MongoDB Atlas | Run databases anywhere Icon
    MongoDB Atlas | Run databases anywhere

    Ensure the availability of your data with coverage across AWS, Azure, and GCP on MongoDB Atlas—the multi-cloud database for every enterprise.

    MongoDB Atlas allows you to build and run modern applications across 125+ cloud regions, spanning AWS, Azure, and Google Cloud. Its multi-cloud clusters enable seamless data distribution and automated failover between cloud providers, ensuring high availability and flexibility without added complexity.
    Learn More
  • 5
    Sweet Alert Dialog

    Sweet Alert Dialog

    SweetAlert for Android, a beautiful and clever alert dialog

    SweetAlert for Android, a beautiful and clever alert dialog. Inspired by JavaScript SweetAlert. The simplest way to use SweetAlertDialog is to add the library as aar dependency to your build. You can customize progress bar dynamically with materialish-progress methods via SweetAlertDialog.getProgressHelper(): For more usages about progress, please see the sample. Methods include resetCount(), isSpinning(), spin(), stopSpinning(), getProgress(), setProgress(float progress), setInstantProgress(float progress), getCircleRadius(), setCircleRadius(int circleRadius), getBarWidth(), and more.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    Advanced RecyclerView

    Advanced RecyclerView

    RecyclerView extension library which provides advanced features

    This RecyclerView extension library provides Google's Inbox app like swiping, Play Music app like drag-and-drop sorting and expandable item features. Works on API level 14 or later. Reduces library conflicts, easy to integrate with existing code. Looks difficult at a glance, but gives great flexibility like the original RecyclerView. Swipe dismiss and swipe pinning operation. (like Google's Inbox app). Smooth item reordering with linear list (LinearLayoutManager). It behaves like the playlist of Google's Play Music app. A list with collapsible groups and its children. This feature is a port of the ExpandableListView of Android framework. All swipe, drag and drop, expand and wrapper adapter features work together! The ItemAnimator behaves exactly the same as the default SimpleItemAnimator, but its code is refactored. Easier to customize!
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    Epoxy

    Epoxy

    Android library for building complex screens in a RecyclerView

    Epoxy is an Android library for building complex screens in a RecyclerView. Models are automatically generated from custom views or databinding layouts via annotation processing. These models are then used in an EpoxyController to declare what items to show in the RecyclerView. This abstracts the boilerplate of view holders, diffing items and binding payload changes, item types, item ids, span counts, and more, in order to simplify building screens with multiple view types. Additionally, Epoxy adds support for saving view state and automatic diffing of item changes. We developed Epoxy at Airbnb to simplify the process of working with RecyclerViews, and to add the missing functionality we needed. We now use Epoxy for most of the main screens in our app and it has improved our developer experience greatly. If you are using layout resources in Epoxy annotations then for library projects add Butterknife's gradle plugin to your buildscript.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Ultra Pull To Refresh

    Ultra Pull To Refresh

    Ultra pull to refresh for Android

    This is an alternative to the pull-to-refresh project that is no longer maintained. Inherited from ViewGroup can contain any View. The function is more powerful than SwipeRefreshLayout. Ultra Pull To Refresh is a replacement for the deprecated pull to refresh solution. It can contain any view you want. It's easy to use and more powerful than SwipeRefreshLayout. It's well designed, you can customize the UI effect you want as easy as adding a headview to ListView. This project has been pushed to Maven Central, both in aar and apklib. You can add a PtrUIHandler to PtrFrameLayout to implement any UI effect you want. It is very simple to use. Good design, if you want to customize your own UI style, it is very simple, just like adding a Header View to ListView. This class library is simply a pull-down refresh.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    vlayout

    vlayout

    LayoutManager extension for RecyclerView

    vlayout customizes a VirtualLayoutManager, which inherits from LinearLayoutManager and introduces LayoutHelper Virtual layout manager manages a series of layouthelpers, and gives the specific layout ability to LayoutHelper. Each LayoutHelper provides a layout method. The framework provides several common layout types, including grid layout, linear layout, waterfall flow layout, suspended layout, suction side layout, etc. In this way, the ability of mixed layout is realized, and the extension of external is supported, new LayoutHelper is registered, and special layout mode is realized. By providing a custom LayoutManager to RecyclerView, VirtualLayout is able to layout child views with different style at single view elegantly. The custom LayoutManager manages a serial of layoutHelpers where each one implements the specific layout logic for a certain position range items. By the way, implementing your custom layoutHelper and provding it to the framework is also supported.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10
    YouTube Downloader ArmoMan

    YouTube Downloader ArmoMan

    An android application to download audio (mp3) from YouTube videos.

    An android application to download audio (mp3) from YouTube videos and from playlists. YouTube Downloader ArmoMan is an intuitive Android application designed to empower users to effortlessly extract high-quality MP3 audio from YouTube videos and playlists. With a user-friendly interface and a host of convenient features, this app simplifies the process of downloading and enjoying your favorite YouTube content in audio format. Download from SourceForge or GitHub. GitHub download page: https://github.com/ArmoMan/YouTube-Downloader-ArmoMan/releases GitHub: https://github.com/ArmoMan/YouTube-Downloader-ArmoMan Please, if there are bugs, feel free to contact us.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 11
    AndroidRate

    AndroidRate

    Library to help you promote your Android app

    AndroidRate is a library to help you promote your Android app by prompting users to rate the app after using it for a few days.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    Swing ME

    Swing ME

    Java UI Framework for Desktop/iOS/Android

    A Pure Java implementation of Swing GUI, with Layouts, Borders, Renderers and lots of components including inline TextField, Buttons, Window, TabbedPane and many others. ALL visual and behavioural aspects can be fully customised of ANY component.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    FusionCharts Free is a flash charting component for web applications, desktop applications and presentations. It livens up your boring data by converting it to animated and interactive charts.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    UBIQLIPSE is a plug-in for Eclipse that provides a WYSIWYG editor for the creation of UIQ 2.1 GUIs. UBIQLIPSE maintains an XML model of the GUI and converts this model into Symbian C++ code on demand, using an existing tool developed by Symbian.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    AHBottomNavigation

    AHBottomNavigation

    Library to reproduce the behavior of the Bottom Navigation guidelines

    Library to implement the Bottom Navigation component from Material Design guidelines (minSdkVersion=14). Bottom navigation bars display three to five destinations at the bottom of a screen. Each destination is represented by an icon and an optional text label. When a bottom navigation icon is tapped, the user is taken to the top-level navigation destination associated with that icon. The bottom navigation bar is easy to reach on a handheld mobile device. When used, the bottom navigation bar appears at the bottom of every screen. Bottom navigation bar destinations should be of equal importance. Combining bottom navigation and tabs may cause confusion, as their relationship to the content may be unclear. Tabs share a common subject, whereas bottom navigation destinations are top-level and disconnected from each other.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Alphabetical Keyboard

    Alphabetical Keyboard

    Android keyboard with keys arranged alphabetically.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    AndroAppLink

    AndroAppLink

    Android device-to-device app transfer and app backup manager

    AndroAppLink is an easy to use Android App manager. It helps you to exchange Apps among several Android devices using Bluetooth, mail and other third party apps. It also helps you backup your apps in storage or phone memory.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Android Auto Tester utilizes Android's monkey runner and hierarchy viewer to automatically traverses the hierarchy of an Android application's GUI and simulates user inputs from the host side, without accessing the application's source code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    An alternative way to navigate your Android layouts, in a small class and providing different ways to work: a fluent interface, a callback system, bookmark capabilities and automated View click listening methods.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Android Sliding Up Panel

    Android Sliding Up Panel

    A simple way to add a draggable sliding up panel to Android apps

    This library provides a simple way to add a draggable sliding up panel (popularized by Google Music and Google Maps) to your Android application. As seen in Umano Android App (now acquired by Dropbox). If you are using the library and you would like to have your app listed, simply let us know. Simply add the following dependency to your build.gradle file to use the latest version. Include com.sothree.slidinguppanel.SlidingUpPanelLayout as the root element in your activity layout. The layout must have gravity set to either top or bottom. Make sure that it has two children. The first child is your main layout. The second child is your layout for the sliding up panel. The main layout should have the width and the height set to match_parent. The sliding layout should have the width set to match_parent and the height set to either match_parent, wrap_content or the max desireable height.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Android System Bar Tint

    Android System Bar Tint

    Apply background tinting to the Android system UI

    Apply background tinting to the Android system UI when using KitKat translucent modes. Android 4.4 (KitKat) introduced translucent system UI styling for status and navigation bars. These styles are great for wallpaper based activities like the home screen launcher, but the minimal background protection provided makes them less useful for other types of activity unless you supply your own backgrounds inside your layout. Determining the size, position and existence of the system UI for a given device configuration can be non-trivial. This library offers a simple way to create a background "tint" for the system bars, be it a color value or Drawable. By default it will give you a semi-opaque black background that will be useful for full-bleed content screens where persistent system UI is still important - like when placed over a map or photo grid.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Android-Bootstrap

    Android-Bootstrap

    Bootstrap style widgets for Android, with Glyph Icons

    Android Bootstrap is an Android library which provides custom views styled according to the Twitter Bootstrap Specification. This allows you to spend more time on development rather than trying to get a consistent theme across your app, especially if you are already familiar with the Bootstrap Framework. Create buttons that support Glyph icons, and are themeable using Bootstrap Brands. BootstrapButtonGroup Allows BootstrapButtons to be grouped together and their attributes controlled en masse. BootstrapProgressBar Displays progress in a bar from 0-100, and animates updates to the current progress. BootstrapLabel Displays non-clickable text in a widget similar to the BootstrapButton, sizable using H1-H6 elements. BootstrapCircleThumbnail Displays images in a center-cropped Circular View, themed with BootstrapBrand.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    AndroidAdapters

    AndroidAdapters

    A library, which provides various Adapters for Android apps

    "AndroidAdapters" is an Android-library, which provides feature-rich adapter implementations for providing the underlying data of widgets such as ListView, GridView, ExpandableListView and RecyclerView.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    AndroidMaterialDialog

    AndroidMaterialDialog

    Provides a builder to create "Material Design"-styled dialogs

    "AndroidMaterialDialog" is an Android-library, which provides a builder, which allows to create dialogs, which are designed according to Android 5.0's Material Design guidelines even on pre-Lollipop devices.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    AndroidMaterialDialogExample

    AndroidMaterialDialogExample

    An example app using the library "AndroidMaterialDialog"

    This project contains an example App, which implements an use case of the Android library "AndroidMaterialDialog". The project homepage of the library "AndroidMaterialDialog" is available on Sourceforge via the URL https://sourceforge.net/projects/androidmaterialdialog.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.