Video Apps for Android

View 66 business solutions
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • 1
    A simple and lightweight weather radio app for Android. It streams 159 weather stations from around the country. All stations are provided by wunderground.com and the NOAA.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    SelfCorder

    SelfCorder

    An android application allowing you to record video and play audio.

    The android application was made primarily because I couldn't find any application which allowed me to record myself singing along to a song. Thus, SelfCorder was born. It allows you to choose an audio file, and record a video while the audio is simultaneously playing. You can record yourself in a quiet environment using earphones. The high-quality recording can be used as an audition tape of yourself. On speakers, the audio will interfere, so unless that is what you want, I recommend earphones. The application has been programmed using Apache Cordova, so if anyone wants to port the app to iOS or other mobile platforms, it should be straightforward to do so. You're welcome to get your hands dirty.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Streaming TV Italia

    Streaming TV Italia

    A simple app to view webTV on Fire TV

    Parser per vedere alcuni canali della TV in streaming Canali disponibili: - Videolina - Canale 5 - FoodNetwork - Italia 1 - TV8 - Top Crime - Giallo Github: https://github.com/alessiomanai/StreamingTV
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Stremio Core

    Stremio Core

    Types, addon system, UI models, core logic

    Stremio Core is the Rust engine that powers Stremio’s apps by centralizing all reusable logic behind discovery, catalogs, metadata, streams, add-ons, and user/library state. It exposes a clean set of modules—types, addon_transport, and state_types—so apps can talk to add-ons, model UI state, and react to events without duplicating code. The architecture is inspired by Elm: immutable state, message-driven updates, and explicit side-effects (“effects”) keep behavior predictable and testable. An environment abstraction lets hosts provide implementations for things like storage, networking, and timers, making the core portable to desktop, mobile, and web. The project targets WebAssembly as well, so the same Rust logic can run inside the browser via a small bridge layer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 5
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    TacitPixel is a scalable C++ framework for building application prototypes for interactive collaborative VR/AR applications. It provides a number of features that make prototyping fast and portable. TacitPixel is the successor of the TAP and Twisted Pair engines.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    TubeDown

    TubeDown is a Simple YouTube Downloader for Android.

    TubeDown is a Simple YouTube Downloader for Android.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    UPNPLib-mobile

    UPNPLib-mobile

    Java/Android library for port mapping on UPnP routers

    This library allows to discover UPnP-compatible routers on the local network, get some basic router information, including model and version number, external and internal interfaces addresses, forwarded ports list. Library allows to add new and delete existing port mappings. UPNPLib-mobile is the port of the abandoned UPNPLib project developed by "sbbi". Unlike the original, UPNPLib-mobile intended to be used for Android software development. For more details about original UPNPLib library go here: https://freecode.com/projects/upnplib Big Thanks goes to the original developers of UPNPLib library! Whoever they are.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Unity Cluster Package

    Unity Cluster Package

    Dragging and Dropping Components for Multi-projection Applications

    This component set for the Unity game engine facilitates the development of immersive and interactive multi-projection applications. The drag-and-drop components allow Unity applications to run on a commodity PC cluster with passive support for stereoscopy, perspective correction according to the user's viewpoint and access to special servers to provide device-independent features. Cite us. Please check the package main paper (1), the survey used as base (2), and some multiprojection applications built with this custom Unity package (3). (1) http://link.springer.com/chapter/10.1007/978-3-319-21413-9_19 [best paper award] (2) http://ieeexplore.ieee.org/xpls/abs_all.jsp?arnumber=7300728 (3) http://ieeexplore.ieee.org/xpls/abs_all.jsp?arnumber=7272633 Access Files for package versions and an example project with documentation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 10
    Radio apllication for streaming
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Video Transcoder

    Video Transcoder

    Android app for video and audio transcoder, based on FFmpeg

    Video Transcoder is a command-line tool designed to simplify video transcoding workflows by wrapping FFmpeg functionality into a more structured and user-friendly interface. It allows users to convert video files between formats, adjust encoding parameters, and optimize output for specific use cases such as streaming or storage. The project focuses on providing presets and streamlined commands to reduce the complexity typically associated with FFmpeg usage. It supports batch processing and customizable encoding pipelines, making it suitable for developers and media professionals handling multiple files. The tool aims to balance flexibility with usability, enabling efficient video processing without deep FFmpeg expertise.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Video cache support for Android

    Video cache support for Android

    Cache support for any video player with help of single line

    Why AndroidVideoCache? Because there is no sense to download video a lot of times while streaming! AndroidVideoCache allows adding caching support to your VideoView/MediaPlayer, ExoPlayer or any other player with help of a single line! By default AndroidVideoCache uses MD5 of video URL as the file name. But in some cases url is not stable and it can contain some generated parts (e.g. session token). In this case caching mechanism will be broken. To fix it you have to provide your own FileNameGenerator. You can add custom headers to requests with help of HeadersInjector. Note AndroidVideoCache works only with direct urls to media file, it doesn't support any streaming technology like DASH, SmoothStreaming, HLS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    VideoStore - Video Downloader - 5.2

    VideoStore - Video Downloader - 5.2

    VideoStore is a video downloader application for android .

    VideoStore is android video downloader application that lets you download Shared videos from internet. The list of features that this app has : - Download videos in 720p 360p 240p 144p resolutions . - Preview any video before downloading it. You can watch any video by streaming it directly. This prevents you from downloading wrong videos - Pause downloads in between and the resume them. You can even resume interrupted downloads. Saves you a lot of precious data - Simple User Interface that makes users to use this app extremely easy to use . - Can search videos with in-built voice assist search
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Vidit

    Vidit

    An android app to download and play videos uploaded on facebook

    Vidit is an open source android application to download and play facebook videos available for your profile anytime anywhere. It generally list the videos you or your friends have uploaded.Now plat and enjoy your friend videos anytime anywhere. :)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    VirtualStageLight

    VirtualStageLight

    Gives an easy-to-complex way to control videoprojection

    The goal of this software is to provide an easy way to set a complete new light show on stage up (for theater, live music, etc.), based on a unique videoprojector point of light emission.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    WatchLater

    Viede downloader: YouTube, Vimeo, Flickr

    Description: Watch your favorite YouTube videos even without the Internet. The easiest way to cache the video and watch it later. It's just two clicks. This application allow download YouTube video and watch it offline in any time without internet connections. Supported Android: 4.0 + Multi Languages: Yes Developer: Pixcel Studio Home page: WatchLater Features: 1. Download video from YouTube, Vimeo, Flikr. 2. Playback video in the embedded player. You do not need to download any additional players. 3. Supports portrait and landscape orientations. 4. Responsive design for tablets 5. Convert video to MP3. 6. Background playback. Link for Download: WatchLater 3
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    WeiXinRecordedDemo

    WeiXinRecordedDemo

    WeChat video shooting UI, ffmpeg-based video recording and editing

    WeiXinRecordedDemo is an Android demonstration project that replicates the short video recording and editing experience found in WeChat. It showcases how to implement a complete media capture pipeline, including camera preview, segmented recording, and video merging. The project integrates OpenGL-based rendering to apply real-time filters and visual effects during recording. It also includes features for audio recording, synchronization, and playback, ensuring smooth multimedia output. Designed as a learning resource, it provides developers with a reference for building social media-style video capture applications. The codebase demonstrates handling of encoding, file management, and UI interactions in a cohesive workflow. Its modular structure allows developers to reuse components such as filters, recording logic, and playback controls.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Y2mate.cloud

    Video downloader for social media

    Download video from YouTube and Facebook..Twitter ... Easy use download mp4 . Mp3 .. Music play YouTube when screen off Facebook video download YouTube video download Twitter video download
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    YouTube Movies

    YouTube Movies

    An App that can help you watch free movies on YouTube

    YouTube Movies is really a helpful App for movies fans. It will show you the free movies which are shared on YouTube, so that you can watch these free movies directly in your Android smartphone or tablet. All movies listed in this App are in the public domain and are part of Internet archive. The free movies list is keeping updating, just open this App when you want to watch some free movies. Features: 1. Showing the latest free movies 2. Including a lot of HD movies 3. Watching movies directly
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    YouTube,FB,Insta Video Browse/Downloader

    YouTube,FB,Insta Video Browse/Downloader

    YouTube, Facebook, Instagram Search,Browse, Play, Download Share Video

    Download For Android : https://sourceforge.net/projects/youtube-fb-video-downloader/files/YouTube_Facebook_Insta_BrowseAndDownloadVideo.apk/download * Fast Video Downloader Try this fast video downloader to download video - Easily download videos directly from the Internet onto your device. All formats are supported Video downloader auto detects videos, you can download them with just one click The powerful download manager allows you to pause and resume downloads, download in the background and download several files at the same time - Want to download video with fast speed? Try this fast video downloader, the simple and fast video downloader in the market - A powerful video downloader for social media allows you to download all videos from internet onto your devices. Download all videos you like and watch offline
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Youtube Downloader App for Android

    Youtube Downloader App for Android

    Download Youtube to Mp3 using Fvdtube Youtube downloader app.

    https://fvdtube.com/en/youtube-mp3-converter/ <<<< Direct APK *********** Do you wonder how to download videos from YouTube? Not only it’s possible to download YouTube videos but also you can download them in high resolutions. And all this is possible because of FvdTube Android App, the ultimate YouTube downloader app. Apart from this, you can also download high-quality Mp3 files. So, FvdTube YouTube downloader for Android is an amazing solution for all problems in downloading YouTube videos. Features of FvdTube app: • Download tons of videos without any ads or annoying popups. • You can set download location in this YouTube video downloader app. • You are able to download more than one videos simultaneously. • It lets you download videos in different formats such as M4A, MP4, 3gp, MP3 and WebM etc. • You can download both videos as well as mp3. • This YouTube downloader for android mobile app comes with an inbuilt Audio/Video Player.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    When you go with a friend in the underground,why you can't linsten the same music? iCua is an Android Media player,to listen audio files/streams,share with other android phones. http://code.google.com/p/icua/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    j-Cast

    j-Cast

    Java Videostreaming Server and Client

    j->Cast is a live video streaming system which allows you to stream live videos from your computer, webcam or mobile Android device via the j->Cast videoserver.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB