|
Project Information
Links
|
This Library helps to develop Android applications which can access Google SpreadSheets. Though Google has mentioned that GData API supports SpreadSheet API on Android, but this is not the case. There are multiple forums pointing this problem without any solution Problem#1 Problem#2. It has been developed in Java with no platform dependency, so can be used in any Java based platform (Desktop, Android, J2ME and RIM). Following are the supported features- The sample Android client application includes AndroidAuthenticator.java which you can re-use. Kindly note: - Prior to use the Sample Android application, make sure you have registered a valid Gmail Account under "Settings | Accounts and Synch". - Android emulator strips out few XML feed prefix and thus need to add following line at the very beginning if you want to use this library in emulator- if("sdk".equals(Build.PRODUCT) || "google_sdk".equals(Build.PRODUCT))
ParseFeed.doCustomizationForSDK(); Share your feedback, queries, comments on my blog, I'm listening :-) Donation: For making donation please visit my blog |