milkshake
Advanced Member
Hi, Ive been wanting to help make a native app for downloading pnd's to the pandora.
Im no good at programming for pandora though, what I want to do is create a website using php and mysql (maybe even some ajax for the website side fo things). I also want to create some specific php pages that can be called directly from a native app so that the php page just generates an array that can be read and processed by the native app, that way it uses less bandwith than a webpage and would load quicker etc.
I know this is supposed to happen eventually anyway but as of yet it hasnt so... does this sound plausable? and would anyone wanna join the project on the native app side of the programming? ill do the web side of things, could be a nice little project let me know what you guys think.
obviously the end result would have things like login's it would know if any apps need updating on ur pandora etc it would just be awsome.
****************************************
*array would contain details such as...*
array(appid,appname,filename(would be changed apon download),details,imageurl,downloads,rating)
all the tables etc would be built in the native app and populated with the info in the array.
on first load array would be cached locally and dated or marked so it could be compared next time the app is run to check for new/updated apps.
the array should be quite small even if has lots of entried and onced cached would load really quickly, also images could be precached if wanted although that might take a while to download, might as well only cach those that have been viewed.
logins could be used to store downloaded info or if native app programmer is good enough could just pull all current app names from pnd files on the memory cards and chache for comparison so the app knows what pnd's you already have.
I need to stop typing now getting too excited.
maybe more obviously those were things off top of my head, and the array would be sent as plain text.
Im no good at programming for pandora though, what I want to do is create a website using php and mysql (maybe even some ajax for the website side fo things). I also want to create some specific php pages that can be called directly from a native app so that the php page just generates an array that can be read and processed by the native app, that way it uses less bandwith than a webpage and would load quicker etc.
I know this is supposed to happen eventually anyway but as of yet it hasnt so... does this sound plausable? and would anyone wanna join the project on the native app side of the programming? ill do the web side of things, could be a nice little project let me know what you guys think.
obviously the end result would have things like login's it would know if any apps need updating on ur pandora etc it would just be awsome.
****************************************
*array would contain details such as...*
array(appid,appname,filename(would be changed apon download),details,imageurl,downloads,rating)
all the tables etc would be built in the native app and populated with the info in the array.
on first load array would be cached locally and dated or marked so it could be compared next time the app is run to check for new/updated apps.
the array should be quite small even if has lots of entried and onced cached would load really quickly, also images could be precached if wanted although that might take a while to download, might as well only cach those that have been viewed.
logins could be used to store downloaded info or if native app programmer is good enough could just pull all current app names from pnd files on the memory cards and chache for comparison so the app knows what pnd's you already have.
I need to stop typing now getting too excited.
maybe more obviously those were things off top of my head, and the array would be sent as plain text.
Last edited by a moderator: