23 projects for "programming" with 2 filters applied:

  • Vibes don’t ship, Retool does Icon
    Vibes don’t ship, Retool does

    Start from a prompt and build production-ready apps on your data—with security, permissions, and compliance built in.

    Vibe coding tools create cool demos, but Retool helps you build software your company can actually use. Generate internal apps that connect directly to your data—deployed in your cloud with enterprise security from day one. Build dashboards, admin panels, and workflows with granular permissions already in place. Stop prototyping and ship on a platform that actually passes security review.
    Build apps that ship
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • 1
    Shadowsocks for Android

    Shadowsocks for Android

    A shadowsocks client for Android

    ...Shadowsocks for Android allows you to surf the internet privately and securely at all times through your Android device. It features bleeding-edge techniques with Asynchronous I/O and Event-driven programming. It is completely free and open-source and is available for other platforms as well.
    Downloads: 55 This Week
    Last Update:
    See Project
  • 2
    LeakCanary

    LeakCanary

    A memory leak detection library for Android

    ...It effectively detects leaks and narrows down the cause of each leak through its in-depth knowledge of the internals of the Android Framework. This helps developers avoid and dramatically reduce OutOfMemoryError (OOM) crashes. A memory leak is a programming error that can cause an OutOfMemoryError crash. It’s often caused by bugs related to the lifecycle of objects, and can occur fairly often in Android applications. LeakCanary helps to find and fix those leaks during development so you never have to experience another OOM crash.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    BleGattCoroutines

    BleGattCoroutines

    Functional Bluetooth GATT for Android (all the meanings)

    ...It has also been tested successfully on Wear OS, with the sample included in this repository. It should work similarly on other Android variants such as Android TV. It does so by taking advantage of the excellent coroutines feature in the Kotlin programming language that allows one to write asynchronous code in a sequential/synchronous style, which means, without the callback hell, and without blocking any thread (which would waste memory and decrease performances). This library makes it possible to have readable and debuggable code that interacts with Bluetooth Low Energy GATT (General Attribute), that is, the connection part of the Bluetooth Low Energy standard.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    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
  • Grafana: The open and composable observability platform Icon
    Grafana: The open and composable observability platform

    Faster answers, predictable costs, and no lock-in built by the team helping to make observability accessible to anyone.

    Grafana is the open source analytics & monitoring solution for every database.
    Learn More
  • 5
    Expenso

    Expenso

    Demonstrate the use of modern android architecture component

    A Simple Expense Tracker App built to demonstrate the use of modern android architecture components with MVVM Architecture.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Polychroma TV

    Polychroma TV

    The finest in avant-garde programming – live and on-demand.

    With 50+ channels – Polychroma TV is the place to go for the finest in avant-garde programming. Tune in live and on-demand to see the best award-winning documentaries & feature films, cooking shows, live news & radio, mondo cinema, music videos, reality & trash TV, travel shows, and more!
    Downloads: 5 This Week
    Last Update:
    See Project
  • 7
    NY Times

    NY Times

    A Simple Demonstration of the New York Times App

    NY Times is a Minimal News 🗞 Android application built to describe the use of JSoup with Modern Android development tools.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Polychroma TV

    Polychroma TV

    Real trash. True grime.

    Watch TV Polychroma, a multi-channel WebTV network dedicated to the finest in avant-garde programming, right on your desktop, mobile, or smart TV device!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Gradle Plugin Android AspectJX

    Gradle Plugin Android AspectJX

    A Android gradle plugin that effects AspectJ on Android project

    This project provides a Gradle plugin that enables AspectJ weaving for Android builds—facilitating aspect-oriented programming in your Android apps. It supports .aj aspect files, annotation-style weaving, and integration with Kotlin, Groovy, AARs, and JARs. Works within standard Android Gradle build pipelines. Available via Gradle Plugins DSL for easy integration. Simplifies AOP implementation without manual weaving configuration. Supports both .aj files and annotation-based aspects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • One platform for phenomenal in-person and virtual care Icon
    One platform for phenomenal in-person and virtual care

    For Primary Care Clinicians

    Elation Telehealth’s HIPAA-compliant video platform within our EHR, powered by Zoom, ensures your practice can provide virtual care without having to implement or maintain a separate solution.
    Learn More
  • 10
    Groovy Android Gradle Plugin

    Groovy Android Gradle Plugin

    Gradle plugin to support the Groovy language for building Android apps

    This now-deprecated Gradle plugin enabled the use of the Groovy programming language in Android applications and libraries. It provided support for Groovy source files within Android projects, though it’s officially deprecated in favor of Kotlin and has ceased working with Gradle 6.0 and above. This plugin has been successfully tested with Android Studio and will make no attempts to add support for other IDEs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    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: 0 This Week
    Last Update:
    See Project
  • 12
    Swift Language Weather

    Swift Language Weather

    An iOS weather app developed in Swift 4

    ...The current version is working with Xcode Version Xcode 9.1 (9B55). If you are using a different Xcode version, please check out the previous releases. We use Protocol-Oriented Programming in IBAnimatable open source projects. Value-based programming, we use immutable values anywhere. Icon fonts, weather icons, SwiftyJSON, core location, app indexing like CoreSpotlight and NSUserActivity. Unit tests, UI tests, and animations supported. Compile and run the app in your simulator. If you don't see any data, please check "Simulator" -> "Debug" -> "Location" to change the location.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Agera

    Agera

    Reactive programming for Android

    ...Agera (Swedish for “to act”) is a super lightweight Android library that helps prepare data for consumption by the Android application components (such as Activities), or objects therein (such as Views), that have life-cycles in one form or another. It introduces a flavor of functional reactive programming, facilitates clear separation of the when, where and what factors of a data processing flow, and enables describing such a complex and asynchronous flow with a single expression, in near natural language.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    Jasonette

    Jasonette

    Native App over HTTP, on iOS

    ...It fetches a JSON markup from a server, and self-constructs into the native app in real time. It’s 100% native, 100% JSON, no hard-coding required. It’s the easiest and fastest way to build your app, as it only takes minutes and needs no programming experience. You can make changes to your live app and see these changes instantly. Jasonette comes with all the essential native APIs and components, and if there’s a specific feature you’re looking for, you can easily extend Jasonette. You could even integrate Jasonette with your existing iOS project, so you don’t have to switch to a completely different way of programming, just let Jasonette handle a part of your app.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    OpenRemote

    OpenRemote

    Open Source for Internet of Things

    ...Our panel technology integrates with your favorite protocol and runtime hardware through Open Source software. We open up the front-end and support a unified panel and visual programming model. An installer can pick and choose hardware products from different vendors and still present one panel UI to the user. A proprietary hardware vendor can build modern panel support and integrate with existing vendors. Whether you are a DIY aficionado, a high-end installer, a hardware vendor or integrator, OpenRemote has something for you. ...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 16
    Mobile Data Collector (MARITACA)

    Mobile Data Collector (MARITACA)

    Mobile Data Collector for Android devices

    Maritaca easily creates mobile applications for data gathering in Android smartphones. No programming skill is needed. The answers collected are stored in the cloud and can be latter accessed to create statistical data and reports. Try it: http://maritaca.unifesp.br
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Python Programming in iPhone

    Python Programming in iPhone

    Learn Python Programming and Scripting using your iPhone

    ...Prerequisites You should have a basic understanding of Computer Programming terminologies. A basic understanding of any of the programming languages is a plus.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    D.P.F Delphi Android Native Components

    D.P.F Delphi Android Native Components

    Delphi Android Native Components

    Welcome to the world of Android programming! Develop Native Android applications with Delphi XE5/XE6/XE7 Some components: + Added TDPFJAlertDialog + TDPFJAnalogClock + TDPFJButton + TDPFJCheckBox + TDPFJChronometer + TDPFJDatePicker + TDPFJDatePickerDialog + TDPFJEditText + TDPFJImageView + TDPFJListView (not completed) + TDPFJProgressBar + TDPFJProgressDialog + TDPFJTextView + TDPFJTimePickerDialog + TDPFJToast + TDPFJView + TDPFJRadioButton + TDPFJNumberPicker + TDPFJSeekBar + TDPFJTabHost Component (Tabbed view) + TDPFJSpinner Component (Dropdown list) + TDPFJTextSwitcher Component (Fade/Slide Texts) + TDPFJTextClock + TDPFJWebView Follow me: https://www.facebook.com/babak.yaghoobii https://www.linkedin.com/in/babakyaghoobi https://plus.google.com/+BabakYaghoobii http://babakyaghoobi.blogspot.com https://stackoverflow.com/users/4557781/babak-yaghoobi https://www.colatform.com/en/ Enjoy And
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Android Robo Combat

    Android Robo Combat

    self-programmed android game

    The scope is to create a android game, by using Java. Robo Combat is a game that is like the well known game Mario World. It also includes a simple map editor. For developers: Suitable for beginners in the programming language Java. Please download following programs: - Eclipse + ADT plugin - Android SDK Tools - Android Platform-tools - The latest Android platform - The latest Android system image for the emulator All this is available in the bundle: http://developer.android.com/sdk/index.html
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Android 41CV
    A HP41CV simulator for the Android platform. This version is the second beta release and includes nearly all functionality of the HP41CV including running programmes. Programmes can be imported / exported on csv format. A simple programme editor incl
    Leader badge
    Downloads: 5 This Week
    Last Update:
    See Project
  • 22

    CodeWhisk

    Programming keyboard for Android

    CodeWhisk is an input method for Android that is designed to make programming code entry efficient (and fun!)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    The project is a port of the Mozilla Rhino JavaScript Interpreter (http://www.mozilla.org/rhino/) from Java/SE to J2ME/CLDC. The J2ME/CLDC port opens up the mobile world for scripting Java, as it is a widely used platform for mobile phone programming.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next