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 6587731
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T16:57:19+00:00 2026-05-25T16:57:19+00:00

I am making an android app in which i am sending images from gallery

  • 0

I am making an android app in which i am sending images from gallery to server through xml..Any type of help will be appreciated… hanks

  • 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-05-25T16:57:20+00:00Added an answer on May 25, 2026 at 4:57 pm

    This is how I handle it in my application:

    // bitmap is your Bitmap object
    ByteArrayOutputStream stream = new ByteArrayOutputStream();
    // The next line should be adjust to use the format and compression you want.
    bitmap.compress(CompressFormat.PNG, 0, stream);           
    byte[] byteArr = stream.toByteArray();
    // The next line would be where you write the byte array to your xml structure:
    myXml += Base64.encodeBase64String( byteArr ); 
    

    In my application, the byte[] gets saved to the db as a blob prior to the xml structure being created. So this code isn’t exactly what I’m doing. But it should give you the idea.

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

Sidebar

Related Questions

I'm making an Android app, which gets its information from XML files. I'm filling
I'm writing an Android app which will be making use of the cloud-2-device messaging
I am making an android database app in which when i fetch values from
I'm making an Android app where the user can download files from a FTP-server.
I am making an android app which will have two services that will keep
I am making an android app in which i am trying to slide between
I'm making a Android app that basically plays video from a website on the
I am making an android game that should delete some falling images from the
I am making an android application, which takes an image from camera and then
I am currently making an app which works with images. I need to implement

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.