Search Results for "opensource java code" - Page 4

Showing 233 open source projects for "opensource java code"

View related business solutions
  • Get Avast Free Antivirus | Your top-rated shield against malware and online scams Icon
    Get Avast Free Antivirus | Your top-rated shield against malware and online scams

    Boost your PC's defense against cyberthreats and web-based scams.

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

    Flutter Catalog

    An app showcasing Flutter components, with side-by-side source code

    An opensource app showcasing Flutter components, with side-by-side source code view. lutter Catalog is now available in the browser!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    andOTP

    andOTP

    Open source two-factor authentication for Android

    Open source two-factor authentication for Android. It implements Time-based One-time Passwords (TOTP) and HMAC-Based One-Time Passwords (HOTP). Simply scan the QR code and login with the generated 6-digit code. This project started out as a fork of the great OTP Authenticator app written by Bruno Bierbaumer, which has sadly been inactive since 2015. By now almost every aspect of the app has been changed/re-written so the fork status of the Github repository got detached upon user request...
    Downloads: 16 This Week
    Last Update:
    See Project
  • 3
    Scabbard

    Scabbard

    A tool to visualize Dagger 2 dependency graphs

    A tool to visualize and understand your Dagger 2 dependency graph.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    Kotlin

    Kotlin

    The Kotlin programming language

    It is an open-source, statically typed programming language supported and developed by JetBrains and open-source contributors. Support for multiplatform programming is one of Kotlin’s key benefits. It reduces time spent writing and maintaining the same code for different platforms while retaining the flexibility and benefits of native programming. Kotlin plugin is intended to work with several recent versions of IntelliJ IDEA and Android Studio. Each platform is allowed to have a different set...
    Downloads: 20 This Week
    Last Update:
    See Project
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure 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
  • 5
    BasePopup

    BasePopup

    Create a universal and convenient PopupWindow popup library

    BasePopup is a popup library that encapsulates and improves the system PopupWindow. It is a basic library class with a very high degree of freedom and rich API. You can easily complete various popups under the framework of BasePopup. Switching between Release and Snapshot versions may cause Build to fail. At this time, you can clean the Project. QuickPopup adds new APIs and modifies the implementation of QuickPopupConfig to make the code cleaner and cleaner. In response to historical issues, we...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Shortbread

    Shortbread

    Android library that creates app shortcuts from annotations

    Android library that generates app shortcuts for activities and methods annotated with @Shortcut. No need to touch the manifest, create XML files or use the shortcut manager. Just annotate the code that you want the shortcut to call.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    J2ObjC

    J2ObjC

    A Java to iOS Objective-C translation tool and runtime

    J2ObjC is an open-source command-line tool from Google that translates Java source code to Objective-C for the iOS (iPhone/iPad) platform. This tool enables Java source to be part of an iOS application's build, as no editing of the generated files is necessary. The goal is to write an app's non-UI code (such as application logic and data models) in Java, which is then shared by web apps (using GWT), Android apps, and iOS apps. J2ObjC supports most Java language and runtime features required...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    GUI-lite

    GUI-lite

    The smallest header-only GUI library(4 KLOC) for all platforms

    The smallest header-only GUI library (4 KLOC) for all platforms. Cloud + IoT Solution: master your IoT business all over the world. Multi-language supports UTF-8; Playback Video. Toolkit for building font/image resources. Code Telemetry and Analysis in real-time (remove .sh/.bat files if dislike sharing). Even a C beginner could master GUI-lite quickly. The source code only uses basic C++ features (class, virtual function). We chose C++ as it could make the code size significantly smaller...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Stetho

    Stetho

    Debug bridge for Android applications

    Stetho is a sophisticated debug bridge for Android applications. When enabled, developers have access to the Chrome Developer Tools feature natively part of the Chrome desktop browser. Developers can also choose to enable the optional dumpapp tool which offers a powerful command-line interface to application internals. Alternatively you can include Stetho from Maven Central via Gradle or Maven. Only the main stetho dependency is strictly required, however you may also wish to use one of the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build apps or websites quickly on a fully managed platform Icon
    Build apps or websites quickly on a fully managed platform

    Get two million requests free per month.

    Run frontend and backend services, batch jobs, host LLMs, and queue processing workloads without the need to manage infrastructure.
    Try it for free
  • 10
    Only

    Only

    Easy way to persist and run code block only as many times as necessary

    An easy way to persist and run code block only as many times as necessary on Android.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    PiracyChecker

    PiracyChecker

    An Android library that prevents your app from being pirated

    An Android library that prevents your app from being pirated / cracked using Google Play Licensing (LVL), APK signature protection and more. API 14+ required. This library applies some techniques to help protect your app's users and attempt to thwart reverse engineers and attackers. BUT, this isn't guaranteed to stop your app from getting pirated. There is no such thing as 100% security, and a determined and skilled attacker with enough time, could remove these checks from the code. The real...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    JTRANSC

    JTRANSC

    Bytecode to source converting Java & Kotlin code into JavaScript, C++

    JTransc (Java Trans Compiler) is an AOT (ahead-of-time compiler) that compiles .class and .jar files into a target programming language / executable bundling all the required dependencies in a single file or folder, without requiring a jitter or an external runtime. There are a lot of technologies in order to convert languages into other ones. For example, converting Java into JavaScript. Or KotlinJS Kotlin backend that already targets JavaScript.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 13

    Tic tac toe free no ads (version final)

    A Simple Lightweight and opensource tic tac toe game for android

    Release notes: Tic tac toe free no adds (version final) good news! we have started to develop the desktop edition of this app it should be done after some weeks. java code is no longer available How to download: 1)Tap on the .apk file in the downloads folder. 2) Enable download from unknown sources. 3) Tap on install anyway. 4) Enjoy! END_OF_LIFE - 25 July 2021 Older versions: Older versions (if any) are kept in the "tic tac toe bundle" project on Source Forge
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    PermissionsDispatcher

    PermissionsDispatcher

    A declarative API to handle Android runtime permissions

    PermissionsDispatcher provides a simple annotation-based API to handle runtime permissions. This library lifts the burden that comes with writing a bunch of check statements whether permission has been granted or not from you, in order to keep your code clean and safe. PermissionsDispatcher introduces only a few annotations, keeping its general API concise. Annotate a method that explains why the permissions are needed. It passes in a PermissionRequest object which can be used to continue...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    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. Transform...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    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: 7 This Week
    Last Update:
    See Project
  • 17
    YSoccer Touch

    YSoccer Touch

    For Android phones and tablets

    A new soccer game which intends to give a continuation to the funny and easy playable series of Sensible World of Soccer (aka SWOS). YSoccer Touch is a simplified version of YSoccer, dedicated to Android phones and tablets. The source code is available under the GNU General Public License.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    Android Scents for Maven

    Android Scents for animal-sniffer-maven-plugin

    If you want to verify your Maven project (library) can also work in Android, you can use animal-sniffer-maven-plugin to check the API against the desired API level. Android Scents will be pushed to Maven Central in groupid "net.sf.androidscents.signature".
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    AutoSize

    AutoSize

    A low-cost Android screen adaptation solution

    ...-party library source code. The function of adapting the three-party library. Use pt, in, mm as the unit for layout, high intrusion, better support for old projects, will not affect the layout of other three-party library pages, three-party library controls and system controls, can completely shield the modification caused by the density All unknown and known issues, but AndroidAutoSize will not be able to adapt the three-party library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    MAME4droid

    MAME4droid

    MAME Android Emulator.

    ...-core device (Cortex A15). This is related to MAME build used, since it is targeted to high specs PC's as i said before. This version emulates over 8000 different romsets. Please, try to understand that that with that amount of games, some will run better than others and some might not even run with MAME4droid. Please, don't email me asking for a specific game to run. Official web page for news, source code & additional information: http://code.google.com/p/imame4all/
    Leader badge
    Downloads: 42 This Week
    Last Update:
    See Project
  • 21
    Quadric

    Quadric

    Application for simple base-2 binary to base-4 DNA-code conversion

    Quadric is an opensource file converter created by the Jomcraft Network development team. In it's core functionality this small utility can transform base-2 binary files into base-4 DNA-coded human-legible ASCII-files.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    Processing

    Processing

    Source code for the processing core and development environment

    Processing is a flexible software sketchbook and a language for learning how to code within the context of the visual arts. Since 2001, Processing has promoted software literacy within the visual arts and visual literacy within technology. There are tens of thousands of students, artists, designers, researchers, and hobbyists who use processing for learning and prototyping. The core Processing software is augmented by libraries and tools contributed through the community. These inventive...
    Downloads: 12 This Week
    Last Update:
    See Project
  • 23

    ADiV

    ADiV is a set of components for LAMW that uses JAVA and Pascal

    ADiV is a set of components for LAMW that uses JAVA and Pascal. It stands out for the simplicity of programming, thanks to the use of Pascal and hiding the Java Android code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    GxApp

    Open Utilities and/or Examples for GeneXus

    Open utilities and/or examples for GeneXus, this includes: Example procedures Usercontrols Utilities Others...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    Material DateTime Picker

    Material DateTime Picker

    Pick a date or time on Android in style

    Material DateTime Picker tries to offer you the date and time pickers as shown in the Material Design spec, with an easy themable API. The library uses the code from the Android frameworks as a base and tweaked it to be as close as possible to Material Design example. (Android 4.0 was supported until 3.6.4). The easiest way to add the Material DateTime Picker library to your project is by adding it as a dependency to your build.gradle. You may also add the library as an Android Library to your...
    Downloads: 0 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.