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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T17:51:11+00:00 2026-06-01T17:51:11+00:00

as im loading lots of data from en external db to my android app

  • 0

as im loading lots of data from en external db to my android app (through a web service), i would like to show like 20 items per page because some queries get like hundreads of items.
At the bottom of my screen i’ve made my own page navigation bar with 2 buttons (prev and next) and a textView to show the page number.
what i would like is to add the possibility to let the user see which page the user is on related to the total number of pages.
i’ve managed to dynamically show/change the actual page number, but i dont know how to show the total number of pages.

the idea i have in mind is that i get the number of results from the xml. as u can see there are more that 2k records. i was thinking of making a method that does for example 2k/20=totalPages. where the 2k records change depending on what query is asked.

 <elencoanagrafiche found="2542" errStatus="0">

is it a good idea? or does anyone have a better idea? does android have an api that does this automatically? 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-01T17:51:12+00:00Added an answer on June 1, 2026 at 5:51 pm

    The way you propose to calculate the total pages is correct, eg:-

        int records = 25;
        int pageSize = 5;
        int totalPages = (int) Math.ceil(records / pageSize);
    

    I do not know of an out-of-the-box solution for list pagination in Android

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

Sidebar

Related Questions

I am developing an iPhone application in which I am loading lots of data
My application loads lots of data from a database into a complex data structure.
After loading a reference to an assembly with something like: import clr clr.AddRferenceToFileAndPath(r'C:\foo.dll') How
After loading dynamic content to a DIV, I'd like to add a Close option,
I'm loading data using dojo.io.script.get. Size of each request can be big and I
My application needs lots of memory and big data structure in order to perform
I have typical situation where big loop is loading lots of images and its
For a desktop-like app where a lot of interactions are needed between components, can
I made an application which download lots of data and I want to add
I am getting huge PDF files with lots of data. The current PDF is

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.