Search Results for "android app code hospital" - Page 3

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

View related business solutions
  • New Plans, same great Auth0 | Auth0 by Okta Icon
    New Plans, same great Auth0 | Auth0 by Okta

    You asked, we delivered! Auth0 has expanded our Free and Paid plans to make it even easier for you to protect your customers identities.

    In our new Free Plan, you'll receive more MAUs than ever. You'll also be able to add Passwordless authentication, use your own custom domain, and more. Our expanded Paid Plans include increased connections, more MFA offerings, and more. Check out what's new.
    Learn more
  • Free CRM Software With Something for Everyone Icon
    Free CRM Software With Something for Everyone

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

    Think CRM software is just about contact management? Think again. HubSpot CRM has free tools for everyone on your team, and it’s 100% free. Here’s how our free CRM solution makes your job easier.
    Get free CRM
  • 1
    callapp-lib

    callapp-lib

    Call app from h5

    callapp-lib is a solution for H5 evoking APP, which can meet most scenarios of evoking clients, and also reserves expansion ports to help you implement some customized functions. If you want to know some knowledge of the principle of arousal, or read the following documents and have unfamiliar terms, you can visit our blog H5 Arousal APP Guide. If you have a good idea or find a bug in the process of using callapp-lib, just raise an Issue, and the author will follow up in time. During...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Shortbread

    Shortbread

    Android library that creates app shortcuts from annotations

    Android library that generates app shortcuts for activities and methods annotated with @Shortcut. No need to touch the manifest, create XML files or use the shortcut manager. Just annotate the code that you want the shortcut to call.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Sharik - file sharing via WI-FI

    Sharik - file sharing via WI-FI

    Sharik lets you easily share files within your local network

    Sharik is an open-source, cross-platform solution for sharing files via Wi-Fi or Mobile Hotspot. This app allows you to easily send photos, apps, files, text, literally anything, to any kind of device connected to the same network. It's convenient and blazing fast. Sharik is entirely free to use, and it contains no ads. Moreover, its source code is published on GitHub so that everyone can contribute to the development process. So, if you like it, please leave a star on our GitHub...
    Leader badge
    Downloads: 53 This Week
    Last Update:
    See Project
  • 4
    ThinkJava. The Professional Java IDE

    ThinkJava. The Professional Java IDE

    Better than IntelliJ. Lightweight. Professional.

    The professional Java IDE free for everyone. No free trial. Free forever for everyone and lightweight, which does not make your system lag and install in any drive. IDE source code from Silver-J Original: https://github.com/pritamzope/Silver-J_IDE Join the ThinkJava Discord server: https://discord.gg/YARVk4qP2H Donate me pls (i took a lot of work to do this so pls) https://paypal.me/ZIsnomo Send some feedback, pls! https://forms.gle/GRnhA9HDHW83rXvF6 Bugs? Missing files? Email me...
    Downloads: 2 This Week
    Last Update:
    See Project
  • Bright Data - All in One Platform for Proxies and Web Scraping Icon
    Bright Data - All in One Platform for Proxies and Web Scraping

    Say goodbye to blocks, restrictions, and CAPTCHAs

    Bright Data offers the highest quality proxies with automated session management, IP rotation, and advanced web unlocking technology. Enjoy reliable, fast performance with easy integration, a user-friendly dashboard, and enterprise-grade scaling. Powered by ethically-sourced residential IPs for seamless web scraping.
    Get Started
  • 5

    Android News application

    Android News App is a mobile news system which run under Android

    Android News App is a mobile news system which run under Android platform that used for your own news application. Developed with Native Java Language make the app run fast and smoothly. Implement Google Material Design make the app beautiful in design and users experience. admin code could be found here https://codstore.in/product/android-news-application/ Integrated with Admin Panel to manage news, category, notification and many more anytime and everytime you want. Admin Panel side...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    APK Studio

    APK Studio

    Open-source, cross platform Qt based IDE for reverse-engineering

    Open-source, cross-platform Qt based IDE for reverse-engineering Android application packages. It features a friendly IDE-like layout including code editor with syntax highlighting support for *.smali code files. If you are just willing to quickly decompile an Android app, you can make use of DeAPK - Online APK Decompiler which lets you decompile an Android app using apktool and jadx.
    Downloads: 45 This Week
    Last Update:
    See Project
  • 7
    The LiquidCore Project

    The LiquidCore Project

    Node.js virtual machine for Android and iOS

    ... and/or pod-config steps above. The bundling options are stored in the local package.json file in the liquidcore property. Bundling is a convenient way to test and package your JavaScript projects. The bundler uses Metro to package up all of your required node modules into a single file that can be packaged as a resource in your app. If you are running on the Android Emulator or iOS Simulator, you can run a local server on your development machine and hot-edit your JavaScript code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    EasyProtector

    EasyProtector

    Simple way to check root/virtual app/emulator/xposed framework

    EasyProtector, a simple way to check root/virtual app/emulator/xposed framework/tracer/debugger. Since it's all here, you are welcome to star/fork, even if you raise an issue, I hope this is a useful library (eliminate the initialization operation of the application, avoid more permission requirements, and load as lazy as possible) Mainly to fix a bunch of bugs, see the pictures in the image folder for the adaptation situation, Tencent Legu's old version of XposedCheck code has some code...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Simplify

    Simplify

    Android virtual machine and deobfuscator

    Simplify virtually executes an app to understand its behavior and then tries to optimize the code so that it behaves identically but is easier for a human to understand. Each optimization type is simple and generic, so it doesn't matter what specific type of obfuscation is used. Provides a virtual machine sandbox for executing Dalvik methods. After executing a method, it returns a graph containing all possible register and class values for every execution path. It works even if some values...
    Downloads: 3 This Week
    Last Update:
    See Project
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10
    Android Layout Engine

    Android Layout Engine

    A JSON based LayoutInflater for Android

    Proteus is meant to be a drop-in replacement for Android’s LayoutInflater; but unlike the compiled XML layouts bundled in the APK, Proteus inflates layouts at runtime. With Proteus, you can control your Apps layout from the backend (no WebViews). Forget the boilerplate code to findViewById, cast it to a TextView, and then setText(). Proteus has runtime data bindings and formatters. Plugin in your own custom views and attributes and functions to flavour proteus to your requirements.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    Nwicode CMS App Builder

    Nwicode CMS App Builder

    Mobile app Builder without coding

    The NWICODE CMS project, an open source mobile app Builder, was launched in beta testing in 2019. Since 2016, the platform has only been offered as a cloud-based solution for creating mobile applications. Our goal Not a month goes by without the launch of new platforms and mobile app designers on the market. All these platforms with DRAG&DROP and ready-made features. These solutions are very standardized and do not allow you to develop and control your application. We eliminate...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    bento-starter

    bento-starter

    Full-Stack solution to quickly build PWA applications with Vue.js

    Provides a completely well-configured environment so you can immediately focus on writing your web app code. BentoStarter uses Vue.js because it is cool, fast, and probably the easiest javascript framework to learn today. Your app is deployed to firebase hosting as soon as you commit a new version. Provides a strong PWA configuration so your web app can be used as a mobile (IOS / Android) or desktop application with offline support. BentoStarter uses firestore which provides a cloud NoSQL...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Kage

    Kage

    Kage is Graphical User Interface for Metasploit Meterpreter

    ... supports windows/meterpreter & android/meterpreter.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 14
    EasyUpload

    EasyUpload

    Uploading files from Android to a desktop PC.

    EasyUpload is a client-server project for uploading images from Android to a PC. This is the server-side app of the project. To run the server, just download this project open CMD, navigate to the directory of the project, and issue this command: flask_server The client-side Android app is available at this page: https://play.google.com/store/apps/details?id=gad.heartbeat.androidflask.easyupload The project is very simple. Just select the images from the Android device, establish...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    CameraKit

    CameraKit

    Library for Android Camera 1 and 2 APIs

    CameraKit helps you add a reliable camera to your app quickly. Our open-source camera platform provides consistent capture results, service that scales, and endless camera possibilities. CameraKit fits into your existing stack, sitting between your app and the operating system, to improve camera capture reliability almost immediately. CameraKit doesn't require you to rewrite code, just add our software in minutes saving significant development hours and producing great results. CameraKit...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Remote Process Manager

    Remote Process Manager

    Server for the Android application Remote Process Manager

    Server for the Android application Remote Process Manager. This application only works with Windows 10! You can get the Android app from the Google Play Store: https://play.google.com/store/apps/details?id=com.m1smr.rpm The source code for this project is open source. You can find it on github: https://github.com/mirogon/RemoteProcessManager Credits: Developed by Marcel Römer Software Website: m1smr.com E-mail: m1smr@m1smr.com Logo made by Smashicons from www.flaticon.com...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Universal Android JvApkBuilder Tool

    Universal Android JvApkBuilder Tool

    Easy reskin, clone and build android app.

    Windows desktop software tool - apk android builder, app maker. Reskin tool for developer android no coding (without coding).
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18
    Kantpoll

    Kantpoll

    A free and open-source election management system.

    ... - data about campaigns should not be subject to censorship. Internationalization - language should not be an obstacle to voter participation. Representativeness - technology should help to bring closer voters to candidates. Simplicity - everyone should be able to vote and every organization should be able to create a campaign. Scalability - which ensures that campaigns will be processed efficiently. Flexibility - there is no ideal format for a campaign, the code must be open to innovation.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 19
    SQLite Editor & Compiler

    SQLite Editor & Compiler

    SQLite Editor and Compiler for PC, macOS and Linux

    ... is not supported for now. - Ubuntu 12.04 and later and again Fedora 21 and Debian 8 are supported Both ia32 and x64 binaries are provided for Linux ==================== Get your Android App - https://play.google.com/store/apps/details?id=com.ulm.sqleditordroid ==================== == Browser Extensions == Chrome extension: http://bit.ly/1O4g1u0 == Windows app: http://amzn.to/2uor6ao ==
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    MarkList

    MarkList

    Collection of Mark lists from Mobile App and Print Progress Cards

    Teachers can submit mark lists from mobile app. Mark lists are bulk printed. Pdf can be printed individually. Mark lists are compiled in to one data sheet. Progress cards can be viewed or printed directly. You can write your own code to print Progress Card. Data is collected in Text Format so can be accessed and interpreted easily. Mobile App Google Playstore Link : https://play.google.com/store/apps/details?id=in.refort.MarkList&hl=en Other open source projects : http...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    kodeWeave

    kodeWeave

    HTML/CSS/JS and Markdown Playground For Web Designers and Developers

    kodeWeave is a realtime coding playground for HTML, CSS and Javascript. Similar to JSFiddle and JSBin, but kodeWeave was made to work offline but also as a prototyping application to build applications for desktop operating systems while on mobile devices. (PhoneGap Build is recommended for mobile devices) kodeWeave similar to jsfiddle, jsbin, dabblet, liveweave, codepen, cssdeck, cssdesk, tinkerbin, d3 playground, plunker and pastebin, but allows you to export your web app as a desktop...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 22
    Boostnote
    Boostnote is an open source note-taking app for programmers. Apps available for Mac, Windows, Linux, Android and iOS. Built with Electron, React + Redux, Webpack and CSSModules.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    Bitbucket Git Android

    Bitbucket Git Android

    Bitbucket Client app for android

    Download the Bitbucket android app to code on the go with mobile. Code, manage, Sync from the comfort of your zone.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24

    android tablet apps

    android applcations

    this is source code for an android app. you can build the project with android studio. it is a hello world app. with source code. a very nicely done sample you can look at and work on for mking an android app. for the google play storefor example. this software is public domain. use as you wish.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    InstaMaterial

    InstaMaterial

    Implementation of Instagram with Material Design

    Current source code contains UI elements from Design Support Library. A beautiful and smooth application which works on almost all available devices. InstaMaterial project supports all systems versions, starting from 4.0 Ice Cream Sandwich. Thanks to this our app can work on more than 90% of all Android devices (according to the presented statistics). The implemented elements and effects include a Send button animation in comments view, ViewAnimator, Ripples, and RecyclerView smoothness...
    Downloads: 0 This Week
    Last Update:
    See Project