Showing 32 open source projects for "java, android"

View related business solutions
  • SKUDONET Open Source Load Balancer Icon
    SKUDONET Open Source Load Balancer

    Take advantage of Open Source Load Balancer to elevate your business security and IT infrastructure with a custom ADC Solution.

    SKUDONET ADC, operates at the application layer, efficiently distributing network load and application load across multiple servers. This not only enhances the performance of your application but also ensures that your web servers can handle more traffic seamlessly.
  • Employee monitoring software with screenshots Icon
    Employee monitoring software with screenshots

    Clear visibility and insights into how employees work. Even remotely.

    Stay productive working at any distance from anywhere with Monitask.
  • 1
    Java JWT JSON

    Java JWT JSON

    Java JWT: JSON Web Token for Java and Android

    JJWT aims to be the easiest-to-use and understand library for creating and verifying JSON Web Tokens (JWTs) and JSON Web Keys (JWKs) on the JVM and Android. JJWT is a pure Java implementation based exclusively on the JOSE Working Group RFC specifications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    XLog

    XLog

    Android logger, pretty, powerful and flexible, log to everywhere

    Lightweight and pretty, powerful and flexible logger for Android and java, can print the log to Logcat, Console, and Files, or anywhere if you like.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 3
    Infer

    Infer

    A static analyzer for Java, C, C++, and Objective-C

    Infer is a static analysis tool - if you give Infer some Java or C/C++/Objective-C code it produces a list of potential bugs. Anyone can use Infer to intercept critical bugs before they have shipped to users, and help prevent crashes or poor performance. Infer checks for null pointer exceptions, resource leaks, annotation reachability, missing lock guards, and concurrency race conditions in Android and Java code. Infer checks for null pointer dereferences, memory leaks, coding conventions...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    MoshiX

    MoshiX

    Extensions for Moshi including IR plugins, moshi-sealed, and more

    Extensions for Moshi. Moshi is a modern JSON library for Android, Java and Kotlin. It makes it easy to parse JSON into Java and Kotlin classes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Free and Open Source HR Software Icon
    Free and Open Source HR Software

    OrangeHRM provides a world-class HRIS experience and offers everything you and your team need to be that HR hero you know that you are.

    Give your HR team the tools they need to streamline administrative tasks, support employees, and make informed decisions with the OrangeHRM free and open source HR software.
  • 5

    android-backup-processor

    Android adb backup extractor and packer

    Leader badge
    Downloads: 194 This Week
    Last Update:
    See Project
  • 6

    android-backup-toolkit

    Collection of several utilities to work with android backups

    Project name: android-backup-toolkit URL: https://sourceforge.net/p/android-backup-toolkit/ License: various (see individual projects) Authors: various (see individual projects) This project is simply a compilation of the six following projects, both latest source code and binaries: * android-backup-extractor: https://sourceforge.net/projects/adbextractor/ * android-backup-splitter: https://sourceforge.net/p/adb-split/ * android-timestamp-keeper: https://sourceforge.net/projects...
    Downloads: 13 This Week
    Last Update:
    See Project
  • 7

    tar-binary-splitter

    Split tar archive into subtars or android apps without extracting them

    Split a single tar archive into multilpe ones (each one called a subtar), one per each each item inside, preserving tar format. Also allows to split an adb backup (tar format) by android app or shared storage.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    TempleApp

    TempleApp

    Android App which handles the information about temple

    This app is a cost-efficient way of maintaining records of poojas, donations made by people and also all the financial records in temples. Using this app, people in the temple counter will be able to enter all the details regarding the poojas they want or some donations they want to do for the temple. This app is connected to a printer so that it will print the details of pooja registrations of users. The app has a login interface and only some people like General secretary, president and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    fast-serialization

    fast-serialization

    FST: fast java serialization drop in-replacement

    Up to 10 times faster 100% JDK Serialization compatible drop-in replacement (Ok, might be 99% ..). As an example: Lambda Serialization which came with 1.8 worked instantly. Android compatible since version 2.17 (use FSTConfiguration.createAndroidDefaultConfiguration() both on the server and client side. The configuration object has to be passed into FSTObjectIn/Output constructors) FSTStructs is very similar to IBM's packed objects. The difference is you can run it with Oracle JDK today...
    Downloads: 0 This Week
    Last Update:
    See Project
  • All-in-One Payroll and HR Platform Icon
    All-in-One Payroll and HR Platform

    For small and mid-sized businesses that need a comprehensive payroll and HR solution with personalized support

    We design our technology to make workforce management easier. APS offers core HR, payroll, benefits administration, attendance, recruiting, employee onboarding, and more.
  • 10
    Cool Reader

    Cool Reader

    A cross-platform XML/CSS based eBook reader

    CoolReader is fast and small cross-platform XML/CSS based eBook reader for desktops and handheld devices. Supported formats: FB2, TXT, RTF, DOC, TCR, HTML, EPUB, CHM, PDB, MOBI. Platforms: Win32, Linux, Android. Ported on some eInk based devices.
    Leader badge
    Downloads: 997 This Week
    Last Update:
    See Project
  • 11
    JMEDS (Java Multi Edition DPWS Stack)

    JMEDS (Java Multi Edition DPWS Stack)

    JMEDS is a lightweight, modular extendable Java Framework for DPWS.

    JMEDS is a lightweight, modular and extendable software framework for using the "Devices Profile for Web-Services (DPWS)" in Java based environments. It runs on Java CLDC (e.g. on embedded devices), CDC, Android and SE platforms. 12.02.2014 v2.0.0 beta 10 fixed the EXI release and included schema files for EXI's schema informed mode, multiple other bug fixes 25.09.2013 Bugfix release of JMEDS Framework: v2.0.0 beta 9a 30.08.2013 v2.0.0 beta 9 New version of JMEDS Framework We...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Ason

    Ason

    This library intends to make JSON very easy to interact with in Java

    This library intends to make JSON very easy to interact with in Java; it also makes (de)serialization painless. It wraps around the well-known org.json classes (JSONObject, JSONArray, etc.) which also happen to be included in the Android SDK. As we all know, those stock classes tend to be a pain. They feel bulky, and make you try/catch way too many exceptions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    DSL-JSON library

    DSL-JSON library

    High performance JVM JSON library

    Fastest JVM (Java/Android/Scala/Kotlin) JSON library with advanced compile-time data binding support. Java JSON library designed for performance. Originally built for invasive software composition with DSL Platform compiler. v1 core library was targeting Java6, while v2 targets Java8. So there is no need anymore for dsl-json-java8 project and instead, just dsl-json project should be referenced. From v2 only a single annotation processor is supported, which was previously in the java8 project...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    DroidParts

    DroidParts

    Carefully crafted Android framework

    DroidParts is a carefully crafted Android framework. RESTClient for GETting, PUTting, POSTing, DELETing & InputStream-getting, also speaks JSON. ImageFetcher to asynchronously attach images to ImageViews, with caching, cross-fade & transformation support.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    APDU for Java

    Utilities for generating and parsing APDU commands

    This package provides utilities for generating and parsing APDU commands and responses as specified in ISO/IEC 7816. These utilities may be useful for implementers of smart card readers, smart card tracers and debuggers, or smart card emulation (such as Android's Host Card Emulation, or HCE).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    INDI for Java

    INDI for Java

    INDI astronomical device control library for Java

    A Java library implementing the INDI distributed control protocol (http://indilib.org). Designed to easily implement new INDI Clients (graphical and not graphical ones), INDI Drivers and INDI Servers. We have started a complete overall of the project with many more drivers the staging site with the current development state can be found here http://indiforjava.sourceforge.net/stage/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    The VCS to ICS Calendar Converter allows you to convert VCALENDAR files (for example generated by Nokia nbuexplorer or Microsoft Works) to the newer iCalendar format, used by Android and iOS for example. It allows the parsing of events and todo's.
    Leader badge
    Downloads: 17 This Week
    Last Update:
    See Project
  • 18
    ISO SAX

    ISO SAX

    Callback-based ISO media file parser

    ISO SAX is a callback-based parser for ISO container files (ISO/IEC 14496-12), e.g. MPEG-4. The libraries that are out there either won't run on Android, have many megabytes of dependent JARs, or will fail to parse your favorite media file due to a "technicality" it thinks it is mal-formed. For example, a perfectly good M4B file gets declared "invalid" because it had a video track in it (the album art), along with the sound track. Really!? Don't let these libraries "judge" the format...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Chunk, an HTML Template Engine for Java

    Chunk, an HTML Template Engine for Java

    Clean, powerful templates for Java

    A powerful Java Template Engine, great for building HTML or XML docs. Chunk can handle many other needs and situations as well. In-tag filters & default values, multiple snippets per file, layered themes, macros, conditional includes, localization & more.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    Synder

    Synder

    Atom/RSS/SearchSuggestion/OPML processing framework

    Synder is an Atom/RSS/SearchSuggestion/OPML processing framework It is Optimized For Android, but works with Java SE/EE. Synder has a small-footprint, low memory consumption. The only dependency for parsing is a SAX2 implementation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    JSefa is a simple library for stream-based serialization of java objects to XML, CSV, or FLR and back again using an iterator-style interface independent of the serialization format. There is a standard and an android edition available.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    helium-backup-extractor

    Extract Helium (formely Carbon) backups

    Extract Helium (formely Carbon) backups. Helium backups are normal adb backups created with boolean COMPRESS_FULL_BACKUPS = false, and the 18th byte of the backup changed from 0 to 1 (I guess this is done by Helium intentionally). Android should be able to restore helium backups properly, considering that first you change 18th byte from 1 to 0. The files inside uncompressed backups don't necessarily match directly the ones in compressed format (even after decompression).
    Downloads: 3 This Week
    Last Update:
    See Project
  • 23
    focuslab_control
    Software para controle de laboratório ótico, Client-Server com tecnologias Java para backend e Delphi para frontend.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    AppletJAX

    JavaScript API for complex cross-multi-site messaging and management

    Bring multiple Web site's services together into a single application without having to build complex server-side code, proxies and signed applets. Combine HTML5's cross-site messaging and the ease of use of REST into a single powerful API and you have AppletJAX! Based on a simple "listener" or "observer" style interface, AppletJAX takes the hassle of managing who's messaging who, who's listening to who, which message belongs to whom and replaces it all with simplicity and elegance.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Apache module for servicing Android JSON RPC requests, if you want to develop pure java applications without the the bloat of J2EE take a closer look...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next