thanhannd / Os-FileUp

To help understand how to upload and do basic processing w/ image for any hybrid android app.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Os - File Upload

Os-FileUp is an Android WebView Project to help app developers understand how to upload and process image 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 in your latest Android Studio. Follow further steps to get started in your personalised environment.

Requirements

The project requires 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 Build.

Test Run

Clean and Rebuild project in your programming environment. Once you are done fixing error(s) (incase if any shows up), you'll be ready to dive deeper.

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.

Want me to make a Custom App or Website for your business?

Contact Me at - getmgks@gmail.com

This project is initially developed by Ghazi Khan.

Would you like to buy me a cup of coffee?

I'd appreciate even your little contribution to my work, it helps me keep this Open Source updated. If this project helped you or your business and you feel like donating some change, you can Paypal me - getmgks@gmail.com or tap any button below.

Buy Me a Coffee at ko-fi.com

More About Project Os

Project Os (OpenSource) is an independent project started in year 2015. I always wanted to share what I learned through my experiences, so please feel free to ask any question.

License

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

Acknowledgment

Post any issue(s) you are facing regarding the project. If you want to contribute to the project, you're most welcome to help me make a smarter project than it is. Also, you can help me at Infeeds Open Source Projects, I always need a helping hand for that. Just drop me a mail at: getmgks@gmail.com

Some 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 all must keep up with programming. Sometimes it's difficult and other times easy but fun afterall. You can create your own world with programming and that's what makes this job interesting. All the best for your next creation.

About

To help understand how to upload and do basic processing w/ image for any hybrid android app.

License:MIT License


Languages

Language:Java 86.1%Language:HTML 13.9%