Search Results for "basic android example" - Page 3

Showing 155 open source projects for "basic android example"

View related business solutions
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 1
    ILA - teachable voice assistant

    ILA - teachable voice assistant

    ILA is a fully customizable and teachable voice assistant for Java

    ILA stands for (kind of) intelligent, learning assistant and is a speech recognition system aka voice assistant very similar to Siri, Google Now and Cortana. ILA is fully customizable and you can teach her/him/it new things by yourself like executing system commands, opening web pages, programs and apps or just some basic conversation :-) ILA runs on Java und thus is compatible to Windows, Mac and Linux. It is designed to integrate with your home enviroment and for example build up your own...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    AndroidChromium

    AndroidChromium

    Chrome browser of android version from chromium open project

    ... reference error). Refer to official and other tutorial compile chromium source code, and can generate chrome apk. Android Studio as a development environment, from Chromium for Android from chrome module source code, to join the Android project. Native code in the chromium environment to build, as so file to join the Android project. Basic module (base, the content, net, etc.) in the chromium environment to build into a jar package, then add to the Android project.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    SmartMuseum

    SmartMuseum

    Software for work with Corpus of Everyday life history Sources

    ... collected in many museums and document archives. In this project, we consider the problem of creating software infrastructure for collaborative semantic annotation, information relation, and personalized access to corpus of everyday life history sources. Project financially supported from Department for Humanities of Russian Fund for Basic Research according to project # 16-01-12033. Authors: Vdovenko A., Marchenkov S., Petrina O., Korzun D.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Remixer for Android

    Remixer for Android

    Remixer for Android. Live adjustment of app variables

    Remixer is a framework to iterate quickly on UI changes by allowing you to adjust UI variables without needing to rebuild (or even restart) your app. You can adjust Numbers, Colors, Booleans, and Strings. To see it in action check out the example app. If you are interested in using Remixer in another platform, you may want to check out the iOS and Javascript repos. With any of the three platforms, you can use the Remote Controller.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Picsart Enterprise Background Removal API for Stunning eCommerce Visuals Icon
    Picsart Enterprise Background Removal API for Stunning eCommerce Visuals

    Instantly remove the background from your images in just one click.

    With our Remove Background API tool, you can access the transformative capabilities of automation , which will allow you to turn any photo asset into compelling product imagery. With elevated visuals quality on your digital platforms, you can captivate your audience, and therefore achieve higher engagement and sales.
    Learn More
  • 5
    PatternLock

    PatternLock

    Material Design Pattern Lock with auth flow implementation

    A Material Design Pattern Lock library with auth flow implementation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    BottomBar

    BottomBar

    Custom view component that mimics the new Material Design pattern

    A custom view component that mimics the new Material Design Bottom Navigation pattern. You can add items by writing a XML resource file. The icons must be fully opaque, solid black color, 24dp and with no padding. For example, with Android Asset Studio Generic Icon generator, select "TRIM" and make sure the padding is 0dp. Define your tabs in an XML resource file. Then, add the BottomBar to your layout and give it a resource id for your tabs xml file. By default, the tabs don't do anything...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    JRF

    Java Remote File - RemoteInputStream and RemoteOutputStream.

    JRF is a client/server application that allows to extend local storage to other computers running the JRF Server. It has been designed for ultra-simplicity, **not for security!** It does not request for authentication when accessing files on a remote server, nor does it prevent access to files or directories. It has been designed for already-secured networks (e.g. LANs or inside VPNs), where file-sharing setup is tedious (or impossible). Basic access configuration/restriction should...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    SpringSide

    SpringSide

    Pragmatic style JavaEE application reference architecture

    SpringSide is a Pragmatic-style JavaEE application reference example with Spring Framework as its core. It is a summary and demonstration of the selection of mainstream technologies in the JavaEE world and best practices. Utils-a basic Java library that combines performance and ease of use, integrating masterpieces from various disciplines (recent focus). BootApi-A Web Service application based on Spring Boot, which can be used for SOA services or the backend of Ajax pages. BootWeb-Web...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    MyAndroidBlog

    Android Programming Blog.

    Hello, welcome to my Android Programming Blog. We are going to develop an example application with several functionalities to learn about this incredible platform... enjoy!!! This blog is dedicated to: - My cousin Esther Tejada R.I.P. and her premature daughter. - My best friend Rocio Sancho. - My mother Sensi.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Crowdtesting That Delivers | Testeum Icon
    Crowdtesting That Delivers | Testeum

    Unfixed bugs delaying your launch? Test with real users globally – check it out for free, results in days.

    Testeum connects your software, app, or website to a worldwide network of testers, delivering detailed feedback in under 48 hours. Ensure functionality and refine UX on real devices, all at a fraction of traditional costs. Trusted by startups and enterprises alike, our platform streamlines quality assurance with actionable insights.
    Click to perfect your product now.
  • 10
    RoundedImageView

    RoundedImageView

    A fast ImageView that supports rounded corners, ovals, and circles

    A fast ImageView (and Drawable) that supports rounded corners (and ovals or circles) based on the original example from Romain Guy. It supports many additional features including ovals, rounded rectangles, ScaleTypes and TileModes. There are many ways to create rounded corners in android, but this is the fastest and best one that I know of because it does not create a copy of the original bitmap, does not use a clipPath which is not hardware accelerated and not anti-aliased, does not use...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Android Game Engine

    Android Game Engine

    Multi-threaded game engine for Android

    AGE is a multi-threaded game engine for Android with OpenGL ES2 shader-based rendering. In-depth GL knowledge isn't necessary to start; use the OBJ loader to import models from Blender and elsewhere, attach textures, and start rendering! Threads run different activities, e.g. initialization, framerate, timer, game cycle. Apartment model with message passing. The drawing cycle is inverted from typical game loops. Framerate has a dedicated timer, and SurfaceView is in on-demand rendering mode...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    JAsyncSocket

    Java asynchronous socket library

    Basic Java infrastructure for asynchronous socket service clients and servers. Inspired by asyncore Python module. See doc/TestServer.java for a server implementation example. See doc/TestClient.java for client implementation examples.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    SWire

    SWire

    A Stata plugin for connecting Stata with other software

    ... applications which provide the user with graphical user interfaces. For example, a web application running on a browser can interact with Stata on a local network; this application could be a data entry form or an automatic report. By providing a communication protocol, SWire makes it possible to connect Stata with many other applications for data exchange and basic interaction, thereby extending the capabilities of Stata. SWire requires Stata >=13.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    PreprocesssorWizard

    PreprocesssorWizard

    WYSIWIG conditional compilation preprocessor for Java etc.

    A WYSIWYG Conditional Compilation Preprocessor for Java, Perl, C, C++, Basic, PowerShell, C#, Javascript, and other programming languages. Many C and C++ developers rely heavily on the C preprocessor, and lament the lack of a preprocessor in Java, scripting languages, and other programming languages. The principal objection to a preprocessor is that it makes one's code difficult to read. This is indeed true for the C preprocessor. It is sometimes difficult to determine which lines of code...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    BottomDialogs

    BottomDialogs

    An Android library that shows a customizable Material-based bottom

    Android Library that shows a customizable Material-based bottom sheet.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    PasteControl

    This is a pure JAVA API to handle paste image and upload it

    Accessing clipboard is nothing very new in HTML 5. Gone are the days to print the screen of your computer, save it and upload it t server via File Up-loader. We , instead, experience the richness of the web by simply pasting our content on the web page itself. A very good example of the same may be experienced when you paste a screen shot on Github web itself . This project encourages developers to have such facility in the simple Java web application they develop. It's assumed...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    VBS for Research on the Internet

    VBS for Research on the Internet

    Welcome to the Volunteer-Based System for Research on the Internet!

    Welcome to the Volunteer-Based System for Research on the Internet! This system is designed to provide detail data about applications used in the Internet. This information can be used for: - obtaining the knowledge which applications are most frequently used in the network - providing the users some basic statistics about their Internet connection usage (for example for which kinds of applications their connection is used the most) - creating scientific profiles of traffic generated...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18
    FFmpeg-Android-Java

    FFmpeg-Android-Java

    Android java library for FFmpeg binary

    FFmpeg Android java is a java library that simplifies your task of using ffmpeg in Android project which I've compiled using FFmpeg-Android.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    Etheric Synthesizer

    Etheric Synthesizer

    Theremin synthesizer for Android devices

    Etheric Synthesizer (EtherSynth) is a theremin-like synthesizer application for Android platform, which allow you to play otherworldly melody by swiping finger on the screen. Though It does not closely imitate a real theremin as Etheric Synthesizer uses only one finger to play. It currently supports monophonic note playing with configurable waveform, frequency scale, control area, and control orientation. Basic recording function is also included (WAVE format). Etheric Synthesizer works...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    RecyclerViewHeader

    RecyclerViewHeader

    Super fast and easy way to create header for Android RecyclerView

    Super fast and easy way to create header for Android RecyclerView. Just use a RecyclerView.Adapter that can inflate multiple types of items.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    The VCS to ICS Calendar Converter allows you to convert VCALENDAR files (for example generated by Nokia nbuexplorer or Microsoft Works) to the newer iCalendar format, used by Android and iOS for example. It allows the parsing of events and todo's.
    Leader badge
    Downloads: 23 This Week
    Last Update:
    See Project
  • 22
    DanmakuFlameMaster

    DanmakuFlameMaster

    Open source barrage analysis and drawing engine project

    Use multiple methods (View/SurfaceView/TextureView) to achieve efficient drawing. Analysis of xml barrage format at station B. The basic barrage accurately restores the drawing. Supports mode7 special barrage. Multi-core model optimization, efficient pre-caching mechanism. Supports multiple display effect options for real-time switching. Real-time barrage display support. Wrap Barrage Support/Sport Barrage Support. Supports custom fonts. Supports multiple barrage parameter settings. Supports...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    F2L Scrambler v1.2

    F2L Scrambler v1.2

    Generates randomized scrambles for all F2L cases from all angles.

    This small program was designed to generate randomized scrambles for all 41 basic 3x3 Rubik's cube F2L cases, from all 4 angles (FR, FL, BL, BR). It takes 20 unique scrambles from CubeExplorer, all scrambles roughly 7-11 turns in length. In addition, the program also includes useful intuitive and algorithmic solutions for each case.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24

    jmodsyn

    Java Audio DSP sandbox

    Java library for Audio DSP that can be embedded in your own programs, and a real-time drag-and-drop editor to create your patches interactively. Includes a large selection of DSP components, such as filters, oscillators, reverb, wave-shapers, etc. Consists of 3 parts: 1) ModSyn-core: library that can be compiled for desktop and Android. This contains the core DSP functions. 2) ModSyn-j2se: includes desktop-specific components and a GUI to interactively create your own patches. 3) lib...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Panglossa Dictionary for Android

    Panglossa Dictionary for Android

    A basic offline dictionary for Android

    A basic offline dictionary for Android, this is intended as a simple tool to quickly find the translation of words in another language.
    Downloads: 0 This Week
    Last Update:
    See Project
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.