Showing 3121 open source projects for "java mobile"

View related business solutions
  • Find out just how much your login box can do for your customer | Auth0 Icon
    Find out just how much your login box can do for your customer | Auth0

    With over 53 social login options, you can fast-track the signup and login experience for users.

    From improving customer experience through seamless sign-on to making MFA as easy as a click of a button – your login box must find the right balance between user convenience, privacy and security.
  • 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
    react-native-ble-manager

    react-native-ble-manager

    React Native BLE communication module

    The library is a simple connection with the OS APIs, the BLE stack should be standard but often has different behaviors based on the device used, the operating system and the BLE chip it connects to. Before opening an issue verify that the problem is really the library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    AndroidUtilCode

    AndroidUtilCode

    Android developers should collect the following utils(updating)

    AndroidUtilCode is a powerful & easy to use library for Android. This library encapsulates the functions that are commonly used in Android development which have complete demo and unit tests. By using its encapsulated APIs, you can greatly improve development efficiency. The program mainly consists of two modules which is util code, which is commonly used in development, and sub until which is rarely used in the development, but the utils can be beneficial to simplify the main module.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    Material Components for Android

    Modular and customizable Material Design UI components for Android

    Material Components for Android delivers Material Design’s popular and reliable design and development resources to Android developers. With Material Design’s modular and customizable UI components, Android developers can create beautiful, high quality products faster and easier. Developed by a core team of engineers and UX designers at Google, Material Components enable developers to achieve a more reliable development workflow for building exceptional and highly functional apps. Material...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    SmartRefreshLayout

    SmartRefreshLayout

    Refresh layout framework

    SmartRefreshLayout's goal is to build a strong, stable and mature pull-down refresh layout framework, and to integrate all kinds of cool, diverse, practical and beautiful Headers and Footers. Support synchronous scrolling with ListView and NestedScrolling with CoordinatorLayout. Support automatically refresh, automatically pull-up loading (automatically detect list inertance and scroll to the bottom without having to manually pull). Support customizing rebound animation interpolator, to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
  • 5
    Codename One

    Codename One

    Cross-platform framework for building truly native mobile apps

    An open-source mobile-first toolkit for building high-quality, cross-platform native apps for Android, iOS, Desktop & Web. Rapid cross-platform app development using Java or Kotlin with 100% code reuse. Apps are compiled down to native code for maximum performance and a smooth user experience. Write, debug, and test apps all inside your IDE (IntelliJ, Eclipse, VSCode or NetBeans) using the Codename One simulator. One-click for app-store-ready device builds, without the headache of maintaining...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    react-native-document-picker

    react-native-document-picker

    Document Picker for React Native using Document Providers

    Document Picker for React Native using Document Providers. If the user cancels the document picker without choosing a file (by pressing the system back button on Android or the Cancel button on iOS), the Promise will be rejected with a cancellation error. You can check for this error using DocumentPicker.isCancel(err) allowing you to ignore it and cleanup any parts of your interface that may not be needed anymore. If the user somehow manages to open multiple file pickers (e.g. due the app...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    DeepLinkDispatch

    DeepLinkDispatch

    Annotation-based library for making deep link handling better

    Deep links provide a way to link to specific content on either a website or an application. These links are indexable and searchable, and can provide users direct access to much more relevant information than a typical home page or screen. In the mobile context, the links are URIs that link to specific locations in the application. At Airbnb, we use these deep links frequently to link to listings, reservations, or search queries. Android supports deep links through declaration in the Manifest...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    FirebaseUI for Android

    FirebaseUI for Android

    Optimized UI components for Firebase

    FirebaseUI is an open-source library for Android that allows you to quickly connect common UI elements to Firebase APIs. A compatible FirebaseUI client is also available for iOS. FirebaseUI has separate modules for using Firebase Realtime Database, Cloud Firestore, Firebase Auth, and Cloud Storage. To get started, see the individual instructions for each module. FirebaseUI is published as a collection of libraries separated by the Firebase API they target. Each FirebaseUI library has a...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    MyBatis Dynamic SQL

    MyBatis Dynamic SQL

    SQL DSL (Domain Specific Language) for Kotlin and Java

    This library is a general-purpose SQL generator. Think of it as a typesafe and expressive SQL DSL (domain-specific language), with support for rendering SQL formatted properly for MyBatis3 and Spring's NamedParameterJDBCTemplate. The library also contains extensions for Kotlin that enable an idiomatic Kotlin DSL for SQL. The library will generate full DELETE, INSERT, SELECT, and UPDATE statements. The DSL implemented by the library is very similar to native SQL but it includes many functions...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Omnichannel contact center platform for enterprises. Icon
    Omnichannel contact center platform for enterprises.

    For Call centers or BPOs with a very high volume of calls

    Deliver a personalized customer experience with every interaction, across every channel, with uContact, net2phone’s cloud contact center solution.
  • 10
    Kryo

    Kryo

    Java binary serialization and cloning, fast, efficient, automatic

    Kryo is a fast and efficient binary object graph serialization framework for Java. The goals of the project are high speed, low size, and an easy-to-use API. The project is useful any time objects need to be persisted, whether to a file, database or over the network. Kryo can also perform automatic deep and shallow copying/cloning. This is direct copying from object to object, not object to bytes to object. Kryo has three sets of methods for reading and writing objects. If the concrete class...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Dagger

    Dagger

    Fast dependency injector for Android and Java

    Dagger is a fully static, compile-time dependency injection framework for Java, Kotlin, and Android. It is an adaptation of an earlier version created by Square and now maintained by Google. The latest Dagger release is: Dagger 2.33. Dagger aims to address many of the development and performance issues that have plagued reflection-based solutions. Dagger is a replacement for the FactoryFactory classes that implements the dependency injection design pattern without the burden of writing...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Fresco

    Fresco

    An Android library for managing images and the memory they use

    ... of the Java garbage collector. This slows apps down. The problem is especially bad without the improvements to the garbage collector made in Android 5.0. On Android 4.x and lower, Fresco puts images in a special region of Android memory. It also makes sure that images are automatically released from memory when they’re no longer shown on screen. This lets your application run faster - and suffer fewer crashes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Sonic Agent

    Sonic Agent

    Agent of Sonic cloud real machine platform

    Agent of Sonic Cloud Real Machine Platform. Sonic is a platform that integrates remote control debugging and automated testing of mobile devices, and strives to create a better use experience for global developers and test engineers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    react-native-keychain

    react-native-keychain

    Keychain Access for React Native

    Keychain Access for React Native. Both setGenericPassword and setInternetCredentials are limited to strings only, so if you need to store objects etc, please use JSON.stringify/JSON.parse when you store/access it. On API levels that do not support Android keystore, Facebook Conceal is used to en/decrypt stored data. The encrypted data is then stored in SharedPreferences. Since Conceal itself stores its encryption key in SharedPreferences, it follows that if the device is rooted (or if an...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Wenku8 Android
    Light Novel Library (Wenku8.com) A third-party public welfare app, a Material Design-styled light novel reader, with no ads, no earnings, and the smallest installation package on the market, which started in 2014. If you want to use search and favorites functions, please log in first. This app is completely open source. Started in 2014 with Material Design style, no ads, no profit, light novel reader with the smallest installation package on Google Play . At present, in addition to the API...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    VasDolly

    VasDolly

    Android V1 and V2 Signature Channel Package Plugin

    VasDolly is a fast multi-channel packaging tool that supports multi-channel packaging based on V1 signatures and V2, V3 signatures. The plugin itself will automatically detect the signature category used by the Apk, and select the appropriate multi-channel packaging method, which is completely transparent to the user. At present, Gradle Plugin 2.2 and above enable V2 signature by default, so if you want to disable V2 signature, you can set the v2SigningEnabled to false. If you want to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    TapTargetView

    TapTargetView

    An implementation of tap targets from the Material Design guidelines

    An implementation of tap targets from Google's Material Design guidelines on feature discovery. Prompt users to try features or functionality that can be completed in a single tap, such as saving a location in a map app. Prompt users to try features or functionality that require more than one tap to complete, such as turning on automatic backup in a photo app. Feature discovery prompts have more impact when they are presented to the right users at contextually relevant moments. When...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Roboelectric

    Roboelectric

    Android unit testing framework

    Robolectric is the industry-standard unit testing framework for Android. With Robolectric, your tests run in a simulated Android environment inside a JVM, without the overhead of an emulator. Running tests on an Android emulator or device is slow! Building, deploying, and launching the app often takes a minute or more. That’s no way to do TDD, there must be a better way. Robolectric is a framework that brings fast and reliable unit tests to Android. Tests run inside the JVM on your...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    RePlugin

    RePlugin

    A flexible, stable, easy-to-use Android plug-in framework

    RePlugin is a complete Android plug-in solution which is suitable for general use. Apps do not need to be upgraded to support new components, even brand new plug-ins. With only ONE hook (ClassLoader), NO BINDER HOOK. RePlugin’s Crash ratio is as low as Ten thousandth (0.01%). In addition, RePlugin is compatible with almost ALL Android ROMs in the market. RePlugin supports almost all features seamlessly as an installed application, including static Receiver, Task-Affinity, user-defined Theme,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Epoxy

    Epoxy

    Android library for building complex screens in a RecyclerView

    Epoxy is an Android library for building complex screens in a RecyclerView. Models are automatically generated from custom views or databinding layouts via annotation processing. These models are then used in an EpoxyController to declare what items to show in the RecyclerView. This abstracts the boilerplate of view holders, diffing items and binding payload changes, item types, item ids, span counts, and more, in order to simplify building screens with multiple view types. Additionally,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    android-gif-drawable

    android-gif-drawable

    Views and drawable for displaying animated GIFs on Android

    Bundled GIFLib via JNI is used to render frames. This way should be more efficient than WebView or Movie classes. Current development builds (build from dev branch) are published to OSS snapshot repository. To use them, specify repository URL in repositories block. For Android 4.2+ (API level 17+). Supports GifTextureView hardware-accelerated rendering, and GifTexImage2D OpenGL ES 2.0+. See sample directory. Sample project is under construction. Not all features are covered yet. The simplest...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    uCrop

    uCrop

    Image cropping library for Android

    We develop lots of different Android apps at Yalantis, and our experience shows that almost every application we deal with needs image cropping functionality. Image cropping can be used for various purposes, from ordinary adjustment of user profile images to more complex features that involve aspect ratio cropping and flexible image transformations. Since we want to provide all our customers with the best set of tools for image editing functionality, we decided to create uCrop, an image...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Apache Shiro

    Apache Shiro

    Apache Shiro

    Apache Shiro is a powerful and easy-to-use Java security framework that performs authentication, authorization, cryptography, and session management. With Shiro’s easy-to-understand API, you can quickly and easily secure any application, from the smallest mobile applications to the largest web and enterprise applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    GraphHopper Routing Engine

    GraphHopper Routing Engine

    Open source routing engine for OpenStreetMap

    ... server side, offline on Android and iOS. It uses OpenStreetMap data, but can import other data sources as well. GraphHopper is a fast and memory-efficient routing engine released under Apache License 2.0. It can be used as a Java library or standalone web server to calculate the distance, time, turn-by-turn instructions and many road attributes for a route between two or more points. Beyond this "A-to-B" routing it supports "snap to road", Isochrone calculation, mobile navigation and more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Elide

    Elide

    Elide is a Java library that lets you stand up a GraphQL/JSON-API

    Model-driven {json:api} & GraphQL web services for CRUD and Analytics. Elide is a Java library that enables you to stand up JSON API or GraphQL web services in 4 simple steps. Define a JPA annotated model including relationships to other models using Java, Kotlin, Groovy, and other JVM languages. Control access to fields and entities through a declarative, intuitive permission syntax. Make instances of your new model accessible through a top level collection or restrict access only through...
    Downloads: 0 This Week
    Last Update:
    See Project