[android-developers] Connection between core Java and Android application

2011-05-31 Thread Ashok Jeevan
Hi,

Is there any method for a program residing in the core layers of Java to
access a program which resides at the program level in Android?

For example, I am at this
location 
/external/apache-http/src/org/apache/http/impl/client/DefaultHttpClient.java
and I need to access Settings(settings.db file to be exact) application in
the packages folder.

Thanks,
Ashok Jeevan

-- 
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
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Connection between core Java and Android application

2011-05-31 Thread Francisco Dalla Rosa soares
I don't know if I really got your question but what you can do is just
extend DefaultHttpClient reimplementing the methods you need, accessing your
Settings.

maybe you could try being more clear to what's your problem?

2011/5/31 Ashok Jeevan ashokjee...@gmail.com

 Hi,

 Is there any method for a program residing in the core layers of Java to
 access a program which resides at the program level in Android?

 For example, I am at this
 location 
 /external/apache-http/src/org/apache/http/impl/client/DefaultHttpClient.java
 and I need to access Settings(settings.db file to be exact) application in
 the packages folder.

 Thanks,
 Ashok Jeevan

  --
 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
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en

-- 
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
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en