implement the webapge for android app
Goal
- dont want the data to be statically build into the android bundle. it needs to be fetched from online somewhere
Ideas on Core FunctionalityHow its Gonna Work
Data Fetching
- fetching data could work by creating a static json endpoint in the astro. on each build, the endpoint will get updated with new data then in the client side code, call the deployed url for the endpoint,
- the json endpoint should provide all rows with all columns of the PYQ Table
implement the webapge for android app
Goal
Ideas on Core FunctionalityHow its Gonna Work
Data Fetching