Can we do paging in j2me is there any possibility if any please gi ve a solution
Can we do paging in j2me is there any possibility if any please gi ve a solution
Hi praran910 ,
Sorry to ask you what do you mean by paging I don't understand the question properly . Can you give little more clarity on what is your requirement?
Hi
After going Through The information you have provided,what I understand is that you want to implement like after clicking some Next button you wana move forward and same for the BACK button sort of thing..Am I correct??
If you say yes then you can manually implement that..there is no In built API for the same....
I can later explain this if this the requirement....
Thanks,
Thanks with Regards,
R a j - The K e r n e l
Join Delhi-NCR Nokia Developer's Community,
Hi,
Paging? I have not come across paging yet. But anyway why you want to implement paging?
Sunil
Mobile Application Developer
i have a set of 30 records and i want to display 5 records in one page and the next 5 in next page and so on at. Pagination
Hi,
Well .. Yeah that can be done....
Follow like this,
Say Have the Totoal_Num_Records = 50;
@ Read the first 5 records from the RMS,
@ draw the same,
On the click "next", read the next one and pass the same to draw function...
@ and so on..
Mark that on the next clicked event you have to start reading the last max readed index--like
for 1 turn start from 1 - 5
for 2 turn start from 6 -10
for 3 turn start from 11- 15,
and so on..
Hope this makes sense..for query write here..
Thanks,
Thanks with Regards,
R a j - The K e r n e l
Join Delhi-NCR Nokia Developer's Community,