I'm creating an android project that will allow the user to get Google Docs and I don't know where to start. Could someone help me with the basics?
Start here: http://code.google.com/p/google-api-java-client/
Related
Trying to add Woopra in my Android App but there is no SDK for Android provided.
Is there any way to add Woopra in Android App to log events?
Please help me on this if anybody have tried on this topic.
thanks in advance.
I'm Elie from Woopra. We're publishing an Android SDK this week. You can access it directly on our GitHub account:
https://github.com/Woopra/woopra-android-sdk
We're still doing the final touches but you can always pull the updates.
Elie
I have come accross code for AirBrakeNotifier in an app. However, Before that i should know what it does. All i have come to know is that it tracks error. I could not find a documentation on it. Can anyone please tell? Thanks
It refers to this library
https://github.com/airbrake/airbrake-android
The original owner now works on https://bugsnag.com/ which may be another tool to track errors in your android application. If you have an API Key, we should be able to find the account as we may already have errors for your app.
Ben from Airbrake.
recently, I've started the developing of a new app, and this app is in need of constant update. I know I can do it with alarms, but I think that a better way is to add my app to android automatic sync service (the one that is added gmail app and whatsapp for example).
I've looked for that topic, but couldn't find any answer about how to interact with that service. Can anybody provide me an example of how to accomplish it?
Thank you so much,
Vyrphan
Check out the SampleSyncAdapter code under the SDK samples. It will be in a directory akin to;
C:/Program
Files/Android/android-sdk/samples/android-10/SampleSyncAdapter/
Maybe this can help you http://developer.android.com/training/cloudsync/index.html
I installed the example SampleSyncAdapter from the sdk into eclipse--it runs in the emulator--e.g, if i go to Settings>>Account & Sync, I do see the SamplesyncAdapter Account--but i can't log in when i select it--the Google documentation is next to useless in terms of orienting developers--what should I enter to log in? How do I run the application--I want to run it in debug to walk thru the code.
UPDATE: i found answer--if anyone is having same issue:
http://groups.google.com/group/android-developers/browse_thread/thread/ac875a97679122f0
Refer to the reply by Megha in the above thread--also, refer to the class NetworkUtilities if you are trying to understand how the external server is contacted for the update--in my case I will alter this class to point to a local tomcat/servlet to experiment.
It sure is hard to understand why the Google Developer Reference site does not contain the information in the above thread--which was supplied by a google employee over a year ago.
yes, that link is interesting, there you will find information about the serverside, but here you have other interesting links bout it:
this is the documentation in developer.android.com :
http://developer.android.com/training/id-auth/custom_auth.html
here's an article where you will also find information about the
components of the Android application:
http://www.techrepublic.com/blog/app-builder/breaking-down-googles-samplesyncadapter/1037
and here's other interesting article here on StackOverflow :
How do I use the Android SyncAdapter?
I just dowloaded the Google IO Source code from here: http://code.google.com/p/iosched/ in order to understand the great UI of this app.
I also wanted to grab the code of the Twitter LiveFeed, but when compiling freshly downloaded code, I get a crazy UI:
I don't understand what's wrong as I didn't changed one line of the code!
Does this issue happens on other people devices?
Thank a lot.
I answer myself in case other people also searching for the answer:
http://twitter.com/#!/romannurik/statuses/69818965840506880
yes we used some custom Google
Realtime Search tweaks that I
explicitly removed from open source.
So that seem impossible for now... Or we will have to look for other alternatives