Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Follows Closely

macrumors newbie
Original poster
Jul 26, 2011
3
0
I have a robust desktop application I would like to port over to iOS, particularly the iPad. The current application is mostly made up of tables and tables and more tables. All the tables have a customizable list of available columns, and some tables may have up to 20 columns.

I am concerned that the iPad may not have enough screen to accommodate the necessary data. I am also concerned that I have seen virtually no apps that have nice looking tables in large quantity. Is there a table component robust enough? Another concern is the current application has a derby database (full relational database) under the hood. Does the iPad/iOS have anything that can accommodate 1000s of rows of data in an efficient manner?

Before I invest the money on Mac hardware I thought I would ping you guys first.
 

jiminaus

macrumors 65816
Dec 16, 2010
1,449
1
Sydney
The iPad has SQLite, which can probably handle your data. However, the iPad has limited RAM, so you'll need to be careful how you handle your data at runtime.

If you're even looking for a grid-like table component, you're going to fail. You will need to properly think about and design a user-interface based on the unique characteristics of the iPad.
 

Follows Closely

macrumors newbie
Original poster
Jul 26, 2011
3
0
The iPad has SQLite, which can probably handle your data. However, the iPad has limited RAM, so you'll need to be careful how you handle your data at runtime.
I have been spoiled by the J2EE container, and have not had to consider memory limits on most of my projects.

If you're even looking for a grid-like table component, you're going to fail. You will need to properly think about and design a user-interface based on the unique characteristics of the iPad.
This statement I find interesting. I have been looking at table components for a few weeks now, and I am shocked to see the lack of any mature grid that can be deployed on the iPad. One that has robust sorting, column selection and filtering is no where to be found. The more time I spend thinking about this, the more doubts I have that the iPad platform is the right choice.

Thank you for you input.
 
Last edited:
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.