Open Source Java Mobile Software - Page 26

Java Mobile Software

View related business solutions

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

  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Try It Free
  • Go from Code to Production URL in Seconds Icon
    Go from Code to Production URL in Seconds

    Cloud Run deploys apps in any language instantly. Scales to zero. Pay only when code runs.

    Skip the Kubernetes configs. Cloud Run handles HTTPS, scaling, and infrastructure automatically. Two million requests free per month.
    Try it free
  • 1
    فرهنگ فارسی همراه

    فرهنگ فارسی همراه

    J2ME Farsi 2 Farsi Dictionary.

    Persian to Persian (Farsi) Dictionary for Java Supported Cellphones. این پروژه یک لغتنامه فارسی به فارسی برای گوشی‌ همراه است. نسخه1.0: برنامه‌ای ساده با قابلیت جستجو و مرور واژگان که بیش از 32700 واژه غیر تکراری فرهنگ لغت فارسی معین در آن گنجانده شده است. برنامه در نمایش متن متکی به خط و صفحه کلید گوشی است. نسخه2.0: فرهنگ معین، با رابط لمسی و نمایش داخلی متن، جستجوی پیشرفته. نسخه1.1: در قالب نسخه1.0 داده‌های فرهنگ دهخدا به صورت بریده شده (حذف توضیحات طولانی) به طرز فوق‌العاده فشرده مشتمل بر 250497 واژه غیر تکراری می‌باشد.
    Leader badge
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    51Degrees-Java

    51Degrees-Java

    Mobile Device Detection for Java - 4 Step Setup - 3 minutes

    Add mobile device detection to Java the easy way with 51Degrees.com. No cloud services, no external plug-ins, all Mozilla Public Licence source code. It's a great alternative to WURFL or DeviceAtlas. Also available on Maven. 1) Download the zip and extract. 2) Add the core JAR located in the "dist" directory to your java project. 3) Import the following packages: import fiftyone.mobile.detection.Match; import fiftyone.mobile.detection.Provider; import fiftyone.mobile.detection.factories.StreamFactory; 4) Use the following code to start detecting devices: //The Lite data file is provided with every archive. Provider p = new Provider(StreamFactory.create("path/to/data/file")); Match match = p.match("USERAGENT_STRING"); boolean isMobile = match.getValues("IsMobile").toBool(); if(isMobile) System.out.println("Mobile"); else System.out.println("Not mobile");
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB