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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T04:38:18+00:00 2026-05-20T04:38:18+00:00

I am making an app that will have images. When the user hits the

  • 0

I am making an app that will have images. When the user hits the next button the app will display the next image.

Would this be done with a server that will host the images and when the next button is hit the image in that server will go to the app,

How can i do this.

EXAMPLE OF APP IDEA…

App1

Button1 = Previous

Button2 = Next

SERVER/HOST

Image1

Image2

Image3

Image4


When button2 (NEXT) is clicked it will display Image2 from server

When Button2 (NEXT) is clicked AGAIN it will display Image3 from server

-BUT-

When Button1 (Previous) is clicked it will display the previous image (e.g. Image2)

–

Sincerely,

IntelSoftApps

intelsoftandroid@gmail.com

IntelSoftApps.com

  • 1 1 Answer
  • 3 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-20T04:38:19+00:00Added an answer on May 20, 2026 at 4:38 am
        /***********************************************************
         * This method will return the image from a URL. We will input 
         * the item image URL.
         ***********************************************************/
        public Drawable getRemoteImage(final URL aURL) {
            try {
                 final URLConnection conn = aURL.openConnection();
                 conn.connect();
                 final BufferedInputStream bis = new BufferedInputStream(conn.getInputStream());
                 final Drawable d = Drawable.createFromStream(bis, "src");
                 bis.close();
                 return d;
            } catch (IOException e) {
                e.printStackTrace();
            }
            return null;
       }
    

    You should make this method call from a seperate thread so as to not freeze the ui while its getting the picture. Once you have your image as a Drawable you just have to set an ImageView to display it.

    imageView.setImageDrawable(myImage); 
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am currently making an app that will have multiple timers, which are basically
I'm making an App that will have multiple, identical, objects and I need to
I am making a WP7 app that, when a user taps an image, randomly
I will be making an iPhone app that will sell ebooks. we have a
I have this app that loops thru my AD and I would like it
I am making an app that will play sound on events but I can't
I'm making an app that will be installed and run on multiple computers, my
I am making an app that will download a zip archive from a location,
I have two images next to each other in HTML. One image is taller
I am making an app in which i have to draw image in canvas

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.