Search Results for "android app code hospital"

Showing 23 open source projects for "android app code hospital"

View related business solutions
  • Achieve perfect load balancing with a flexible Open Source Load Balancer Icon
    Achieve perfect load balancing with a flexible Open Source Load Balancer

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

    Boost application security and continuity with SKUDONET ADC, our Open Source Load Balancer, that maximizes IT infrastructure flexibility. Additionally, save up to $470 K per incident with AI and SKUDONET solutions, further enhancing your organization’s risk management and cost-efficiency strategies.
  • Eptura Workplace Software Icon
    Eptura Workplace Software

    From desk booking and visitor management, to space planning and office utilization data, Eptura Workplace helps your entire organization work smarter.

    With the world of work changed forever, it’s essential to manage your workplace and assets together to effectively create a high-performing environment. The Eptura experience combines the power of workplace management software with asset management, enabling you to effectively operate your building and facilitate hybrid work.
  • 1
    Wikipedia Android app

    Wikipedia Android app

    The Wikipedia app for Android

    This repository contains the source code for the Wikipedia Android app. Wikipedia is the free encyclopedia that everyone can edit. Articles are freely licensed and the app is 100% open source. The lifeblood of Wikipedia is its community of volunteers who work to give you unlimited access to free, reliable, and neutral information. Wikipedia is a place to learn where there is no advertising. The app was developed by the Wikimedia Foundation, a non-profit organization that supports and manages...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Facebook SDK for Android

    Facebook SDK for Android

    Used to integrate Android apps with Facebook Platform

    This open-source library allows you to integrate Facebook into your Android app. Integrate your Android app with Facebook to build engaging social apps by using the Facebook SDK for Android. To learn more about using Facebook development tools. The current version of the Facebook SDK for Android is version 11.2.0 and requires the Android API 15. Code and samples for the Facebook SDK for Android are available on GitHub. A secure and convenient way for people to log into your app or website...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 3
    Jetpack Compose Samples

    Jetpack Compose Samples

    Jetpack Compose samples

    Jetpack Compose is Android’s modern toolkit for building native UI. It simplifies and accelerates UI development on Android. Quickly bring your app to life with less code, powerful tools, and intuitive Kotlin APIs. Do more with less code and avoid entire classes of bugs, so code is simple and easy to maintain. Just describe your UI, and Compose takes care of the rest. As app state changes, your UI automatically updates. Compatible with all your existing code so you can adopt when and where you...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    Notally

    Notally

    A beautiful notes app

    Notally was created because I wanted to make something that was beautiful and at the same time, useful. It's extremely light, there are minimal dependencies and lines of code.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Powerful small business accounting software Icon
    Powerful small business accounting software

    For small businesses looking for desktop accounting software

    With AccountEdge, business owners can organize, process, and report on their financial information so they can focus on their business. Features include: accounting, integrated payroll, sales and purchases, contact management, inventory tracking, time billing, and more.
  • 5
    Booster

    Booster

    Optimizer for mobile applications

    Booster is an easy-to-use, lightweight, powerful and extensible quality optimization toolkit designed specially for mobile applications. The primary goal is to solve quality problems with the increase of APP complexity, such as performance, stability, and package size, etc. Booster provides a collection of modules for performance detection, multithreading optimization, resources index inline, redundant resources reduction, resources compression, system bug fixing, etc. Using booster...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    PassAndroid

    PassAndroid

    Android App to view passes

    Displays esPass (*.esPass) & Passbook (*.pkpass) files, shows the Barcode (QR, PDF417, AZTEC, Code 39 and Code 128 format) and is also usable offline. When preparing for the Chaos Communication Congress 2012 #29c3 I stumbled upon a passbook file for the first time. I really like the idea of paperless tickets as it saves time and trees which are both very valuable to me. The problem was that I was unable to find an app to open and use the downloaded passbook files with, that's why I wrote my own...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Assent

    Assent

    Android Runtime Permissions made easy and compact

    Assent is designed to make Android's runtime permissions easier and take less code in your app to use. Runtime permissions on Android are completely reliant on the UI the user is in. Permission requests go in and out of Activities and Fragments. This library provides its functionality as Kotlin extensions to Fragment Activities (e.g. AppCompatActivity) and AndroidX Fragments.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    AAA

    AAA

    Curated list of the best FOSS Android apps to maximize your freedom

    This is a list of the best FOSS apps according to us. You can prove us wrong on the contributing page.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Simple Draw

    Simple Draw

    A canvas you can draw on with different colors

    Enjoy the moment with our specially designed drawing app, draw something fun, and create your own artwork– all in a digital form. Simple Draw is the best drawing app for anyone who loves to draw. Just pick paint and draw. Paint and draw simple sketches for fun. With Simple Draw, you will not need any fancy or advanced tools or filters for your favorite doodle or sketch. Just use your creativity and freehand drawing to create the best sketches for your sketchbook. No matter what age or abilities...
    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
    Apollo Kotlin

    Apollo Kotlin

    A strongly-typed, caching GraphQL client for the JVM, Android, etc.

    ... yourself, because these are generated from the GraphQL definitions your UI uses. Because generated types are query-specific, you can only access data that you actually specify as part of a query. If you don't ask for a particular field in a query, you can't access the corresponding property on the returned data structure. This library is designed primarily with Android in mind, but you can use it in any Java/Kotlin app, including multiplatform.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    dotenv Kotlin

    dotenv Kotlin

    Dotenv is a module that loads environment variables from a .env file

    Storing configuration in the environment is one of the tenets of a twelve-factor app. Anything that is likely to change between deployment environments–such as resource handles for databases or credentials for external services–should be extracted from the code into environment variables. However it is not always practical to set environment variables on development machines or continuous integration servers where multiple projects are run. Dotenv loads variables from a .env file into ENV when...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    fritz2

    fritz2

    Easily build reactive web-apps in Kotlin based on flows and coroutines

    fritz2 is a lightweight, typesafe, data-driven library for building reactive web apps in pure Kotlin, heavily depending on coroutines and flows. fritz2 makes heavy use of Kotlin standard features (especially flows) and has no external dependencies. Based upon Kotlin's outstanding capabilities to build DSLs, fritz2 offers a nice declarative and typesafe syntax to structure your UI code in a comfortable and easy-to-read way. fritz2 offers precise data binding for your UI-elements. This means...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Emerge

    Emerge

    Browser-based interactive codebase and dependency visualization tool

    Emerge (or emerge-viz) is an interactive code analysis tool to gather insights about source code structure, metrics, dependencies, and complexity of software projects. You can scan the source code of a project, calculate metric results and statistics, generate an interactive web app with graph structures (e.g. a dependency graph or a filesystem graph), and export the results in some file formats. Emerge currently has parsing support for the following languages: C, C++, Groovy, Java, JavaScript...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Intention Repeater MAX

    Intention Repeater MAX

    Repeating your Intentions millions of times per second

    ... Repeater Android app Sourcecode File/Image Writers Nesting Files Creator Prayer Wheel Spiritual Chat Tarot WiFi Broadcast Whether you're seeking to manifest abundance, enhance your spiritual journey, or promote overall well-being, Intention Repeater MAX empowers you to harness the incredible strength of intention repetition. Compatible with Windows, macOS, and Linux. Download now and experience the life-changing benefits for yourself! 🙌
    Leader badge
    Downloads: 76 This Week
    Last Update:
    See Project
  • 15
    JetQuotes

    JetQuotes

    Quotes Application built to Demonstrate use of Jetpack Compose

    A Quotes Application built to Demonstrate use of Jetpack Compose with Modern Android Architecture Components & MVVM Architecture.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    ComposeCookBook

    ComposeCookBook

    A Collection on all Jetpack compose UI elements, Layouts, Widgets

    A Collection of all Jetpack composes UI elements, Layouts, Widgets, and Demo screens to see it's potential. Jetpack Compose is Android’s modern toolkit for building native UI. It simplifies and accelerates UI development on Android. Quickly bring your app to life with less code, powerful tools, and intuitive Kotlin APIs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Splitties

    Splitties

    A collection of hand-crafted extensions for your Kotlin projects

    Splitties is a collection of small Kotlin multiplatform libraries (with Android as first target). These libraries are intended to reduce the amount of code you have to write, freeing code reading and writing time, so you can focus more on what you want to build for your users (even if you're the only one), or have more time to have fun. This project is named "Splitties" because it is split in small modules, distributed as independent libraries, so you can add only the ones you need to your...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Extra Twitch Tools

    Extra Twitch Tools

    Simple tool to check your Twitch Followage and more!

    This is powerful app, that helps you doing difficult things in one click. You don't need to have Twitch's Account to use this app (expect chat). Thanks to the: https://community.nightdev.com/u/xgerhard [Followage Script] https://streamdj.ru/ [StreamDJ] https://streamerbans.com/ [Check channel for Bans] https://twitchemotes.com/ [Twitch Emotes Stats] https://streamelements.com/ [Chat Stats] Source Code can be found here: http://mdts-forum.rf.gd/showthread.php?tid=19 (sorry it's...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    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
  • 20
    Codename One

    Codename One

    Cross-platform app development framework for Java & Kotlin developers.

    Build native mobile applications using Java or Kotlin with our open source tools. Codename One seamlessly integrates with IntelliJ/IDEA, Eclipse & NetBeans to make native write once run anywhere a reality on iOS (iPhone/iPad), Android, Windows (UWP), Desktops and more.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 21
    OfficialFoldingTabBar.Android

    OfficialFoldingTabBar.Android

    A folding tab bar for Android

    Folding tab bar and tab bar menu for Android. The coolest thing is that you can easily switch from the navigation drawer to our FoldingTabBar. Or you can use both menus simultaneously on the same screen; not all Android action bars have that flexibility. We have some custom attributes. The main and required attribute is app: menu.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Google I/O

    Google I/O

    Google I / O 2019 conference app

    ... to receive important notifications about the event, program, travel, evening activities, session recordings and much more. The source code for the app will be available shortly after the I / O conference.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Zenroad

    Zenroad

    Open-source tracking and safe-driving mobile application

    Mobile app to track location, driving style, lifestyle patterns, vehicle data, and monitor car crashes. Initially, this app has been designed to showcast telematics SDK and Platform capabilities. Then we decided to make this source code available to help the developer community to create products that improve driver safety and efficiency as well as creating a new experience for their customers. The app is more advance than any existing vehicle logbook app, mileage tracker, insurance app...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next