Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8266171
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T05:03:42+00:00 2026-06-08T05:03:42+00:00

My goal for an app is to be able to write some information in

  • 0

My goal for an app is to be able to write some information in an edit text box and click a button, when I click that button I want a QR Code to be made with all the information I have writen out. How I have this envisioned in my head right now is using zxing. However I dont know how to do apart of it. I need to know how to send some information to the internet then return what was printed. So with the zxing I know that I am able to write out a QR Code very easily by editing a url. (http://chart.apis.google.com/chart?cht=qr&chs=350×350&chld=L&choe=UTF-8&chl=Hello+My+Name+Is+Michael) and I can do that all fine but once I have the url that is needed how can I make my app send that url to the internet copy the QR Code and send me back the image? Is this even possible? I would like to hear your feed back on this, thanks.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-08T05:03:43+00:00Added an answer on June 8, 2026 at 5:03 am

    Once you have the url, you should create a Bitmap and do the request to Google. You can do it in this way:

        BitmapFactory.Options bmOptions;
        bmOptions = new BitmapFactory.Options();
        bmOptions.inSampleSize = 1;
        Bitmap bm = LoadImage(image_URL, bmOptions);
    
    .....
    
    private Bitmap LoadImage(String URL, BitmapFactory.Options options)
    {       
        Bitmap bitmap = null;
        InputStream in = null;       
        try {
            in = OpenHttpConnection(URL);
            bitmap = BitmapFactory.decodeStream(in, null, options);
            in.close();
            } catch (IOException e1) {
            /*ERROR DO SOMETHING ERROR*/
            }
        return bitmap;               
    }
    

    I hope it’s usuful for you.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Goal: Once i click on the start button on my user interface, i currently
Goal: Produce an Excel document with information from 3 associated models that is similar
I want to update my app to use the new SQL DB that was
Goal: Build an Android app that discovers the names and addresses of BT devices
I have a client that want to have us develop an app that will
in my app a user is able to enter text, which later I then
The goal here is to be able to step into the WCF service code,
Overview: I'm working with a hobby app. I want my program to be able
My end goal is to be able to send: $('[data-track]').live('click', function () { mpmetrics.track(Share,
Our goal is simple for an iPhone app: show a splash page then hide

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.