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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T16:29:39+00:00 2026-06-01T16:29:39+00:00

im making an app that interacs with a webservie which then gets data from

  • 0

im making an app that interacs with a webservie which then gets data from an external database. when i ask for data from my db i filter it by for example 25 record per page so that i doesnt take too long to get the data. (becasue the db has lots of records). i want to make a page navigaton bar so that i can go to the successive 25 records and so on. Also because if i load all the records on a listView the user would have to sroll down for ages if he wanted something from the end.
how do i make this bar? any suggestions?

i though of making like 2 small buttons (next and prev) at the bottom of the page and when you click on next, the button asks the webservice (through http request url) to get the successive records and so on. is it possible or is there a better and/or simpler way?

any help is much apreciated.
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-01T16:29:40+00:00Added an answer on June 1, 2026 at 4:29 pm

    The common practice I have seen is adding a load more button to the end of a list. Basically just make a custom listview here is a tutorial on how to do that. Then just put a button, or imageview or whatever you want as the last item at all times. When the user selects the bottom item then load more items.

    A quick sudo code for adding a button at the end of the list

    public View getView(int position, View convertView, ViewGroup parent) {
        if(position == size-1){
            return (new Button());
        }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm making an app that downloads data from a plist and uses that data
I'm making an app that parses html and gets images from it. Parsing is
I'm making an app that allows you to browse through pictures from a website.
I am making an app that takes photos from web site for some Username
I am making an app that will download a zip archive from a location,
I am making an app that processes sensitive credit card data. If my code
I'm working under a domain, and im making an app that changes ip from
I'm making an app that scrapes data off a site, formats it as needed,
I am currently making an app that will have multiple timers, which are basically
I'm making Android app that has this database in it: public void onCreate(SQLiteDatabase db)

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.