Im new app developing, beware. I want my windows phone app to access a text file from my dropbox and display the information in a textblock by binding it. Does anyone know how can I accomplish this?
or if anyone knows another site where I can upload my text file instead of dropbox, please share. I just don’t want to hardcore all the info to the app.
Try to find an existing
APIthat meets your requirements. That would be:Some Dropbox client libraries are recommended here.
It looks that both sharpbox and dropnet are WP7 compatible.
Use them to get information about the file / to get the file.
Also if you are new to WP7 programming you might want to check some of these resources: