Showing 14 open source projects for "sample app jar"

View related business solutions
  • Simplify Purchasing For Your Business Icon
    Simplify Purchasing For Your Business

    Manage what you buy and how you buy it with Order.co, so you have control over your time and money spent.

    Simplify every aspect of buying for your business in Order.co. From sourcing products to scaling purchasing across locations to automating your AP and approvals workstreams, Order.co is the platform of choice for growing businesses.
  • Control remote support software for remote workers and IT teams Icon
    Control remote support software for remote workers and IT teams

    Raise the bar for remote support and reduce customer downtime.

    ConnectWise ScreenConnect, formerly ConnectWise Control, is a remote support solution for Managed Service Providers (MSP), Value Added Resellers (VAR), internal IT teams, and managed security providers. Fast, reliable, secure, and simple to use, ConnectWise ScreenConnect helps businesses solve their customers' issues faster from any location. The platform features remote support, remote access, remote meeting, customization, and integrations with leading business tools.
  • 1
    Linux Command Library (Mobile+CLI+Web)

    Linux Command Library (Mobile+CLI+Web)

    1M downloads Linux reference app with basics, tips and formatted pages

    The app currently has 5547 manual pages, 22+ basic categories and a bunch of general terminal tips. It works 100% offline, doesn't need an internet connection and has no tracking software.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 2
    KPermissions

    KPermissions

    A Kotlin library which helps to request runtime permissions in Android

    An Android library is totally written in Kotlin that helps to request runtime permissions. This library is compatible also with Android M (API 23) where runtime permissions don't exist, so you have to handle them separately. To discover all the APIs of this library, check the wiki. It contains some useful notes and advanced features not explained in the README. For further samples, check the sample provided by this library. It shows how to integrate this library and request permissions from...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    YCharts

    YCharts

    YCharts is a graph library for Android

    YCharts is a Jetpack-compose-based charts library that enables developers to easily integrate various types of charts/graphs into their existing UI to visually represent statistical data. YCharts supports both cartesian(XY-charts) and polar charts(Radial charts).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    SlimeKT

    SlimeKT

    An article sharing platform where you can personalize

    An article-sharing platform where you can personalize, subscribe to your favorite topics, get daily-read reminders, etc. The app was built using Kotlin, Dagger Hilt, Room Database, Coroutines, Flow, AndroidX Glance, WorkManager, Coil, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Field Service Management Software | BlueFolder Icon
    Field Service Management Software | BlueFolder

    Maximize technician productivity with intuitive field service software

    Track all your service data in one easy-to-use system, enabling your team to move faster and generate more revenue for your bottom line.
  • 5
    Vico

    Vico

    A light and extensible chart library for Android

    Vico is a light and extensible chart library for Android. It’s compatible with both Jetpack Compose and the view system, but its two main modules—compose and views—are independent.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    ktlint

    ktlint

    An anti-bikeshedding Kotlin linter with built-in formatter

    ... reporters are available out-of-the-box. It's also easy to create your own. A single executable jar with all dependencies included. ktlint is a single binary with both linter & formatter included. All you need is to drop it in (no need to get overwhelmed while choosing among dozens of code style options).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Emoji

    Emoji

    A library to add Emoji support to your Android / JVM Application

    A Kotlin Multiplatform library to add Emoji support to your Android App / JVM Backend. Check out the sample jvm module for text parsing/searching functionality. PopupWindow which overlays over the soft keyboard. Normal view which is used by EmojiPopup and can also be used as a standalone to select emojis via categories. The library has 4 different sprites providers to choose from (iOS, Google, Facebook & Twitter). The emoji's are packaged as pictures and loaded at runtime. If you want to use...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Mavericks

    Mavericks

    Mavericks, Android on Autopilot

    ... at Airbnb including 100% of new screens. It has also been adopted by countless other apps from small sample apps to apps with over 1 billion downloads. Mavericks is built on top of Android Jetpack and Kotlin Coroutines so it can be thought of as a complement rather than a departure from Google's standard set of libraries. We believe that for Mavericks to be successful, it must be effective for building everything from the simplest of screens to the most complex in our app.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    PDF Tinkerer

    Tinker with PDF files

    Tinker with PDF files. Download the JAR file for your OS (e.g. Windows) and double click on it. You will need at least Java 11 (e.g. https://adoptium.net/?variant=openjdk11) to run this Desktop-App.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Create state-of-the-art conversational agents with Google AI Icon
    Create state-of-the-art conversational agents with Google AI

    Using Dialogflow, you can provide new and engaging ways for users to interact with your product.

    Dialogflow can analyze multiple types of input from your customers, including text or audio inputs (like from a phone or voice recording). It can also respond to your customers in a couple of ways, either through text or with synthetic speech. Dialogflow CX and ES provide virtual agent services for chatbots and contact centers. If you have a contact center that employs human agents, you can use Agent Assist to help your human agents. Agent Assist provides real-time suggestions for human agents while they are in conversations with end-user customers.
  • 10
    MovieHunt

    MovieHunt

    Movie Android App written in Kotlin, MVVM, RxJava, Jetpack Compose

    MovieHunt is a sample Android project using The Movie DB API based on MVVM architecture. It showcases the latest Android tech stacks with well-designed architecture and best practices.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Weatherapp

    Weatherapp

    5 Day Forecast app that works on Android and uses latest tools

    Weatherapp is a simple weather forecast app, which uses some APIs to fetch 5 day / 3 hour forecast data from the OpenWeatherMap and to fetch places,cities,counties,coords etc. from Algolia Places. The main goal of this app is to be a sample of how to build an high quality Android application that uses the Architecture components, Hilt etc. in Kotlin.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Foodium

    Foodium

    Foodium is a sample food blog Android application

    Foodium is a sample food blog Android application built to demonstrate the use of Modern Android development tools. Dedicated to all Android Developers. It simply loads Posts data from API and stores it in persistence storage (i.e. SQLite Database). Posts will be always loaded from local database. Remote data (from API) and Local data is always synchronized.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    News App

    News App

    A sample News app built using Modern Android Development

    News App is a simple news app that uses NewsAPI to fetch top news headlines from the API. The main aim of this app is to be a leading example of how to build Modern Android applications for all Android Developers. The idea is to keep the app super simple while demonstrating new libraries and tools which makes it easier to build high-quality Android applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Fakeit

    Fakeit

    The Kotlin fake data generator library!

    This library is a port of the Ruby Gem Faker. It generates realistic fake data — like names, emails, dates, and countries, for a variety of scenarios, including automated testing and database population. The library was originally created for Android projects, but it can be used in any Java or Kotlin project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next