Search Results for "basic android" - Page 5

Showing 235 open source projects for "basic android"

View related business solutions
  • Everything you need to set up your flexible workplace Icon
    Nibol has everything you need from a workplace management platform. On top of that, with its "Spaces on demand" feature it enables users to book desks and meeting rooms not only at their office but also in hundreds of co-working spaces and other venues.
    Learn More
  • CYPHER Learning is a world-class, award-winning learning management system (LMS) Icon
    CYPHER Learning is a world-class, award-winning learning management system (LMS)

    The world's best learning platform for Schools and Universities

    Institutions throughout the world use CYPHER Learning as their tool of choice to manage all classroom activities. CYPHER Learning is used by organizations ranging from large universities such as STI in the Philippines, school districts such as Santa Barbara Unified School District, to small schools with 20 students in Spain.
    Learn More
  • 1
    MaterialStyledDialogs

    MaterialStyledDialogs

    library that shows a customizable Material-based dialog

    A library that shows a beautiful and customizable Material-based dialog with header. API 14+ required. Android Library that shows a beautiful and customizable Material designed dialog with header. Based on material-dialogs and inspired by this dribble. A basic dialog will show the provided title (optional) and description, using your primary color as the header background. You have access to methods such as setTitle(), setContent(), setIcon(), setCancelable(), dismiss(), etc. The dialog icon...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Visual Basic for Android

    Visual Basic for Android

    Visual Basic for Android

    This is an attempt to create an Android IDE for VB developers. This is work in progress and will love to hear your feedback. Many things are still manual and also some are not fully functional like VB to Java translator and Layout Editor. Requires: 1. Windows XP or later 2. .Net 2.0 3. JDK 1.8 or later 4. Android SDK-tools-windows
    Downloads: 6 This Week
    Last Update:
    See Project
  • 3
    VValidator

    VValidator

    An easy to use form validator for Kotlin & Android

    View Validator, an easy-to-use form validation library for Kotlin & Android.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Nodejs Expressjs MongoDB API Project

    Nodejs Expressjs MongoDB API Project

    A boilerplate for REST API Development with Node.js, Express, etc.

    A ready-to-use boilerplate for REST API Development with Node.js, Express, and MongoDB. This is a basic API skeleton written in JavaScript ES2015. Very useful to building RESTful web APIs for your front-end platforms like Android, iOS or JavaScript frameworks (Angular, Reactjs, etc). This project will run on NodeJs using MongoDB as a database. I tried to maintain the code structure easily as any beginner can also adopt the flow and start building an API. The project is open for suggestions, Bug...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Cvent Event Management Icon
    Cvent Event Management

    For In-Person, Hybrid, and Virtual Event Planners and Marketers

    Cvent delivers an all-in-one event platform for any event, and every event. Our platform simplifies the management of each stage of the event lifecycle while giving you the data and insights you need to maximize your value. Whether in-person, virtual, or hybrid, you’ll have a single platform with everything you need to find suppliers, engage attendees, maximize sponsor value, and capture important event data.
    Learn More
  • 5

    giwth

    Implement tests using nested Given, When, Then

    Tests written with commented GIVEN, WHEN and THEN regions can be transformed by actually wrapping code within basic blocks called issues. This can occur in a nested fashion. Start with Test|TEST, that can wrap any issue. Given|GIVEN can wrap Given|GIVEN, When|WHEN; or Then|THEN issues. When|WHEN can wrap When|WHEN or Then|THEN issues. Then|THEN can only wrap Then|THEN issues. The Kotlin implementation supports 'suspend' functions: for any issue, there are two...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    bitfarm-Archiv Document Management - DMS
    bitfarm-Archiv is a powerful Document Management (DMS), Enterprise Content Management (ECM) and Knowledge Management System (KMS) with Workflow Components. Features: Scanning, OCR, Full text search, Email archiving. Help us! As we live in the internet age, the best thing, you can help, is to write a short statement about your scenario and your use of the DMS, along with your experiences and put it on your own website or in a blog or forum. It would help us best, if you can also add a...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 7
    GitPoint

    GitPoint

    GitHub in your pocket

    ... on issue/pull request conversations, apply labels and assignees, and more. With GitPoint, you can even review and merge pull requests with a design you're already familiar with. Every currently available client that I tried to use was either too simple (single-feature), required payment for the most basic of features (such as commenting on an issue) and/or didn't have the best UI.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    Mars

    A cross-platform network component developed by WeChat

    Mars is an open source, cross-platform infrastructure component and official terminal basic component of WeChat. It consists of four main parts: Comm, which contains a basic library, including basic tools like sockets, threads, alarm, message queues, and coroutines; Xlog, which provides high-performance, high-availability, security, and fault-tolerant log functions; SDT which is the network diagnosis module; and STN or signaling transmission network module, the major component of Mars...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    nuBASIC

    nuBASIC

    BASIC language interpreter (multiplatform)

    nuBASIC is an implementation of an interpreter of the BASIC programming language and IDE. It has been designed mainly for educational purposes and it is suitable for simple games, educational or small business programs.
    Leader badge
    Downloads: 17 This Week
    Last Update:
    See Project
  • Financial data management platforms that impact your bottom line Icon
    CSS offers a full stack of financial management tools and technology platforms for originations, credit granting, revenue cycle management, billing, collections, legal and portfolio management that work as independent systems or collectively as a turn-key enterprise financial ecosystem.
    Learn More
  • 10
    Bootstrap 3 for Sass

    Bootstrap 3 for Sass

    Sass port of Bootstrap 2 and 3

    Bootstrap 3 for Sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications. This is Bootstrap 3. For Bootstrap 4 use the Bootstrap rubygem if you use Ruby, and the main repo otherwise. Get the lowdown on the key pieces of Bootstrap's infrastructure, including our approach to better, faster, stronger web development. Bootstrap makes use of certain HTML elements and CSS properties that require the use of the HTML5 doctype. Include it at the beginning...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    BlurKit

    BlurKit

    The missing Android blurring library

    The missing Android blurring library. Fast blur-behind layout that parallels iOS. BlurKit is an extraordinarily easy-to-use and performant utility to render real-time blur effects in Android. BlurKit is faster than other blurring libraries due to a number of bitmap retrieval and drawing optimizations. We've been logging benchmarks for the basic high-intensity tasks for a 300dp x 100dp BlurView.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12
    EasyPermissions

    EasyPermissions

    Simplify Android M system permissions

    EasyPermissions is a wrapper library to simplify basic system permissions logic when targeting Android M or higher. If your app is written in Kotlin consider the easypermissions-ktx library which adds Kotlin extensions to the core EasyPermissions library. To begin using EasyPermissions, have your Activity (or Fragment) override the onRequestPermissionsResult method. If all of the permissions in a given request are granted, all methods annotated with the proper request code will be executed...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Froala Design Blocks

    Froala Design Blocks

    A set of 170+ Bootstrap based design blocks to create websites

    Over 170 responsive design blocks ready to be used in your web or mobile apps. All blocks are based on the Bootstrap Library, and they are the building blocks for beautiful websites. All Froala products are built for developers. As a HTML5 and CSS3 library, the Froala Design Blocks is clearly no exception. Sketch, PSD you name it. Froala Design Blocks is the tool that helps developers and designers speak the same language. Froala Design Blocks is a free and Open Source project with the goal...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Remix OS

    Remix OS

    Android OS for Windows PC systems

    Remix OS is a free Android version made by Jide, the company behind this operating system. This OS comes with certain basic Android features adding some missing functions that are present for Mac and Windows users. You install it on a USB and boot directly from that. It’s compatible with Intel and AMD processors, so it runs on almost any machine, and unlike other solutions, it has a dedicated desktop user interface just like the operating system you’re already used to. That means...
    Leader badge
    Downloads: 186 This Week
    Last Update:
    See Project
  • 15
    Agendat

    Agendat

    بحث في تطور حياة البشر على الارض

    اذا فرضنا جدلاً انه يوجد حياة لكائنات غيرنا في فضاء الكون الواسع، فهل علينا ان نفترض أيضا ان هذه الكائنات متقدّمة عنّا فكريا وعلميا، كما يروّج لذلك كثيرٌ من العلماء؟ وكذلك هذا الكم الهائل من الأفلام والمسلسلات التلفزيونية التي تجهد لتخبرنا بطرق مختلفة عن وجود كائنات وحضارات أخرى على كواكب بعيدة عنا، واننا على تواصل دائم معها منذ زمن بعيد
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Resource for all software the mad robots projects
    Downloads: 4 This Week
    Last Update:
    See Project
  • 17
    NASH OS

    NASH OS

    Nash Operating System for Modern Ecommerce

    The all-built-in-one, automatic, ready-to-go out-of-box, easy-to-use state-of-the-art, and really awesome NASH OS! Over 25,000+ flexible features and controls and all scalable!! The most powerful solution ever built to instantly deliver new heights of online ecommerce enterprise to you.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 18
    KittyORM

    KittyORM

    KittyORM is an ORM library designed for use with Android and SQLite.

    KittyORM is an Object-Relational Mapping library designed for use with Android and SQLite. It implements Data Mapper pattern design and its main purpose is to simplify interaction with SQLite database in Android applications. Written in Java 7 it supports devices from API level 9 Android. Main features we want to achieve with KittyORM are: * simple and clear API; * high flexibility of working with model POJO files via database mappers that grants you an ability to focus on your...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    AAX Batch Convert MP3

    This program GUI handles batch conversion from AAX to MP3

    With this program, you will be able to perform batch conversions of AAX audio book files into MP3 files which you can play through any MP3 player. This Android app works well with the outputted books. https://play.google.com/store/apps/details?id=de.ph1b.audiobook / https://github.com/PaulWoitaschek/Voice
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    tinyfilemanager

    Web based File Manager in PHP, Single File and light weight

    Tiny PHP File Manager It is a simple, fast and small file manager with single php file. It is also a web code editor. It'll run either online or locally, on Linux, Windows or Mac based platforms. The only requirement is to have PHP 5.5+ available.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    PHPawn

    PHPawn

    PHPawn is a web-based and visual basic pawnshop program.

    PHPawn is a web-based pawnshop program for tracking Inventory and loans. It uses MySQL for storing information about Inventory, loans and ID's. Currently it has a point of sale system as well as daily reports to show basic accounts payable and accounts receivable. Currently working on a C# and new php version with a json backend for possible android application in the future.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 23
    ClientServerProject

    ClientServerProject

    A CS development framework based on small-to-medium sized refining

    ... rights management. This framework contains four client-side modes, the first commonly used winform client, the second is the wpf client, the third is the asp.net mvc mode, and the fourth is the client of the Android platform. You can choose a mode on winform and wpf clients, then your system provides some functions (such as report viewing) to asp.net, and then provide an Android app for mobile phone use, if the server is assumed in the cloud, all People can interact.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Android Tools

    Android Tools

    Android Tools is powerfull Software for your Android Phone.

    Android Tools is one such program helping you manage your phone, with the range of its abilities being quite wide and including anything from ADB commands to Fastboot and others. Requirements : - .NET Framework 4.6.2 - ADB USB Driver - Java RE 7/8 - Java JDK (Optional) - Make sure USB Debugging is activated in Developer Mode What's new on 1.2.1.2? - ROM Dumper: It helps you to dump your partition into a flashable image file that you can use to re-flashing your device using...
    Leader badge
    Downloads: 102 This Week
    Last Update:
    See Project
  • 25
    Telescope Magic 7

    Telescope Magic 7

    Telescope Calculations for Star Parties

    Compare two telescopes or one, basic question and answer format.
    Downloads: 0 This Week
    Last Update:
    See Project