Showing 1761 open source projects for "java-legacy"

View related business solutions
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Try Free
  • Ship Agents Faster Icon
    Ship Agents Faster

    Transform your applications and workflows into powerful agentic systems at global scale.

    Gemini Enterprise Agent Platform lets you rapidly build, scale, govern and optimize production-ready agents grounded in your organization's data. The platform enables developers to build custom or pre-built agents for virtually any use case. New customers get $300 in free credits.
    Get Started Free
  • 1
    PermissionsDispatcher

    PermissionsDispatcher

    A declarative API to handle Android runtime permissions

    ...Annotate a method that is invoked if the user chose to have the device "never ask again" about permission. Now generated functions become much more concise and intuitive than Java version!
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Riot Android

    Riot Android

    A glossy Matrix collaboration client for Android

    Riot Android is the original Android client for the Matrix network — a decentralized, secure communication protocol — that enables users to send end-to-end encrypted messages, join rooms, conduct voice and video calls, and interact across federated communities without relying on centralized servers. As the predecessor to Element X, Riot Android laid the groundwork for mobile access to Matrix while providing advanced features like threaded replies, rich media handling, room moderation, and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    GITAMite
    App for gitamites to view their college info. Basically a lite version for the university's student website.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    BoostMultiDex

    BoostMultiDex

    Load multiple dex files on low Android version devices

    BoostMultiDex is a specialized Android-library created by ByteDance to address a long-standing performance and user-experience problem on older Android devices (specifically Android 4.x and below, i.e. SDK < 21), where loading multiple dex files after installation or upgrade can lead to extremely long “black-screen” freeze times during first startup. Instead of relying on the standard Android MultiDex mechanism, BoostMultiDex reworks the loading strategy by tapping into hidden Dalvik VM...
    Downloads: 0 This Week
    Last Update:
    See Project
  • $300 Free Credits for Your Google Cloud Projects Icon
    $300 Free Credits for Your Google Cloud Projects

    Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.

    Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
    Start Free Trial
  • 5
    Picasso

    Picasso

    A powerful image downloading and caching library for Android

    Images add much-needed context and visual flair to Android applications. Picasso allows for hassle-free image loading in your application—often in one line of code! Many common pitfalls of image loading on Android are handled automatically by Picasso: Handling ImageView recycling and download cancelation in an adapter. Complex image transformations with minimal memory use. Automatic memory and disk caching. Adapter re-use is automatically detected and the previous download canceled....
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    xUtils3

    xUtils3

    Android orm, bitmap, http, view inject

    xUtils includes orm, http(s), image, view annotations, but it is still very lightweight (251K), and has powerful features and is easy to expand. Efficient and stable orm tool, which makes it more convenient to support cookies and caching when the http interface is implemented. Based on UrlConnection, the bottom layer will be implemented by okHttp after Android4.4. The request protocol supports 11 predicates: GET, POST, PUT, PATCH, HEAD, MOVE, COPY, DELETE, OPTIONS, TRACE, CONNECT. Supports...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    PicsX4

    PicsX4

    Simple game where you guess the word that's common between 4 pictures

    PicsX4 is a 4 pics one-word game where you try to find a particular word that is common to the four given pictures. The challenge becomes harder with each new level. The available letters are shown at the bottom of the screen. The letters need to be added manually. It is possible to get a hint or ask a friend for help and both require a coin currency. Hints include exposing a letter, removing letters, and solving the question right away.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    MAME4droid

    MAME4droid

    MAME Android Emulator.

    MAME4droid (0.139u1) is developed by David Valdeita (Seleuco), port of MAME 0.139u1 emulator by Nicola Salmoria and TEAM. MAME4droid (0.139u1) emulates arcade games supported by original MAME 0.139u1. This MAME4droid version is targeted to Dual-Core devices, because it is based on a high specs 2010 PC MAME build. Anyway don't expect arcade games of the 90 to work at full speed. With some games that are really bad optimized (like outrun or mk series) you will need at least a 1.5 ghz...
    Leader badge
    Downloads: 116 This Week
    Last Update:
    See Project
  • 9
    TrashEmail

    TrashEmail

    A hosted disposable email telegram bot; Extremely privacy friendly

    TrashEmail is a hosted Telegram bot that can save your private email address by offering a disposable email address. It can create, and manage, disposable email addresses and link them with your telegram bot chat.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    Try it Free
  • 10
    RxPermissions

    RxPermissions

    Android runtime permissions powered by RxJava2

    This library allows the usage of RxJava with the new Android M permission model. If you need to trigger the permission request from a specific event, you need to setup your event as an observable inside an initialization phase. You can use JakeWharton/RxBinding to turn your view to an observable (not included in the library). Because your app may be restarted during the permission request, the request must be done during an initialization phase. This may be Activity.onCreate, or...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    AlphaFlash

    AlphaFlash

    Alphabet Flashcards for Kids

    Alphabet Flashcards for Kids. Comes with default image or user specified.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Asynchronous Http Client for Android
    An asynchronous, callback-based Http client for Android built on top of Apache's HttpClient libraries. Make asynchronous HTTP requests, handle responses in anonymous callbacks. Requests use a thread pool to cap concurrent resource usage. Multipart file uploads with no additional third-party libraries. Tiny size overhead to your application, only 60kb for everything. Automatic smart request retries optimized for spotty mobile connections. Automatic gzip response decoding support for...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    FaraddAPP

    FaraddAPP

    FaraddAPP è l’applicazione dedicata alla Discesa dei candelieri

    Vivi la Discesa dei Candelieri di Sassari sul tuo smartphone grazie a FaraddAPP, l' applicazione per dispositivi Android che ti permette di conoscere la storia della Faradda con i dettagli e le curiosità sui Gremi, sapere in tempo reale a che punto della discesa sono i Candelieri e gli eventi che fanno da contorno alla Festha Manna sassarese! La Faradda o Discesa dei Candelieri è Patrimonio orale e immateriale dell' umanità dell' UNESCO.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    jphonelite

    jphonelite

    Java VoIP Softphone (SIP) (replaced by jfPhone)

    jphonelite is a Java SIP VoIP SoftPhone for Desktops (Windows, Linux, Mac) and Android. Features 6 lines with transfer, hold, conference (up to all 6 lines), g711 u/a, g722, g729a, and video (video support in Linux or Windows only and includes H263/H264/VP8). Applet includes full JavaScript support. STUN/TURN/ICE supported. Encrypt media with SRTP.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 15
    Gym Register
    GymRegister è la nuova applicazione per tablet Android che ti consente di gestire gli iscritti dei corsi di una palestra o di una qualsiasi attività sportiva e non. Dotato di una semplice e intuitiva interfaccia grafica, GymRegister ti consente di eliminare tutti i supporti cartacei e di poter utilizzare il tuo tablet personale. L' applicazione è stata studiata per garantire la massima efficienza grazie all'ottimizzazione del codice e all'utilizzo di algoritmi in grado di gestire grandi...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    MultiWaveHeader

    MultiWaveHeader

    Android water wave control

    ...It gives developers a customizable water-wave view that can be added directly to an Android layout. The component supports both simple XML usage and programmatic configuration through Java. Developers can adjust progress, velocity, wave height, color transparency, gradient angle, and animation state. It also supports top or bottom wave direction and custom wave definitions with precise offset, scale, and speed parameters. Overall, it is a focused visual library for adding polished animated wave headers to Android apps.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    AndroidGodEye

    AndroidGodEye

    Easily monitor the performance of your app real time in browser

    Android developer lack of monitoring of performance data, especially in a production environment. so we need "AndroidGodEye". AndroidGodEye is a performance monitor tool for Android(not limited to performance data) , you can easily monitor the performance of your app in real-time in pc browser.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 18
    Dynamite Bomb
    Passa il candelotto di dinamite al tuo vicino prima che ti esploda in mano! Dynamite Bomb reinventa il gioco della patata bollente con più di 200 consegne (in continuo aggiornamento) per offrirti un semplice passatempo di gruppo! MODALITÀ DI GIOCO: il giocatore che avvia la partita dovrà leggere la consegna a voce alta ed eseguirla, ad esempio nel caso esca "colori con la R" dovrà dire "rosso" e poi passare la "patata bollente" al suo vicino, che prima di passare a sua volta il...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    nks-for-slack

    NKS features messaging capability for Slack on Android

    NKS - a low privacy footprint messaging Android app that links to the Slack API for an individual member of a team. Features sending and reading messages in private and public channels and IM with individual users. File uploads and team emojis (:smile:) are supported. The NKS Slack apk is released. It was inspired by SlackContacts and the need for it…
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    UbForms

    Field data measurements entry and complex data structures at ease

    With UbForms a person can manage field data measurements entry and complex data structures at ease. This app is inspired and based on the UrForms data model and design with several intricate enhancements and fixes. It is open source and free with a low privacy footprint.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    MediathekView-for-Android

    MediathekView-for-Android

    Android App for Mediathekview

    Mediathekview_for_Android Achtung: Mediathekview_for_Android ist eine eigenständige Entwicklung und steht in keinem Zusammenhang mit dem Entwicklerteam von Mediathekview. Den Namen "Mediathekview" und das Mediathekview-Logo wurden übernommen. Außerdem verwendet die App die vom Mediathekview-Team erstellten Filmlisten. Das Mediathekview-Team ist nicht für Probleme mit dieser App verantwortlich. Mit der App können Sendungen der öffentlichen Fersehsender Deutschlands am...
    Downloads: 29 This Week
    Last Update:
    See Project
  • 22
    AndGraphics

    AndGraphics

    Android OpenGL Game Engine

    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    AndroidTVLauncher

    AndroidTVLauncher

    This is a leanback style tv launcher(minSdkVersion 17)

    This is a tv launcher, including a leanback launcher(minSdkVersion 17). CatLauncher (Leanback style) function has been basically stable at present, the progress of the follow-up will follow up with the official Leanback library.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 24
    Kaharingan

    Kaharingan

    Aplikasi Kaharingan untuk Android

    Aplikasi Kaharingan untuk Android: Panaturan, Kandayu, Talatah
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Downloads: 0 This Week
    Last Update:
    See Project
Auth0 Logo