Open Source Java Data Visualization Software for Mobile Operating Systems

Java Data Visualization Software for Mobile Operating Systems

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

  • Passwordless Authentication and Passwordless Security Icon
    Passwordless Authentication and Passwordless Security

    Identity is everything. Protect it with Duo.

    It’s no secret — passwords can be a real headache, both for the people who use them and the people who manage them. Over time, we’ve created hundreds of passwords, it’s easy to lose track of them and they’re easily compromised. Fortunately, passwordless authentication is becoming a feasible reality for many businesses. Duo can help you get there.
    Get a Free Trial
  • Comprehensive Cybersecurity to Safeguard Your Organization | SOCRadar Icon
    Comprehensive Cybersecurity to Safeguard Your Organization | SOCRadar

    See what hackers already know about your organization – and stop them from getting in.

    Protect your organization from cyber threats with SOCRadar’s cutting-edge threat intelligence. Gain 360° visibility into your digital assets, monitor the dark web, and stay ahead of hackers with real-time insights. Start for free and transform your cybersecurity today.
    Free Trial
  • 1

    MusicDNA

    Experience your favorite music in a unique way

    MusicDNA is a music player unlike any other. It is an Android music player that renders beautiful DNA (visualization) of the currently playing music. It does this through the use of the Visualizer Class, and is inspired by paullewis's music-dna. It uses the FFT Data supplied by the Visualizer class of Android , calculating the Amplitude at that exact moment and using this to plot the DNA. MusicDNA fuses the functionality of traditional music players with stunning visualizations. In this way it captivates not only the sense of hearing but the sense of sight as well. MusicDNA's player allows for playing both local music as well as streamed music from SoundCloud.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Portable Linux

    Portable Linux

    Portable Ubuntu Linux for Scientific Computing

    Released August 22, 2013 Lubuntu Blends: Biochemistry 13.04 (Raring) v5.44 Linux Kernel Image 3.8.0-29 Lubuntu Blends are pre-installed Wubi disk image remixes of Ubuntu and Debian Science meta packages, A custom boot loader allows installations to be copied and automatically booted from most external or USB flash drives. Once up and running, use earlier Lubuntu Remix README instructions here until documentation is updated. https://sourceforge.net/projects/portable-linux/files/ Installation 1. Download the Wubi installer http://releases.ubuntu.com/saucy/wubi.exe 2. Install any flavor of Ubuntu. 3. Swap out the root.disk with the ones provided here. Overview LAMP stack running on localhost (127.0.0.1). Scientific, productivity & media packages include R (Rattle Data Miner), GridEngine, Condor, cooperative computing tools, WINE, LibreOffice, Evolution, Clinica, Neuro Debian Desktop, PsycoPy, OpenVibe, 3DSlicer, Paraview, Openshot. Cheers, Gregory Remington
    Downloads: 3 This Week
    Last Update:
    See Project
  • 3
    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: 2 This Week
    Last Update:
    See Project
  • 4
    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: 0 This Week
    Last Update:
    See Project
  • Red Hat Enterprise Linux on Microsoft Azure Icon
    Red Hat Enterprise Linux on Microsoft Azure

    Deploy Red Hat Enterprise Linux on Microsoft Azure for a secure, reliable, and scalable cloud environment, fully integrated with Microsoft services.

    Red Hat Enterprise Linux (RHEL) on Microsoft Azure provides a secure, reliable, and flexible foundation for your cloud infrastructure. Red Hat Enterprise Linux on Microsoft Azure is ideal for enterprises seeking to enhance their cloud environment with seamless integration, consistent performance, and comprehensive support.
    Learn More
  • 5
    AndroidStaggeredGrid

    AndroidStaggeredGrid

    Android staggered grid for multiple columns with rows of varying sizes

    An Android staggered grid view which supports multiple columns with rows of varying sizes. The StaggeredGridView was developed due to requirements for the Etsy app not met by any existing Android libraries. Namely a stable implementation with the ability to have a different number of columns in landscape & portrait, to sync grid position across orientation changes and support for headers & footers. The library was built for and tested on Android version 2.3.3(SDK 10) and above. It could be modified to support older versions if required. Configurable column count for portrait and landscape orientations. The simplest way to use AndroidStaggeredGrid is to add the library as a gradle aar dependency to your build. As column widths change on orientation change, the grid view expects that all children maintain their own width to height ratio. To assist with this the project includes the DynamicHeightImageView as an example of a view that measures its height based on its width.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Appacts

    Appacts

    Appacts Open Source Mobile Analytics Platform

    Appacts was designed and developed with user in mind, leaving old style analytics services behind and starting fresh. We’ve looked for a way to empower our users by presenting data to them in a quick summarised view. We are here to make analytics exciting, engaging and more importantly productive, so you can make right decisions quickly.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    ExplorViz

    ExplorViz

    Live Trace Visualization for Large Software Landscapes

    ExplorViz is a web-based software visualization for large software landscapes. It features two different perspectives: the landscape-level perspective and the application-level perspective. The former visualizes the systems, nodes, and application existing in the software landscape. The latter one utilizes the city metaphor to visualize the entities and communication happening in one application. For installation instructions and downloads see http://www.explorviz.net
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Mosby

    Mosby

    Model-view-presenter and model-view-intent library for modern Android

    Mosby is a model-view-presenter and model-view-intent library designed specifically for Android apps. Migrating a Mosby 2.x based app to Mosby 3.0 should be straightforward. Just replace all import statements of your app in android studio. Mosby has a plugin for Conductor. The aim of this library is to help you build modern android apps with a clean Model-View-Presenter architecture. Furthermore, Mosby helps you to handle screen orientation changes by introducing ViewState and retaining Presenters. At first glance Mosby looks a lot like a framework. There are some classes like MvpFragment you can extends from, but the point is that you don’t have to if you don’t want to. At it’s core Mosby is a tiny library based on delegation. So you don’t have to use MvpFragment if you don’t want to. You can use delegation and composition to integrate Mosby in your own development stack. Hence you are not caught into a frameworks boundaries and limits.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Noble Ape Simulation
    Simulates a biologically diverse tropical island, and the ape inhabitants cognitive processes. For MacOS X, iPad, Windows and Linux. Features a non-polygonal graphics engine and a command-line version
    Downloads: 0 This Week
    Last Update:
    See Project
  • Turn Your Content into Interactive Magic - For Free Icon
    Turn Your Content into Interactive Magic - For Free

    From Canva to Slides, Desmos to YouTube, Lumio works with the tech tools you are already using.

    Transform anything you share into an engaging digital experience - for free. Instantly convert your PDFs, slides, and files into dynamic, interactive sessions with built-in collaboration tools, activities, and real-time assessment. From teaching to training to team building, make every presentation unforgettable. Used by millions for education, business, and professional development.
    Start Free Forever
  • 10
    RayTracingAngel is a aplication that permit render 3D worlds using the rayTracing tecnic. (Java tecnology). RayTracingAngel es una aplicación que permite realizar render de mundos en 3D usando la técnica de RayTracing (tecnología java). Cualquiera qu
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    RoundedImageView

    RoundedImageView

    A fast ImageView that supports rounded corners, ovals, and circles

    A fast ImageView (and Drawable) that supports rounded corners (and ovals or circles) based on the original example from Romain Guy. It supports many additional features including ovals, rounded rectangles, ScaleTypes and TileModes. There are many ways to create rounded corners in android, but this is the fastest and best one that I know of because it does not create a copy of the original bitmap, does not use a clipPath which is not hardware accelerated and not anti-aliased, does not use setXfermode to clip the bitmap and draw twice to the canvas. RoundedImageView is available in Maven Central. Borders are not scaled up/down with the image (correct width and radius are maintained). Support for LayerDrawables (including TransitionDrawables). Licensed under the Apache License.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Strip Chart Recorder

    Stripchart tool to use with GCDC products

    This is a realtime stripchart dissplay application for use on Android 2.1+ operating systems. It connects via Bluetooth to a http://www.gcdataconcepts.com bluetooth accelerometer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    UCML
    UCML: Ubiquitous Control Modeling Language for Android Platform; is an XML-based language aiming at utilizing the local resources of smart handheld devices. Develop and execute ubiquitous control applications depend on Sensors, Condition, Response .
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    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). Many kinds of animations. Swipe to dismiss. Parallax or normal head view. Drag and drop items. Loading more when reach the last item(infinite scrolling). Custom views in loading more. Showing or hiding toolbar and floating button when scrolling. Scrollbars and colorful styles of swipe to refresh. Sticky header like instagram. Support different layout in adapter. Loading adapter with animation. Expandable view in recyclerview.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    µTide based, off-line tide predictor - includes times and heights for high and low tide in feet or metres for US, Brazil, Australia, New Zealand, S. Pacific and Japanese ports (see downloads for UK, Germany, Holland and Canada data).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    barchart4palm is a simple component for displaying bar charts on PalmOS-powered devices.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 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.