Giter VIP home page Giter VIP logo

android_uploader's Introduction

Android Uploader

Simple uploader for android.

How to use:

Step 1. Copy and paste the package kahe.project.uploader together with its content then import it on your Activity

Step 2. Create a hashmap that will contain all the key and values you need. This should be a String

    sample:
      
      HashMap params = new HashMap<String,String>();
        params.put("first_name","Your Name");
        params.put("last_name","Your Last Name");
        params.put("file","/file_uri/file.ext");
        params.put("url", "http://www.sample.com/index/");

Step 3: Call the uploader Activity

    UploadActivity upload = new UploadActivity();
            upload.initializeUploader(params);

Take note that you need to add the following JAR files in your libs folder:

apache-mime4j-0.6.1, httpclient-4.1, httpcore-4.1, httpmime-4.1

This will automatically check if the parameter is a file, string or url. but take note that the url keyword is reserved.

Feel free to modify it depending on your needs.

Happy Coding! :)

android_uploader's People

Contributors

kahelnadiablo avatar kahel02 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.