Best Application Development Apps for Android - Page 7

Compare the Top Application Development Apps for Android as of June 2025 - Page 7

  • 1
    Popper

    Popper

    Popper

    Positioning tooltips and popovers are difficult. Popper is here to help! Given an element, such as a button, and a tooltip element describing it, Popper will automatically put the tooltip in the right place near the button. It will position any UI element that "pops out" from the flow of your document and floats near a target element. The most common example is a tooltip, but it also includes popovers, drop-downs, and more. All of these can be generically described as a "popper" element. Click on the dots to place the tooltip. There are 12 different placements to choose from. Pure CSS poppers will not be prevented from overflowing clipping boundaries, such as the viewport. It will get partially cut off or overflows if it's near the edge since there is no dynamic positioning logic. When using Popper, your popper will always be positioned in the right place without needing manual adjustments.
    Starting Price: Free
  • 2
    Three.js

    Three.js

    Three.js

    Three.js is a JavaScript 3D library. The aim of the project is to create an easy-to-use, lightweight, cross-browser, general-purpose 3D library. The current builds only include a WebGL renderer but WebGPU (experimental), SVG and CSS3D renderers are also available in the examples. To actually be able to display anything with three.js, we need three things, scene, camera, and renderer, so that we can render the scene with the camera. In addition to the WebGLRenderer, Three.js comes with a few others, often used as fallbacks for users with older browsers or for those who don't have WebGL support for some reason. Create a loop that causes the renderer to draw the scene every time the screen is refreshed (on a typical screen this means 60 times per second). Anything you want to move or change while the app is running has to go through the animate loop. You can of course call other functions from there.
    Starting Price: Free
  • 3
    Polymer

    Polymer

    Polymer

    The Polymer library provides a set of features for creating custom elements. These features are designed to make it easier and faster to make custom elements that work like standard DOM elements. Similar to standard DOM elements, Polymer elements can be instantiated using a constructor or document creation element, configured using attributes or properties, populated with internal DOM inside each instance, responsive to property and attribute changes, styled with internal defaults or externally, and responsive to methods that manipulate its internal state. Registering an element associates a class with a custom element name. The element provides callbacks to manage its lifecycle. Polymer also lets you declare properties, to integrate your element's property API with the Polymer data system. Shadow DOM provides a local, encapsulated DOM tree for your element. Polymer can automatically create and populate a shadow tree for your element from a DOM template.
    Starting Price: Free
  • 4
    Koa

    Koa

    Koa

    Koa is a new web framework designed by the team behind Express, which aims to be a smaller, more expressive, and more robust foundation for web applications and APIs. By leveraging async functions, Koa allows you to ditch callbacks and greatly increase error handling. Koa does not bundle any middleware within its core, and it provides an elegant suite of methods that make writing servers fast and enjoyable. A Koa application is an object containing an array of middleware functions that are composed and executed in a stack-like manner upon request. Koa is similar to many other middleware systems that you may have encountered such as Ruby's Rack, Connect, and so on - however, a key design decision was made to provide high-level "sugar" at the otherwise low-level middleware layer. This improves interoperability, and robustness, and makes writing middleware much more enjoyable.
    Starting Price: Free
  • 5
    NativeScript

    NativeScript

    NativeScript

    Improve OSS repository management using multiple monorepo setups. Improved onboarding: tutorials for all flavors, linked from the home page. Improved Dialog handling with core-provided abstract APIs. Core: split out architectural level packages for advanced use-cases and scalability. This page will walk through installing everything you need to build your first NativeScript app. Setting up the Android development environment can be daunting if you are new to Android development, however following the next steps carefully will get you up and running in no time. Setting up the Android development environment can be daunting if you are new to Android development, however following the next steps carefully will get you up and running in no time.
    Starting Price: Free
  • 6
    JavaScript InfoVis Toolkit
    The JavaScript InfoVis Toolkit provides tools for creating interactive data visualizations for the web. The best way to start is to take a look at the demos page. Each demo has a See the Example Code link that takes you to the code for that example. The actual library code is included in the HTML file by building the lib each time with only the needed requirements taken from the name of the visualization and the build.json file. The required library code is built by the build.py file. In order to create a new visualization you need to set up the server environment to include test JavaScript files for your new visualization and also you need to add the new visualization files into the Source folder.
    Starting Price: Free
  • 7
    PixiJS

    PixiJS

    PixiJS

    PixiJS' strength is speed. When it comes to 2D rendering, PixiJS is the fastest there is. Friendly, feature-rich API lets PixiJS take care of the fundamentals whilst you focus on producing incredible multiplatform experiences. PixiJS is and always will be open source, with a large and supportive community pushing its growth and evolution. Thousands of award-winning sites and experiences are being made with PixiJS by leading content authors around the world. PixiJS will always be free and open-source but with your support, we can grow faster together. Interactive, visually compelling content on desktop, mobile, and beyond, all reached with a single codebase to deliver transferable experiences. Beautiful anti-aliased text at native and retina resolutions means that Pixi copy is as easy on the eye as it is on any other delivery method. Organize your objects in hierarchical trees, with parent-child relationships.
    Starting Price: Free
  • 8
    Velocity.js

    Velocity.js

    Velocity.js

    Velocity is an animation engine with the same API as jQuery's animate. It works with and without jQuery. It's incredibly fast, and it features color animation, transforms, loops, easings, SVG support, and scrolling. It is the best of jQuery and CSS transitions combined. Download Velocity, include it on your page and replace all instances of jQuery's animate with velocity. You will immediately see a performance boost across all browsers and devices, especially on mobile. Velocity works everywhere, back to IE8 and Android 2.3. Under the hood, it mimics jQuery's queue, and thus interoperates seamlessly with jQuery's animate, fade, and delay. Since Velocity's syntax is identical to animate, your code doesn't need to change. JavaScript and jQuery are falsely conflated. JavaScript animation, which Velocity uses, is fast; it's jQuery that's slow. Although Velocity works alongside jQuery, it uses its own animation stack that delivers its performance.
    Starting Price: Free
  • 9
    JsPHP

    JsPHP

    JsPHP

    The free open-source JsPHP library. The JsPHP website is a 100% free community resource that provides a collaborative platform and web-based Integrated Development Environment (IDE) for building an open-source JavaScript library called JsPHP that provides an implementation of the PHP API for JavaScript environments. An Integrated Development Environment (IDE) is a tool for writing computer programs, and that's what the JsPHP website is a tool for creating and testing software. In the JsPHP IDE registered users can edit the JavaScript functions in the JsPHP library and can also write code to test that those functions are working properly or to test how well those functions perform (how fast they run when they are executed on the computer). If you're just starting out with learning JavaScript then helping out at JsPHP is the perfect way for you to get started because we have lots of beginner-level work that needs to be done that you could help us with.
    Starting Price: Free
  • 10
    Modernizr

    Modernizr

    Modernizr

    Modernizr tells you what HTML, CSS, and JavaScript feature the user’s browser has to offer. It’s a collection of superfast tests, or “detects” as we like to call them, which run as your web page loads, then you can use the results to tailor the experience to the user. All web developers come up against differences between browsers and devices. That’s largely due to different feature sets, the latest versions of the popular browsers can do some awesome things which older browsers can’t, but we still have to support the older ones. Modernizr makes it easy to deliver tiered experiences and make use of the latest and greatest features in browsers that support them, without leaving less fortunate users high and dry. Modernizr is a small piece of JavaScript code that automatically detects the availability of next-generation web technologies in your user's browsers. Modernizr uses feature detection to allow you to easily tailor your user's experience.
    Starting Price: Free
  • 11
    QUnit

    QUnit

    QUnit

    The powerful, easy-to-use JavaScript testing framework. Easy, zero-configuration setup for any Node.js project and minimal configuration for browser-based projects. Tests can be run anywhere; Node, your browser, even inside a web worker. Test your code where it runs. Flexible APIs for custom assertions, runners, and reporters mean you can extend QUnit to fit your needs. Getting started with QUnit for Node.js projects is quick and easy. First, install the QUnit package using npm. You can now run the test suite through the QUnit CLI. It is recommended that you run the QUnit command via an npm script, which will find the QUnit command automatically from your local dependencies. Check out the API documentation to learn more about the QUnit APIs for organizing tests and making assertions.QUnit follows the Node.js Long-term Support (LTS) schedule and provides support for current, active LTS, and maintenance LTS releases.
    Starting Price: Free
  • 12
    Aurelia

    Aurelia

    Aurelia

    Aurelia's standards-based, unobtrusive style makes it the only framework that empowers you to build components using vanilla JavaScript or TypeScript. If you know modern JS and HTML, there's little more to learn to build even the most complex apps. At the core of Aurelia is a high-performance, reactive system, capable of batching DOM updates in a way that leaves other frameworks, and their virtual DOMs, in the dust. Experience consistent, scalable performance, no matter how complex your UI. Aurelia enables powerful reactive binding to any object. By using adaptive techniques Aurelia selects the most efficient way to observe each property in your model and automatically syncs your UI and your state with best-in-class performance. State management, internationalization and validation - all official plugins from the core team. CLI, VS Code plugin, and Chrome debugger - optional tools to enhance development.
    Starting Price: Free
  • 13
    Dojo Toolkit

    Dojo Toolkit

    Dojo Toolkit

    A JavaScript toolkit that saves you time and scales with your development process. Provides everything you need to build a Web app. Language utilities, UI components, and more, all in one place, designed to work together perfectly. The Dojo Toolkit Reference Guide is designed to be an in-depth resource regarding the Dojo Toolkit. The Reference Guide is a community effort and can be contributed to by anyone who has a CLA in place with the Dojo Foundation. An extensive set of widgets (user interface components) and the underlying system to support them. It is built fully on-top of the Dojo core. Various tools that support the rest of the toolkit, like being able to build, test and document code.
    Starting Price: Free
  • 14
    RequireJS

    RequireJS

    RequireJS

    RequireJS is a JavaScript file and module loader. It is optimized for in-browser use, but it can be used in other JavaScript environments, like Rhino and Node. Using a modular script loader like RequireJS will improve the speed and quality of your code. This setup assumes you keep all your JavaScript files in a "scripts" directory in your project. To take full advantage of the optimization tool, it is suggested that you keep all inline script out of the HTML, and only reference require.js with a requirejs call like so to load your script. All of them map to loading some/path/some/module.js. Ideally we could choose the CommonJS syntax, since it is likely to get more common over time, and we want to reuse code.
    Starting Price: Free
  • 15
    Kotlin

    Kotlin

    Kotlin

    Easy to pick up, so you can create powerful applications immediately. Compatible with the Java ecosystem. Use your favorite JVM frameworks and libraries. Share application logic between web, mobile, and desktop platforms while keeping an experience native to users. Save time and get the benefit of unlimited access to features specific to these platforms. Kotlin has great support and many contributors in its fast-growing global community. Enjoy the benefits of a rich ecosystem with a wide range of community libraries. Help is never far away — consult extensive community resources or ask the Kotlin team directly. Kotlin Multiplatform Mobile is an SDK for iOS and Android app development. It offers all the combined benefits of creating cross-platform and native apps. Maintain a single codebase for networking, data storage, analytics, and the other logic of your Android and iOS apps.
    Starting Price: Free
  • 16
    RemObjects Mercury

    RemObjects Mercury

    RemObjects Mercury

    Mercury is an implementation of the BASIC programming language that is fully code-compatible with Microsoft Visual Basic.NET™, but takes it to the next level, and to new horizons. With Mercury, you will be able to build your existing VB.NET projects and leverage your Visual Basic™ language experience to write code for any modern target platform. You can mix Mercury code with any of the other five Elements languages in the same project if you like! The Mercury language will be deeply integrated into our development environments. Develop your projects in our smart yet lightweight IDEs, Water on Windows or Fire on Mac, with project templates, code completion, integrated debugging for all platforms, and many other advanced development features. Of course, Mercury will also integrate into Visual Studio™ 2017, 2019 and 2022. With Elements, all languages are created equal. Even within the same project, you can mix Mercury, C#, Swift, Java, Oxygene and Go.
    Starting Price: $49 per month
  • 17
    Onymos

    Onymos

    Onymos

    Time to market can make or break any app dev project. Yet many enterprises, agencies, and developers slow innovation by burning countless hours building core functionality from scratch and extending development timelines. When you can get the Features your app needs out of the box, development begins with the foundation already in place, and you can move fast from day one. Cut development time by as much as 80%. You can deploy in days, not months when you build your app with ready-made, full-stack features from Onymos. The average Onymos feature has over a thousand hours of development time, and that number’s only getting bigger. When software or APIs get updated, our features do too. UI/UX, front-end logic, and integrated cloud services like Stripe, APNs, and Amazon S3. When you use Onymos Features, you get it all. Companies like Albertsons, CVS Pharmacy, and Walmart are already building their apps with Onymos.
    Starting Price: $0.60 per month
  • 18
    BuildVu

    BuildVu

    IDR Solutions

    With BuildVu, you’ll unlock precise PDF-to-HTML/SVG conversion, giving you greater control and added functionality over PDF in your web application. -Optimized Content: BuildVu intelligently converts PDFs, optimizing for smaller file sizes and fast rendering in browsers. -File Metadata: Access PDF data in JSON format, including metadata, word lists, outlines (bookmarks), and annotations. -Thumbnails: Generate high-quality page thumbnails with customizable dimensions. -Annotations: Enjoy support for various annotation types (Links, Popups, Sound/Video, Text, Highlight, Underline) in easy-to-use JSON format. -search.json: Extract all text from the document alongside the HTML content. -Font Conversion: Restructure embedded fonts for compatibility across web browsers. -Office Conversion: Combine BuildVu with LibreOffice for seamless conversion from Office formats (Word, PowerPoint, Excel).
    Starting Price: $450 per month
  • 19
    FormVu

    FormVu

    IDR Solutions

    FormVu is an SDK designed to convert PDF Form files into standalone HTML with interactive form components. Here are some of its key features: -Interactive Conversion: Converts PDF forms into HTML while retaining their appearance and functionality. -Data Security: Runs on your own servers, ensuring customer data remains secure and private. -Versatile Integration: Supports both AcroForms and XFA Forms and can be integrated into web applications. -Flexible Output: Allows saving filled forms back as PDFs or posting data as HTML form data or JSON. -Users can continue to use Forms in a web browser. Converted PDF forms retain their appearance and interaction. Data can be saved to the original file. -PDF forms can be easily and securely integrated into a Web application workflow while retaining all their interaction and functionality. -Forms are converted and hosted on your Computers. FormVu is not a cloud service and makes no calls outside. So customer data is always
    Starting Price: $1,800 per month
  • 20
    Sails

    Sails

    Sails

    Build practical, production-ready Node.js apps in a matter of weeks, not months. Sails is the most popular MVC framework for Node.js, designed to emulate the familiar MVC pattern of frameworks like Ruby on Rails, but with support for the requirements of modern apps, data-driven APIs with scalable, service-oriented architecture. Sails makes it easy to build custom, enterprise-grade Node.js apps. Building on top of Sails means your app is written entirely in JavaScript, the language you and your team are already using in the browser. Sails bundles a powerful ORM, Waterline, which provides a simple data access layer that just works, no matter what database you're using. Sails comes with blueprints that help jumpstart your app's backend without writing any code. Since Sails translates incoming socket messages for you, they're automatically compatible with every route in your Sails app. Sails offers commercial support to accelerate development and ensure best practices in your code.
    Starting Price: Free
  • 21
    Zebedee

    Zebedee

    Zebedee

    From high-stakes esports tournaments to casual mobile games, our world is open to everyone. Bitcoin is programmable money. We make it a seamless part of the game experience. If you can scan a QR code, you can earn with Zebedee. Straightforward, instant, and available now. Play our games or play with our APIs. Either way, you'll soon discover why Bitcoin is transforming the world of gaming. Open a new acquisition channel and revenue stream in the quickly growing world of Bitcoin gaming. Gain an edge over your competition by offering cutting-edge Bitcoin Lightning services and a gateway into the exploding world of Bitcoin gaming. Play a single intense match with live Bitcoin transfers and earn a share of the prize pot based on your percentage of the total score. In survival mode, your sats are your life. When you score, you get an extra life. When you die, you lose some life. If you run out of seats, you get kicked from the match.
    Starting Price: Free
  • 22
    Skysens IoT Platform
    Skysens IoT platform is an application layer with middleware specialized for IoT applications. The platform can work with multiple IoT sources either IP-based or non-IP based such as LPWAN with multiple features such as user management, alarming, reporting, rule management, and many more. With Skysens middleware, the platform can work with existing legacy data sources such as SCADA will full functionality. It has different application modules for smart industry, smart cities, and smart businesses for easy use. Different pre-configured applications such as condition monitoring, indoor and outdoor location tracking, maintenance monitoring, and many more. Device ID-based cross rule function in order to create smart actions depending on the rules with help of bi-directional connectivity of LPWAN networks. API server for connectivity agnostic LPWAN-based application integration with REST APIs. Skysens Mobile app is ready for use on Android and iOS.
    Starting Price: Free
  • 23
    VPNGN

    VPNGN

    VPNWholesaler.com

    Using our VPNGN platform, you can create your own VPN brand within a couple of minutes. Your VPN brand will be powered by our powerful VPNGN apps, supporting all major devices and operating systems. You can integrate VPNGN into your own app(s) with only a few lines of code. This is useful in case you would like to have your own app rather than relying on our VPNGN app entries. For example, if you want to create an iOS app and integrate a paywall and in-app purchases. Fully customize the VPN interface based on your specifications. Allows you to fully customize our VPN SDK for your needs, and integrate it into your app(s). Development time on your end would be significantly higher compared to the in-app VPNGN SDK. This option is open only to selected partners who proved that they can drive a good amount of daily sales and rebills. In this route, all the heavy lifting is done on our end, as we create branded VPN apps and customized back-end for the partner.
    Starting Price: $250 per month
  • 24
    Kameleo

    Kameleo

    Kameleo

    Kameleo for Multi-Account Management Kameleo antidetect browser lets you securely manage multiple social media accounts and e-commerce accounts (like Amazon, eBay, TikTok, Meta, and Google Ads) from a single computer. Each account stays distinct with unique browser fingerprints. Our revolutionary masking engine mimics real user behavior, so you can focus on growing your business without worrying about account bans. It also supports team collaboration, cloud storage, and profile sharing options between team members. This makes it easy to collaborate, manage multiple accounts together, and stay organized. Kameleo for Web Scraping Kameleo provides a powerful antidetect browser for better data collection on websites with anti-bot detection systems. It combines headless browsers, built-in proxies, and top-tier automation framework support for smooth web scraping. You can run it on your own infrastructure for more control and performance.
    Starting Price: €59 per user per month
  • 25
    3Cols

    3Cols

    3Cols

    Your snippets instantly, anywhere, with anyone. Manage and share your code snippets in the cloud fast, easily, and free forever. Gain access to and collaborate on boards shared with you by other users. Privately share access to your boards with other users, each board has a different group or you can just keep them to yourself! Integrate 3Cols into VSCode with our API-powered, open-source extension. We have made every effort to ensure everything functions as quickly as possible with the latest technologies ensuring everything runs smoothly. Create and manage organizations to help better control access to your shared boards for friends and businesses. All of your snippets are stored on the cloud and accessible from any device with an internet connection. Browse through the list of public snippets and make yours public to share with anyone who doesn't have an account. Access and update all your content via our API.
    Starting Price: Free
  • 26
    Baserow

    Baserow

    Baserow

    Baserow is the open platform to create scalable databases and applications without code. With its intuitive interface and flexibility, Baserow empowers teams to manage data with ease. Real-time collaboration allows for seamless teamwork and productivity. Baserow offers powerful data management features, including multiple tables, views, and relationships. Baserow can be self-hosted, ensuring compliance with legal and data regulations, and is both HIPAA and SOC2 compliant. Baserow's open source nature ensures business continuity at the turn of any event. It also means that it's infinitely extensible, allowing you to build on top of it to fit specific business requirements or increase its functionality. Whether you're a startup, a nonprofit, or a large enterprise, Baserow provides the tools to build powerful, scalable applications tailored to your needs. It's time to take control of your data and unlock your team's potential with Baserow.
    Starting Price: $5 per user per month
  • 27
    Apphive

    Apphive

    Apphive

    With Apphive create your own app in three easy steps. We have many options, so you can choose the one that best suits your needs. Intuitive platform, to develop your app without the need to write code. You can publish your application in the Play Store and App Store. Apphive is an advanced app builder that allows you to make dynamic mobile applications without the need to write a single line of code. You just drag and drop elements, and edit and you will have a mobile application in minutes. Thanks to our smart manager and our simple tools you can make an incredible app, from renting your home as a hotel to converting your car into a taxi. With Apphive you have what you need to achieve it, you can build an app with incredible features, GPS, maps, notifications or stores. We have all the features you need to make your mobile application a reality! Develop an app to make a record of the academic progress of each student. It also offers your users a home-delivery service.
    Starting Price: $10 per month
  • 28
    Bravo

    Bravo

    Bravo

    Build native mobile apps with full design control and backend freedom. Say goodbye to the hassle of designing your app from scratch and say hello to our range of UI presets, complete with pre-configured Bravo tags, customizable containers, and a built-in AI assistant. Supercharge your app-building process with our Figma plugin, With Bravo Studio, app-building opportunities are endless. No matter how small or large your event is, delight your guests with a custom app tailored to their needs. Build a meditation app packed with high-quality mindfulness content and features that your users will love. Whether you’re a personal trainer, nutritionist, or gym owner, a custom fitness app is a perfect way to provide your users with the health-related content and features they are looking for. Build fully clickable prototypes that feel like live mobile apps. Make changes to your app in real-time, test different variations with Bravo Vision, and get feedback fast.
    Starting Price: Free
  • 29
    Novu

    Novu

    Novu

    A digest engine that aggregates multiple events in to a single precise notification. Debug deliverability and analyze sending patterns across multiple channels. Manage content for all channels and in multiple languages without the need to redeploy your code. Send transactional notifications based on user's timezone and working hours. Build a real-time notification center using our embeddable components or connect your custom UI with our notification feed API. Open source is in the heart of Novu. We keep all the source code and work publicly available. Join our community-driven project with over 3,000+ developers from around the world who contribute code and help build the modern notification infrastructure.
    Starting Price: $25 per month
  • 30
    nandbox

    nandbox

    nandbox

    nandbox is a no-code mobile app builder that serves to fit any type and size of business, community, and government deployment. Indeed, we help meet the fast-changing market needs. Build native mobile apps for iOS and Android with no coding background, simply drag and drop your features and create your app with no development costs. Additionally, apps produced on nandbox app builder are native which is a software application that is designed to work on a specific platform, either Android or iOS. Whereas the application can access certain features on the mobile like the camera, calendar, and contacts. In fact, our competitors use a web-based app where the entire infrastructure of the app is hosted on the web, and the mobile access the app through a web browser. Foster a sense of belonging with engaging channels, a rich news feed, and GPS-located events. Connect people through instant text & media messages, clear video & audio calling, and groups that can hold up to 50,000 members
    Starting Price: $59 per month