Search Results for "opensource java code" - Page 7

259 programs for "opensource java code" with 1 filter applied:

  • 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
  • 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
  • 1

    zxbench

    0xBench derivative

    Derived from 0xBenchmark, stripped native code parts (pure Java), added Chess Benchmark for comparing different Android versions and Runtimes to each other.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Icepick

    Icepick

    Android Instance State made easy

    Icepick is an Android library that dramatically simplifies saving and restoring Activity or Fragment instance state. Instead of manually writing Bundle code, you annotate fields with @State, and an annotation processor auto-generates the necessary boilerplate. This fosters cleaner, more maintainable code by removing repetitive onSaveInstanceState() and onRestoreInstanceState() logic.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    14 Carat Code

    14 Carat Code

    small practical apps implemented for educational use

    A series of small apps implemented for educational use The apps are small enough to grasp the code within a day or two; Complex enough to provide a basis for discussion; and they are practical. Each of the code sources implements a full app.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    MaterialEditText

    MaterialEditText

    EditText in Material Design

    AppCompat v21 makes it easy to use Material Design EditText in our apps, but it's so limited. If you've tried that, you know what I mean. So I wrote MaterialEditText, the EditText in Material Design, with more features that Google Material Design Spec has introduced. Base color will be used as bottom line color, text color (reset alpha to 87%) and hint text color (reset alpha to 26%). You can use app:met_baseColor in xml or setBaseColor() in java code. If you haven't set a base color, black...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Cloud SQL for MySQL, PostgreSQL, and SQL Server Icon
    Cloud SQL for MySQL, PostgreSQL, and SQL Server

    Focus on your application, and leave the database to us

    Fully managed, cost-effective relational database service for PostgreSQL, MySQL, and SQL Server. Try Enterprise Plus edition for a 99.99% availability SLA and category-leading performance.
    Try it for free
  • 5

    JavaX

    Fully Extensible Java

    JavaX is an extensible version of Java. With so-called translators (which are also just JavaX code), the language itself can easily be modified at will.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    AutoFitTextView

    AutoFitTextView

    A TextView that automatically resizes text to fit perfectly

    A TextView that automatically resizes text to fit perfectly within its bounds.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Material Design Android Library

    Material Design Android Library

    A library with components of Android L to you use in Android 2.2

    ... some code lines in your xml file in the first component. It is recommended to put the Button component in the right-bottom of the screen. To use this component write the code in your xml file. If you don`t want to start this component with animation set the animate attribute to false. Put your icon in the icon attribute to set the drawable icon for this component.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Turbo Editor

    Turbo Editor

    Simple and powerful File Editor for Android

    Simple, powerful and Open Source text editor for Android licensed under the GPLv3 license.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 9
    Jockey

    Jockey

    A music player for Android

    Jockey has discontinued its SourceForge page. You can continue to find new builds and source code at https://github.com/marverenic/Jockey
    Downloads: 0 This Week
    Last Update:
    See Project
  • Picsart Enterprise Background Removal API for Stunning eCommerce Visuals Icon
    Picsart Enterprise Background Removal API for Stunning eCommerce Visuals

    Instantly remove the background from your images in just one click.

    With our Remove Background API tool, you can access the transformative capabilities of automation , which will allow you to turn any photo asset into compelling product imagery. With elevated visuals quality on your digital platforms, you can captivate your audience, and therefore achieve higher engagement and sales.
    Learn More
  • 10
    iRevise Android App

    iRevise Android App

    Simple android app for students to quickly makes notes and revise!

    ... they cross your eyes every time you unlock your phone. And they get changed automatically so you get them all... Simple huh? Yes but very effective!! And with so many exciting features lined up it could end up as a really awesum tool.. So why waiting, lets code it !!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    JIProlog

    JIProlog

    Java Internet Prolog (Moved to GitHub)

    N.B. THE PROJECT HAS BEEN MOVED TO GITHUB https://github.com/jiprolog/ JIProlog is a cross-platform pure Java 100% Prolog interpreter that integrates Prolog and Java languages in a very fashinating way. JIProlog is compliant with the major Prolog interpreters. It supports most of ISO Prolog specifications and the most common and used built-in predicates, JIProlog allows to call Prolog predicates from Java without dealing with native code (JNI or JNA) and allows to invoke Java methods...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    NumberProgressBar

    NumberProgressBar

    A beautiful, slim Android ProgressBar

    I decided to do this because I was really tired of android original progress bar. So, I made some change, added more color style for this. And also you can contribute more color style, or new idea to me. I made some predesign style. You can use them via style property. You can get more beautiful color from kular, and you can also contribute your color style to NumberProgressBar! There are several attributes you can set, the reached area and unreached area, the text area, the bar, and the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Android Telnet SDK

    Android Telnet SDK

    Android Telnet SDK bases on Putty Telnet library

    This is Android Telnet SDK which is based on opensource Putty Telnet as its backend library. Inspired by opensource community and in the hope of extending usage of Putty Telnet on Android devices, I created this Android verison telnet SDK and hope it'll make convenient for some developers when they come to developing Android version of telnet. Please refer to README.TXT in the tar file for instructions on how to use the SDK in your Android applications. I also have created an Android...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    LiquidFun

    LiquidFun

    2D physics engine for games

    LiquidFun is a 2D rigid-body and fluid simulation C++ library for games based upon Box2D. It provides support for procedural animation of physical bodies to make objects move and interact in realistic ways. You can write LiquidFun code in C++, Java, or JavaScript. LiquidFun is an extension of Box2D. It adds a particle based fluid and soft body simulation to the rigid body functionality of Box2D. LiquidFun can be built for many different systems, including Android, iOS, Windows, OS X, Linux...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 15

    Wild D6 for android

    Android dice roller for the D6 role-playing system

    Dice roller for the D6 role-playing system, complete with wild die simulation. Audio feedback and numeric checking for individual dice values. Supported platforms are android devices. Build target was android 5.0 but it should work just fine on older versions. App and code is supplied "as-is". I take no responsibility for any damage they may cause. To install: Browse, using your android device, to "Files" (on this site). Then click the .apk file to install. You can also compile...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    YAWL Android Client

    Project for developing the YAWL android client

    Project for developing the YAWL android client
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Classic Monitor

    Classic Monitor

    Android app to monitor a Midnite Solar Classic charge controller

    Now available on Google Play at <https://play.google.com/store/apps/details?id=ca.farrelltonsolar.classic> The source code is now maintained on <https://github.com/graham22/Classic> Classic Monitor is a free status monitor for Midnite solar 's, Classic 150, 200, 250 Charge Controller. It is a Read Only Program, it does not write to the Classic. The software is provided "AS IS", WITHOUT WARRANTY OF ANY KIND, express or implied. Classic Monitor is NOT a product of Midnite solar, nor...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    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
  • 19
    ytsdk

    ytsdk

    Android Youtube Downloader Source Code -- YTSDK

    visit www.ytsdk.com for more info. Change package name, integrate your ads, upload your android app and start generating revenues instantly. YTSDK is an SDK for downloading youtube video's and mp3 files on your android device. Using this SDK you can develope your own youtube downloader android app and start generating revenues.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    On The Go APIHelp
    ... in Android Java and XML.Introduces the beginners to special classes of java like Activity,Intent, Interfaces like OnClickListeners and gives a fair understanding of Activity Life Cycle. Beginners can look at the Output of the code provided and have fun in deploying simple low level apps on their devices.And Acts as an ON THE GO reference as users just need to slide it out of their devices out of their pockets
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    CrashReport

    CrashReport

    Crash report for Android apps

    CrashLog is a crash report platform for Android developer, helping developers to quickly locate problems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    iK Player - Android

    A media player for Android for folder based playback

    ... the source code, feel free to browse code from sf.net/p/ikplayer-android/git For further queries please contact, i am [at] ikrz [dot] me.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    RepairsLab Android

    RepairsLab Android

    Android frontend for RepairsLab

    Android frontend for RepairsLab using MySQL or Firebird Application need testing on different device. tested on Samsung Galaxy note and Samsung Galaxy note 2. Requirements : http://repairslab.sourceforge.net/ configured with MySQL database server or Firebird This is my first java program and i am absolutely no expert. code need cleanup and any help will be really appreciated just put your suggestions on Discussion or Tickets MORE INFO ON THE WIKI Eventually donation...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 24
    Greatly Open Android Ticket Service

    Greatly Open Android Ticket Service

    GOATS - Application to handle GLPI tickets

    Code moved to https://github.com/ReyAnthony/GOATS/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    P2P for Smartphone - Android Gnutella

    P2P for Smartphone - Android Gnutella

    Mobile P2P App - Use a P2P App on your Smartphone

    This Project shows how to create a mobile smartphone app with a gnutella p2p application. It consits of smartphone java sourcecode, documentation, phex source code, phex proxy and instructions to create a working app. This project once was coded with only 2000€ buget and has given revenue of over 30.000€. Happy hacking the java,perl,php code. Other projects: https://www.artikelschreiber.com/en/ https://www.unaique.net/en/ https://www.unaique.com/ https://www.artikelschreiber.com...
    Downloads: 1 This Week
    Last Update:
    See Project
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.