All Projects → mgks → os-fileup

mgks / os-fileup

Licence: MIT License
Helper app to understand how to upload files and do basic image/video processing in hybrid android apps.

Programming Languages

java
68154 projects - #9 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to os-fileup

Os Fileup
Helper app to understand how to upload files and do basic image/video processing in hybrid android apps.
Stars: ✭ 190 (-8.21%)
Mutual labels:  pwa, webview, camera, photo
Android Smartwebview
A webview integrated w/ native features to help create most advanced hybrid applications.
Stars: ✭ 357 (+72.46%)
Mutual labels:  pwa, webview, camera
Photo Booth
A multi-platform photo booth software using Electron and your camera
Stars: ✭ 324 (+56.52%)
Mutual labels:  camera, photo
PhotosApp
React Native Photos App: AWS Amplify, AWS S3, Mobile Analytics with Pinpoint
Stars: ✭ 21 (-89.86%)
Mutual labels:  camera, photo
Kontax Cam
Instant camera hybrid with multiple effects and filters written in Swift.
Stars: ✭ 69 (-66.67%)
Mutual labels:  camera, photo
ionic-multi-camera
Take multiple photos one after another
Stars: ✭ 12 (-94.2%)
Mutual labels:  camera, photo
Publishcommunity Master
仿微博,QQ空间,论坛 ,九宫格图文混排发表说说,动态,帖子
Stars: ✭ 107 (-48.31%)
Mutual labels:  camera, photo
Ypimagepicker
📸 Instagram-like image picker & filters for iOS
Stars: ✭ 3,661 (+1668.6%)
Mutual labels:  camera, photo
Pictureselector
Picture Selector Library for Android or 图片选择器
Stars: ✭ 11,095 (+5259.9%)
Mutual labels:  camera, photo
Hybridcamera
Video and photo camera for iOS
Stars: ✭ 145 (-29.95%)
Mutual labels:  camera, photo
React Native Turbolinks
React Native adapter for building hybrid apps with Turbolinks 5
Stars: ✭ 177 (-14.49%)
Mutual labels:  pwa, webview
Lassi-Android
All in 1 picker library for android.
Stars: ✭ 108 (-47.83%)
Mutual labels:  camera, photo
android-pickpic
Ready to use library that allows people to select pictures from their device and Facebook account.
Stars: ✭ 12 (-94.2%)
Mutual labels:  camera
meanOs
Mean Operating System - The first decentralized, artificially intelligent, MEAN.js stack, operating system. Mean OS is the only operating system hosted anonymous using a P2P network and a suite of non-standard in-browser delivery mechanisms. Mean OS proudly supports Brave and Tor, be free!
Stars: ✭ 62 (-70.05%)
Mutual labels:  pwa
JKPhotoBrowser
高仿微信、iOS10 相册的图片浏览器,具备拖拽缩放、渐变效果
Stars: ✭ 16 (-92.27%)
Mutual labels:  photo
CAM
macOS camera recording using ffmpeg
Stars: ✭ 43 (-79.23%)
Mutual labels:  camera
vsf-payment-razorpay
Razorpay Payment Extension for Vue Storefront - Integrated to accept online payment
Stars: ✭ 15 (-92.75%)
Mutual labels:  pwa
rescript-react-boilerplate
An opinionated app shell for ReScript & React progressive web apps
Stars: ✭ 62 (-70.05%)
Mutual labels:  pwa
animaris
Documentation and Mock for JSBridge base on ThinkJS & MongoDB & React & Antd.
Stars: ✭ 28 (-86.47%)
Mutual labels:  webview
rn-webview-bridge-sample
React Native WebView bridge sample
Stars: ✭ 40 (-80.68%)
Mutual labels:  webview

Project FileUp for Android

Os-FileUp: WebView based project to help android developers understand how to upload and process images/videos for any hybrid app. This project explains the usage of gallery and camera intent.

Getting Started

This project contains android application build files, that you can download and use directly with latest Android Studio. Follow further steps to get started in your personalised environment.

Requirements

Minimum Android API 16+ (4.1 JellyBean) SDK (it all works but looks kinda ugly in JB). You can use any IDE of your choice but to be specific, I used latest Android Studio (till the last project update) with updated SDKs and Builds.

Test Run

Just putting these basic steps to help starters:

  1. File > Open choose project folder and let android studio download supportive libraries.
  2. Build > Clean Project and Build > Rebuild Project
  3. If everything goes alright, you can start testing
  4. In case or any error, check Build and Logcat tab for details

Permissions

Followings are permissions required for all the mentioned features to work.

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.CAMERA"/>

INTERNET permission is required to access online content and WRITE_EXTERNAL_STORAGE+CAMERA permissions to take photo from camera and save it to gallery.

Know Bugs

22/09/19 - Camera not working in API 29

About Project

This project is initially developed by Ghazi Khan.

Buy Me a Coffee at ko-fi.com

License

This project is published under the MIT License - check out LICENSE.md file or read MIT license for more details.

Acknowledgment

You can post any issue(s) you are facing with regards to the project in the Issues section. If you want to contribute to the project, you're most welcome to help make a smarter project than it is.

Special Credits

Thanks mansya for the updated logo.

PROJECT NOTE: Android 4.4 doesn't support webview upload default method and it's a permanent bug as no more KitKat updates are going to be made. All other versions are working fine.

A PERSONAL NOTE: You must keep up with programming. Sometimes it's difficult and other times easy but fun overall. You can create your own world with programming and that's what makes this job interesting. All the best for your next voyage.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].