I have a simple notepad and a to do list. I want to do a sync of the text with the notepad and gdocs (google docs) over net and also want to sync the to do list with the gtasks (google tasks). I know that this is into a simple task that can be explained in a single note, but please help me with some sample, code snippet and links that can help me start of in the right direction. Thank you.
            Asked
            
        
        
            Active
            
        
            Viewed 532 times
        
    1 Answers
0
            
- Use google-api-java-client as an abstraction layer to talk to the google docs api. 
- Fill the data you find into an Android ContentProvider that stores your notes. The same ContentProvider is your interface to view/edit notes. 
- 
                    Ahhhh.... you made my day... thank you very very much for the help.... I will sure this will work..... Will post some comments to reach you if i need any help... thank you very much for this help... – Vinod Jul 03 '11 at 01:38
 
     
    