[android-developers] How to use Google drive and google sheet APIs in android?

2015-10-07 Thread Rahul Bhagwat
Hi, I'm searching for documentation which can explain below steps to use google drive and sheet APIs in android. 1) Which libraries to be used? download location. 2) Dependency list 3) Sample code. -- You received this message because you are subscribed to the Google Groups "Android Developers"

[android-developers] How to add 3rd party package in android framework

2009-09-29 Thread Rahul Bhagwat
I have developed my java library package & I want to use this package from other Android applications such as Gallery and Music. so I've put this package under framework/base/core/java/com/ also made entry of AIDL files in Android.mk file located at framework/ base folder , but java files in above

[android-developers] Re: Problem in using remote service from other App

2009-09-24 Thread Rahul Bhagwat
Again I got the solution for above problem. If you are using custom object passing from service to client , implemented using Parcelable, you have to provide source code of object to client. On Sep 24, 2:08 pm, Rahul Bhagwat wrote: > I found out the way. client should include aidl files in

[android-developers] Re: Problem in using remote service from other App

2009-09-24 Thread Rahul Bhagwat
to this object , resulting following error 09-24 14:25:13.082: WARN/dalvikvm(1392): VFY: unable to find class referenced in signature (Lcom/sasken/dlna/dmcRemService/DeviceList;) On Sep 24, 11:30 am, Rahul Bhagwat wrote: > I’ve implemented remote service using aidl & it is working fine if I

[android-developers] Problem in using remote service from other App

2009-09-23 Thread Rahul Bhagwat
I’ve implemented remote service using aidl & it is working fine if I’m using its service from same package. But If I tried to use the service from other application it gives me error as below 09-24 10:51:08.051: ERROR/dalvikvm(795): Could not find method com.sasken.dlna.dmcRemService.IRemDlnaSe

[android-developers] Can Android application APK re-installed in windows Emulator?

2009-08-26 Thread Rahul Bhagwat
Can we uninstall android Application packages such as Music, Media Provider application and re-intsaller it in windows android emulator? I've modified source code of these applications in android source code in linux machine, now I wanted to install APK files in windows Emulator. Can I do that? --

[android-developers] Does Android have APIs for HTTP progressive download for media files?

2009-08-26 Thread Rahul Bhagwat
Does Android have APIs for HTTP progressive download for media files? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com

[android-developers] java packages

2009-08-08 Thread Rahul Bhagwat
Java packages like java.io, java.lang etc used in android, are they different from java packages in windows ? means specially made for android ? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" grou

[android-developers] Re: How to build source code of Android applications like Media Provider in SDK ???

2009-08-08 Thread Rahul Bhagwat
n Aug 5, 5:00 pm, Mark Murphy wrote: > Rahul Bhagwat wrote: > > I'm using Android SDK 1.5 r3. I have source code of Media Provider > > which i wanted to modify. My intention behind is :  add http server > > files in the data base & Music application can list urls &

[android-developers] How do I get Source code of Gallery application ?

2009-08-05 Thread Rahul Bhagwat
How do I get Source code of Gallery application ? I did not find source code of this application in android source. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, sen

[android-developers] How to build source code of Android applications like Media Provider in SDK ???

2009-08-04 Thread Rahul Bhagwat
I'm using Android SDK 1.5 r3. I have source code of Media Provider which i wanted to modify. My intention behind is : add http server files in the data base & Music application can list urls & can play on Media Player. So that i've created new project with package like com.android.Media & copied

[android-developers] Modifying Music application, source is taken from Android source code Options

2009-07-31 Thread Rahul Bhagwat
I'm modifying Music application to add dlna feature. I've taken source code from android source code version1.5, I'm trying to build this code in eclipse but some packages are missing such as android.media.MediaFile; android.media.MediaScanner; I think these are not available in android SDK 1.5_r3