Nothing Special   »   [go: up one dir, main page]

All Projects → mgks → Os Fileup

mgks / Os Fileup

Licence: mit
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

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: ✭ 207 (+8.95%)
Mutual labels:  pwa, webview, camera, photo
Android Smartwebview
A webview integrated w/ native features to help create most advanced hybrid applications.
Stars: ✭ 357 (+87.89%)
Mutual labels:  camera, webview, pwa
ionic-multi-camera
Take multiple photos one after another
Stars: ✭ 12 (-93.68%)
Mutual labels:  camera, photo
PhotosApp
React Native Photos App: AWS Amplify, AWS S3, Mobile Analytics with Pinpoint
Stars: ✭ 21 (-88.95%)
Mutual labels:  camera, photo
Photo Booth
A multi-platform photo booth software using Electron and your camera
Stars: ✭ 324 (+70.53%)
Mutual labels:  camera, photo
Lassi-Android
All in 1 picker library for android.
Stars: ✭ 108 (-43.16%)
Mutual labels:  camera, photo
Ypimagepicker
📸 Instagram-like image picker & filters for iOS
Stars: ✭ 3,661 (+1826.84%)
Mutual labels:  camera, photo
Hybridcamera
Video and photo camera for iOS
Stars: ✭ 145 (-23.68%)
Mutual labels:  camera, photo
Kontax Cam
Instant camera hybrid with multiple effects and filters written in Swift.
Stars: ✭ 69 (-63.68%)
Mutual labels:  camera, photo
Publishcommunity Master
仿微博,QQ空间,论坛 ,九宫格图文混排发表说说,动态,帖子
Stars: ✭ 107 (-43.68%)
Mutual labels:  camera, photo
Pictureselector
Picture Selector Library for Android or 图片选择器
Stars: ✭ 11,095 (+5739.47%)
Mutual labels:  camera, photo
React Native Turbolinks
React Native adapter for building hybrid apps with Turbolinks 5
Stars: ✭ 177 (-6.84%)
Mutual labels:  webview, pwa
Nbzxing
🔥 2020年最好用的开源扫码,全方位优化,强烈推荐!! 支持多种常规zxing无法扫出的码,用就完了!! 🔥
Stars: ✭ 184 (-3.16%)
Mutual labels:  camera
Phaser Project Template
🕹️ Phaser 3 - Starter Template with TypeScript and webpack.
Stars: ✭ 186 (-2.11%)
Mutual labels:  pwa
Lantern
基于Swift的高可用视图框架
Stars: ✭ 181 (-4.74%)
Mutual labels:  photo
Shodanwave
Shodanwave is a tool for exploring and obtaining information from Netwave IP Camera.
Stars: ✭ 183 (-3.68%)
Mutual labels:  camera
Animatable Component
Animate once, use Everywhere! 💫
Stars: ✭ 188 (-1.05%)
Mutual labels:  pwa
Camera awesome
A flutter plugin to handle Android / iOS camera
Stars: ✭ 186 (-2.11%)
Mutual labels:  camera
Cameraview Ex
Easy Android camera integration, advanced features.
Stars: ✭ 182 (-4.21%)
Mutual labels:  camera
Camerafilters
📷 摄像头实时滤镜处理库,自带10多种滤镜,支持滤镜扩展,并且兼容七牛云直播滤镜处理
Stars: ✭ 181 (-4.74%)
Mutual labels:  camera

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.

I'd appreciate even your little contribution to my work, it helps me keep such open-source projects updated. If this project helped you or your business and you feel like donating some change, you can Paypal me - [email protected] or buy me a coffee from the button below.

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].