Showing 1686 open source projects for "java-fixer"

View related business solutions
  • 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
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 1
    Fun Money

    Fun Money

    An app that allocates a portion of your paycheck for "fun" spending.

    An app that allocates a portion of your paycheck (by a user-defined percentage) for recreational spending. It persistently tracks your "Fun Money" balance across paychecks and helps to prevent splurging by warning against or blocking overspending. Your previous paycheck entry and purchase dates are recorded to help keep track of how often you earn or spend, and the app can also be configured to carry a negative balance to track overspending.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    BottomDialogs

    BottomDialogs

    An Android library that shows a customizable Material-based bottom

    Android Library that shows a customizable Material-based bottom sheet.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Material Design Dimens

    Material Design Dimens

    Default colors and dimens per Material Design guidelines and Android

    Default colors and dimens per Material Design guidelines and Android Design guidelines inside one library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    GeoKrety Logger

    GeoKrety Logger

    Fast logger for GeoKrety.org game

    GeoKrety is a noncomercial GeoCaching game. It is similar to TravelBug(TM) or GeoLutins. For more information pleas visit http://geokrety.org/ In this application we can quickly: - check our inventory and - log GeoKret move. This application is designed for Android devices with Internet connection and is independend of the others GeoCache applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build AI Apps with Gemini 3 on Vertex AI Icon
    Build AI Apps with Gemini 3 on Vertex AI

    Access Google’s most capable multimodal models. Train, test, and deploy AI with 200+ foundation models on one platform.

    Vertex AI gives developers access to Gemini 3—Google’s most advanced reasoning and coding model—plus 200+ foundation models including Claude, Llama, and Gemma. Build generative AI apps with Vertex AI Studio, customize with fine-tuning, and deploy to production with enterprise-grade MLOps. New customers get $300 in free credits.
    Try Vertex AI Free
  • 5

    MoveOn Sports Tracker

    An Android app. to make your physical activity much more fun!

    MoveOn Sports Tracker might be the program that you were looking for to motivate you and make your physical activity much more fun. You can save your routes, visualize the path with your geolocated photos, view statistics about your activities and share your workouts without any web platform, all in the palm of your hand! For FREE! Without any trick or surprise!! http://moveontracker.org https://github.com/scintero/moveon
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Material Menu

    Material Menu

    Animations for Android L drawer, back, dismiss and check icons

    Morphing Android menu, back, dismiss and check buttons. Have full control of the animation. Use it as a standalone drawable in your Toolbar. A plain old View that draws the icon and provides an API to manipulate its state. You can embed it in any layout including a Toolbar. Customization is also available through xml attributes. he icon state is resolved by current offset value. Make sure you use offset between 0 and 1 for forward animation and 1 and 2 for backwards to correctly save icon...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Android Sqlite DatabaseHelper Generator

    Android Sqlite DatabaseHelper Generator

    This generator will save your time. It will generate SqliteHelper and Models for you. All what you have to do is to use the GUI to create your tables and it will do the rest for you... The generator will generate a Model for each Table. It will also generate the databaseHelper class that include: - Create statments for all tables - onCreate, onUpgrade, clear - and for each table: Create, Update, Delete, getCount, GetRecordById, GetAllRecords
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Linux News
    LinuxNews is a free software for Android 2.2 that allows you to get information about the Linux world, through RSS feeds, events and videos from YouTube. You can save content locally through the menu items and read them even without an active Internet connection.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Multi-OS Engine

    Multi-OS Engine

    Multi-OS Engine: Create iOS Apps in Java (or Kotlin ... etc.)

    Multi-OS Engine provides a Java runtime and Java interfaces to iOS platform API to develop native iOS applications with native look and feel, native performance, and portability of common Java logic modules from your Android Apps. It comes fully integrated with Android Studio hosted on macOS or Windows and contains all the development tools needed to develop an iOS app and publish to the App Store.
    Downloads: 0 This Week
    Last Update:
    See Project
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • 10
    UltimateRecyclerView

    UltimateRecyclerView

    A RecyclerView(advanced and flexible version of ListView in Android)

    UltimateRecyclerView is a RecyclerView(advanced and flexible version of ListView) with pulling to refresh, loading more, swiping to dismiss, draging and drop, animations ,sticky header,show or hide toolbar and FAB when scrolling and many other features.You can use it just like RecyclerView. Notice that UltimateRecyclerView is a project under development. Swipe to refresh(using android.support.v4.widget.SwipeRefreshLayout). Many kinds of animations. Swipe to dismiss. Parallax or normal head...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Online Zombie Game

    Online Zombie Game

    Online Zombie Game is a medieval-zombie apocalypse rpg game.

    Online Zombie Game. Control your character through medieval zombie apocalypse! * You have 4 attributes (Health,Attack,Defence,Critical Rate) * Train your character to get stronger. * Hunt in 11 different areas to get experience,golds,diamonds. * 50+ zombie types with different attributes. * Flexible choice of hunting time. (From 1 minute to 8 hours!) * Challange other players in the Arena , get weekly rewards. * Buy weapons/armors to prepare for fight. * Upgrade your trading ship....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    base-adapter

    base-adapter

    Android's versatile Adapter for ListView, RecyclerView, GridView, etc.

    base-adapter is a set of reusable Android adapter utilities that aim to reduce boilerplate when building list-based UIs such as ListView, GridView, and RecyclerView. It provides a generalized adapter pattern that streamlines view binding and recycling so developers can focus on data-to-view mapping rather than repetitive holder setup and switch statements. A key strength is support for multiple item view types, making it easier to build heterogeneous lists (for example, headers, content...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Point of Sale

    Point of Sale

    Point of sale register

    - Point of Sale application for all type of retail shops - Retail shops like Grocery, Stationary, Super Market, Barber, Food Stall, Snacks Center, Furniture, Electrical, Electronics, etc. - Printing of Receipt supported through USB printer only - USB printing is available only on 80 column Dot Matrix printer, please call developer to support your specific printer - Thermal printer is supported though USB OTG only . If not working on your specific printer please call developer. - Rooting...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Neighbor from Hell remake

    Neighbor from Hell remake

    Переделка игры "Как достать соседа"

    Переделка игры "Как достать соседа"
    Downloads: 7 This Week
    Last Update:
    See Project
  • 15
    MicroZip

    MicroZip

    Create,extract and encrypt ZIP,GZIP,TAR,BZIP2,TAZ files on Java mobile

    MicroZip is a powerful file compression and encryption utility for mobile phones which allows you to create and extract compressed archives in multiple formats and encrypt sensitive information with powerful AES-256 encryption. MicroZip can create and extract ZIP,TAR,TGZ,TBZ2 archives and extract many other formats as JAR,GZ,BZ2,TBZ,WAR,BZIP2,GZIP,Z,TAZ,CBZ etc. MicroZip allows you to extract selected files without extracting the whole ZIP archive. MicroZip also supports encrypted ZIP...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 16
    Auto-Parcel

    Auto-Parcel

    Android Parcelable models made easy

    Auto‑Parcel is a Google AutoValue extension for Android that auto-generates Parcelable implementations. By annotating classes with @AutoValue and implements Parcelable, it automatically constructs boilerplate for serialization, equals(), hashCode(), and toString(). It integrates with Gradle annotation processing, streamlining Android model class creation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    MaterialTextField

    MaterialTextField

    A different beautiful Floating Edit Text

    A different beautiful Floating Edit Text.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    VirtualDNA

    VirtualDNA

    Make your own flowers

    virtualDNA is a Processing3 game with an Android APK file in it. You can make your own flowers by crossing a flowerpool. There is a gamelike feature where you have to make a flower that ressembles a given one.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    MaterialViewPager

    MaterialViewPager

    A Material Design ViewPager easy to use library

    The MaterialViewPager project is an Android library that simplifies building a “ViewPager + material-design header” interface: basically, you get a scrolling interface where pages are swipable and a header at the top — often with an image — that can animate (e.g. Ken Burns effect) or behave according to scroll, giving a polished “material-design + parallax / dynamic header” UI out of the box. It abstracts away the boilerplate associated with combining a ViewPager + PagerAdapter + header +...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Material Spinner

    Material Spinner

    A spinner view for Android

    A spinner view for Android.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Baccalaureat Ivoirien

    Baccalaureat Ivoirien

    Ne perdez plus le Temps ,Venez tester Baccalaureat Ivoirien!!!

    Un jeu de socité qui vous permet de tester votre niveau de connaissances en Mots.Ce jeu aimé par la communauté ivoirienne a été informatisé.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    µTide based, off-line tide predictor - includes times and heights for high and low tide in feet or metres for US, Brazil, Australia, New Zealand, S. Pacific and Japanese ports (see downloads for UK, Germany, Holland and Canada data).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    DanmakuFlameMaster

    DanmakuFlameMaster

    Open source barrage analysis and drawing engine project

    Use multiple methods (View/SurfaceView/TextureView) to achieve efficient drawing. Analysis of xml barrage format at station B. The basic barrage accurately restores the drawing. Supports mode7 special barrage. Multi-core model optimization, efficient pre-caching mechanism. Supports multiple display effect options for real-time switching. Real-time barrage display support. Wrap Barrage Support/Sport Barrage Support. Supports custom fonts. Supports multiple barrage parameter settings. Supports...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    GPodAvis

    GPodAvis

    Applicazione Android gruppo podistico Avis Castelraimondo, NUOVA VERS.

    Applicazione per la visione degli appuntamenti agonistici, delle news pubblicate dal gruppo e dei volantini pubblicati dalle varie organizzazioni nell'ambito del running. Consente l'iscrizione per i soci tesserati iscritti alla Fidal, alle competizioni agonistiche e non in base ai calendari regionali.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    BeigeERP

    BeigeERP

    JEE based ERP system.

    This project is deprecated. New project - https://sourceforge.net/projects/beige-accounting WEB based ERP that works on a standard JEE server as well as on A-Jetty (Jetty 9.2 adapted for Android that can run precompiled JSP/JSTL) This project also contains: * Beige-ORM is lightweigt multi-platform (JDBC/Android) ORM library. It supports Postgresql, H2 and SQlite. * Beige-WEB is CRUD interface based on standard JEE MVC (servlet, JSP, JSTL) and AJAX, JSON. It renders forms (include...
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB