[android-developers] Re: IWindowManager Not Available

2009-03-23 Thread Lars

Could you please explain why?


On Mar 20, 6:13 pm, Dianne Hackborn hack...@android.com wrote:
 On Thu, Mar 19, 2009 at 7:29 AM, Lars lars.bra...@gmail.com wrote:
  Actually you can use some of them. Just add tools\lib\layoutlib.jar to
  the build path (Eclipse: right click the project, select Build Path/
  Add Libraries. Click User Libraries, select Android libs, click Add
  JARs, browse to layoutlib.jar, click OK, Finish etc.)

 What the...!!!  Do NOT do this.  Just don't.  At all.

 --
 Dianne Hackborn
 Android framework engineer
 hack...@android.com

 Note: please don't send private questions to me, as I don't have time to
 provide private support.  All such questions should be posted on public
 forums, where I and others can see and answer them.
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[android-developers] Re: IWindowManager Not Available

2009-03-23 Thread Dianne Hackborn
On Mon, Mar 23, 2009 at 3:05 AM, Lars lars.bra...@gmail.com wrote:

 Could you please explain why?


You are using this to bypass the SDK and access various internal APIs and
data structures.  Worse, what is probably happening is that you are bundling
the internal IPC interfaces into your app, which will break pretty much any
time they change (and they do that a lot).

So by doing this, you are basically putting yourself in a position where you
have no idea if your app is using APIs that are not in the SDK and thus can
change between releases, and actually doing it in such a way that you have
the best chance of breaking.

-- 
Dianne Hackborn
Android framework engineer
hack...@android.com

Note: please don't send private questions to me, as I don't have time to
provide private support.  All such questions should be posted on public
forums, where I and others can see and answer them.

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[android-developers] Re: IWindowManager Not Available

2009-03-23 Thread AndRaj

oh... Good.. So it will change only if they change in new release

i fthey won't change that it also won't change rt...

On Mar 23, 9:40 pm, Dianne Hackborn hack...@android.com wrote:
 On Mon, Mar 23, 2009 at 3:05 AM, Lars lars.bra...@gmail.com wrote:
  Could you please explain why?

 You are using this to bypass the SDK and access various internal APIs and
 data structures.  Worse, what is probably happening is that you are bundling
 the internal IPC interfaces into your app, which will break pretty much any
 time they change (and they do that a lot).

 So by doing this, you are basically putting yourself in a position where you
 have no idea if your app is using APIs that are not in the SDK and thus can
 change between releases, and actually doing it in such a way that you have
 the best chance of breaking.

 --
 Dianne Hackborn
 Android framework engineer
 hack...@android.com

 Note: please don't send private questions to me, as I don't have time to
 provide private support.  All such questions should be posted on public
 forums, where I and others can see and answer them.
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[android-developers] Re: IWindowManager Not Available

2009-03-23 Thread Dianne Hackborn
On Mon, Mar 23, 2009 at 11:42 AM, AndRaj rajendran.b...@gmail.com wrote:

 oh... Good.. So it will change only if they change in new release


They will.  You will break.  Plus, you are linking against a special build
of a part of the Android platform that was designed to run on the desktop
for the UI editor.  There may be duplicate classes in there that you are
linking into your app instead of using in the system, and all kinds of
problems.


 i fthey won't change that it also won't change rt...


Sorry, I can't parse that sentence.

-- 
Dianne Hackborn
Android framework engineer
hack...@android.com

Note: please don't send private questions to me, as I don't have time to
provide private support.  All such questions should be posted on public
forums, where I and others can see and answer them.

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[android-developers] Re: IWindowManager Not Available

2009-03-23 Thread Rajendrakumar Chinnaiyan
If they won't change the internal API's.. Our application also won't get any
problem..

On Mon, Mar 23, 2009 at 11:42 PM, Dianne Hackborn hack...@android.comwrote:

 On Mon, Mar 23, 2009 at 11:42 AM, AndRaj rajendran.b...@gmail.com wrote:

 oh... Good.. So it will change only if they change in new release


 They will.  You will break.  Plus, you are linking against a special build
 of a part of the Android platform that was designed to run on the desktop
 for the UI editor.  There may be duplicate classes in there that you are
 linking into your app instead of using in the system, and all kinds of
 problems.


 i fthey won't change that it also won't change rt...


 Sorry, I can't parse that sentence.

 --
 Dianne Hackborn
 Android framework engineer
 hack...@android.com

 Note: please don't send private questions to me, as I don't have time to
 provide private support.  All such questions should be posted on public
 forums, where I and others can see and answer them.


 



-- 
Regards
Rajendrakumar Chinnaiyan
COE | Testing Services | Wipro Technologies
Mob : +919886293435

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[android-developers] Re: IWindowManager Not Available

2009-03-23 Thread Streets Of Boston

And that's a BIIIGG 'if'. :-)

Trust Dianne on this. Do not use any API that is private. If you do,
at some point in time you will (and that's a 100% sure) break your
application and you will get a lot of angry customers.


On Mar 23, 3:16 pm, Rajendrakumar Chinnaiyan
rajendran.b...@gmail.com wrote:
 If they won't change the internal API's.. Our application also won't get any
 problem..

 On Mon, Mar 23, 2009 at 11:42 PM, Dianne Hackborn hack...@android.comwrote:





  On Mon, Mar 23, 2009 at 11:42 AM, AndRaj rajendran.b...@gmail.com wrote:

  oh... Good.. So it will change only if they change in new release

  They will.  You will break.  Plus, you are linking against a special build
  of a part of the Android platform that was designed to run on the desktop
  for the UI editor.  There may be duplicate classes in there that you are
  linking into your app instead of using in the system, and all kinds of
  problems.

  i fthey won't change that it also won't change rt...

  Sorry, I can't parse that sentence.

  --
  Dianne Hackborn
  Android framework engineer
  hack...@android.com

  Note: please don't send private questions to me, as I don't have time to
  provide private support.  All such questions should be posted on public
  forums, where I and others can see and answer them.

 --
 Regards
 Rajendrakumar Chinnaiyan
 COE | Testing Services | Wipro Technologies
 Mob : +919886293435- Hide quoted text -

 - Show quoted text -
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[android-developers] Re: IWindowManager Not Available

2009-03-23 Thread Dianne Hackborn
On Mon, Mar 23, 2009 at 12:16 PM, Rajendrakumar Chinnaiyan 
rajendran.b...@gmail.com wrote:

 If they won't change the internal API's.. Our application also won't get
 any problem..


The very reason APIs are internal is because they can change.

-- 
Dianne Hackborn
Android framework engineer
hack...@android.com

Note: please don't send private questions to me, as I don't have time to
provide private support.  All such questions should be posted on public
forums, where I and others can see and answer them.

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[android-developers] Re: IWindowManager Not Available

2009-03-23 Thread Rajendrakumar Chinnaiyan
ok

Dianne

I need a help from you... can I send a mail to you mail ID...

On Tue, Mar 24, 2009 at 12:06 AM, Dianne Hackborn hack...@android.comwrote:

 On Mon, Mar 23, 2009 at 12:16 PM, Rajendrakumar Chinnaiyan 
 rajendran.b...@gmail.com wrote:

 If they won't change the internal API's.. Our application also won't get
 any problem..


 The very reason APIs are internal is because they can change.

  --
 Dianne Hackborn
 Android framework engineer
 hack...@android.com

 Note: please don't send private questions to me, as I don't have time to
 provide private support.  All such questions should be posted on public
 forums, where I and others can see and answer them.


 



-- 
Regards
Rajendrakumar Chinnaiyan
COE | Testing Services | Wipro Technologies
Mob : +919886293435

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[android-developers] Re: IWindowManager Not Available

2009-03-23 Thread Dianne Hackborn
On Mon, Mar 23, 2009 at 12:39 PM, Rajendrakumar Chinnaiyan 
rajendran.b...@gmail.com wrote:

 I need a help from you... can I send a mail to you mail ID...


I need to keep discussions on the list; I don't have time to provide private
support.

-- 
Dianne Hackborn
Android framework engineer
hack...@android.com

Note: please don't send private questions to me, as I don't have time to
provide private support.  All such questions should be posted on public
forums, where I and others can see and answer them.

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[android-developers] Re: IWindowManager Not Available

2009-03-23 Thread Rajendrakumar Chinnaiyan
ok that's good...

On Tue, Mar 24, 2009 at 12:28 AM, Dianne Hackborn hack...@android.comwrote:

 On Mon, Mar 23, 2009 at 12:39 PM, Rajendrakumar Chinnaiyan 
 rajendran.b...@gmail.com wrote:

 I need a help from you... can I send a mail to you mail ID...


 I need to keep discussions on the list; I don't have time to provide
 private support.

  --
 Dianne Hackborn
 Android framework engineer
 hack...@android.com

 Note: please don't send private questions to me, as I don't have time to
 provide private support.  All such questions should be posted on public
 forums, where I and others can see and answer them.


 



-- 
Regards
Rajendrakumar Chinnaiyan
COE | Testing Services | Wipro Technologies
Mob : +919886293435

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[android-developers] Re: IWindowManager Not Available

2009-03-20 Thread AndRaj

Thank you Lars for your quick reply,

 Just add tools\lib\layoutlib.jar to the build path

I am not getting you... can you explain the steps little bit deep.. I
am not geting about the laoutlib.jar.


Reagrds,
andraj

On Mar 19, 7:29 pm, Lars lars.bra...@gmail.com wrote:
 Actually you can use some of them. Just add tools\lib\layoutlib.jar to
 the build path (Eclipse: right click the project, select Build Path/
 Add Libraries. Click User Libraries, select Android libs, click Add
 JARs, browse to layoutlib.jar, click OK, Finish etc.)

 BR
 Lars Brange

 / User Library
 On Mar 19, 12:51 pm, AndRaj rajendran.b...@gmail.com wrote:



  Thanks for the reply...

  On Mar 19, 1:10 pm, Dianne Hackborn hack...@android.com wrote:

   Just because you can browse through the source and find something doesn't
   mean it is supported for application development.  You can use the APIs in
   the SDK.  Things that are not in the SDK were deliberately removed because
   they can change in arbitrary ways across versions of the platform.

   On Thu, Mar 19, 2009 at 12:25 AM, AndRaj rajendran.b...@gmail.com wrote:

Really... Is it, as an application developer I can only use the ADK
API's.

But I can able to see the source of those API's, then I can use those
classes in my applicaition right

On Mar 19, 12:18 pm, Dianne Hackborn hack...@android.com wrote:
 No, you can't.  It is internal implementation details of the platform.

 On Wed, Mar 18, 2009 at 11:59 PM, AndRaj rajendran.b...@gmail.com
wrote:

  If I want to use those thing into my application. How can I use. Is
  there any way to do that. I want to create a object for the
  Iwindowmanager class. Ho can I do this...

  On Mar 19, 12:38 am, Dianne Hackborn hack...@android.com wrote:
   Those are not part of the SDK.

   On Wed, Mar 18, 2009 at 6:53 AM, Rajendrakumar C
   rajendran.b...@gmail.comwrote:

Hi All,

I downloaded the Android Source to my machine, I have seen the
source
code. In that I found Iwindowmanager, I activity manager and 
etc I
managers...

But when I try to use those things in my application. Those 
classes
and even the packages also not avaiable.

Can any one know how to import those classes into our
applications.

Best Regards,

Rajendra

   --
   Dianne Hackborn
   Android framework engineer
   hack...@android.com

   Note: please don't send private questions to me, as I don't have 
   time
to
   provide private support.  All such questions should be posted on
public
   forums, where I and others can see and answer them.

 --
 Dianne Hackborn
 Android framework engineer
 hack...@android.com

 Note: please don't send private questions to me, as I don't have time 
 to
 provide private support.  All such questions should be posted on 
 public
 forums, where I and others can see and answer them.

   --
   Dianne Hackborn
   Android framework engineer
   hack...@android.com

   Note: please don't send private questions to me, as I don't have time to
   provide private support.  All such questions should be posted on public
   forums, where I and others can see and answer them.- Hide quoted text -

  - Show quoted text -- Hide quoted text -

 - Show quoted text -
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[android-developers] Re: IWindowManager Not Available

2009-03-20 Thread Dianne Hackborn
On Thu, Mar 19, 2009 at 7:29 AM, Lars lars.bra...@gmail.com wrote:

 Actually you can use some of them. Just add tools\lib\layoutlib.jar to
 the build path (Eclipse: right click the project, select Build Path/
 Add Libraries. Click User Libraries, select Android libs, click Add
 JARs, browse to layoutlib.jar, click OK, Finish etc.)


What the...!!!  Do NOT do this.  Just don't.  At all.

-- 
Dianne Hackborn
Android framework engineer
hack...@android.com

Note: please don't send private questions to me, as I don't have time to
provide private support.  All such questions should be posted on public
forums, where I and others can see and answer them.

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[android-developers] Re: IWindowManager Not Available

2009-03-19 Thread AndRaj

If I want to use those thing into my application. How can I use. Is
there any way to do that. I want to create a object for the
Iwindowmanager class. Ho can I do this...

On Mar 19, 12:38 am, Dianne Hackborn hack...@android.com wrote:
 Those are not part of the SDK.

 On Wed, Mar 18, 2009 at 6:53 AM, Rajendrakumar C
 rajendran.b...@gmail.comwrote:





  Hi All,

  I downloaded the Android Source to my machine, I have seen the source
  code. In that I found Iwindowmanager, I activity manager and etc I
  managers...

  But when I try to use those things in my application. Those classes
  and even the packages also not avaiable.

  Can any one know how to import those classes into our
  applications.

  Best Regards,

  Rajendra

 --
 Dianne Hackborn
 Android framework engineer
 hack...@android.com

 Note: please don't send private questions to me, as I don't have time to
 provide private support.  All such questions should be posted on public
 forums, where I and others can see and answer them.
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[android-developers] Re: IWindowManager Not Available

2009-03-19 Thread Dianne Hackborn
No, you can't.  It is internal implementation details of the platform.

On Wed, Mar 18, 2009 at 11:59 PM, AndRaj rajendran.b...@gmail.com wrote:


 If I want to use those thing into my application. How can I use. Is
 there any way to do that. I want to create a object for the
 Iwindowmanager class. Ho can I do this...

 On Mar 19, 12:38 am, Dianne Hackborn hack...@android.com wrote:
  Those are not part of the SDK.
 
  On Wed, Mar 18, 2009 at 6:53 AM, Rajendrakumar C
  rajendran.b...@gmail.comwrote:
 
 
 
 
 
   Hi All,
 
   I downloaded the Android Source to my machine, I have seen the source
   code. In that I found Iwindowmanager, I activity manager and etc I
   managers...
 
   But when I try to use those things in my application. Those classes
   and even the packages also not avaiable.
 
   Can any one know how to import those classes into our
   applications.
 
   Best Regards,
 
   Rajendra
 
  --
  Dianne Hackborn
  Android framework engineer
  hack...@android.com
 
  Note: please don't send private questions to me, as I don't have time to
  provide private support.  All such questions should be posted on public
  forums, where I and others can see and answer them.
 



-- 
Dianne Hackborn
Android framework engineer
hack...@android.com

Note: please don't send private questions to me, as I don't have time to
provide private support.  All such questions should be posted on public
forums, where I and others can see and answer them.

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[android-developers] Re: IWindowManager Not Available

2009-03-19 Thread AndRaj

Really... Is it, as an application developer I can only use the ADK
API's.

But I can able to see the source of those API's, then I can use those
classes in my applicaition right

On Mar 19, 12:18 pm, Dianne Hackborn hack...@android.com wrote:
 No, you can't.  It is internal implementation details of the platform.



 On Wed, Mar 18, 2009 at 11:59 PM, AndRaj rajendran.b...@gmail.com wrote:

  If I want to use those thing into my application. How can I use. Is
  there any way to do that. I want to create a object for the
  Iwindowmanager class. Ho can I do this...

  On Mar 19, 12:38 am, Dianne Hackborn hack...@android.com wrote:
   Those are not part of the SDK.

   On Wed, Mar 18, 2009 at 6:53 AM, Rajendrakumar C
   rajendran.b...@gmail.comwrote:

Hi All,

I downloaded the Android Source to my machine, I have seen the source
code. In that I found Iwindowmanager, I activity manager and etc I
managers...

But when I try to use those things in my application. Those classes
and even the packages also not avaiable.

Can any one know how to import those classes into our
applications.

Best Regards,

Rajendra

   --
   Dianne Hackborn
   Android framework engineer
   hack...@android.com

   Note: please don't send private questions to me, as I don't have time to
   provide private support.  All such questions should be posted on public
   forums, where I and others can see and answer them.

 --
 Dianne Hackborn
 Android framework engineer
 hack...@android.com

 Note: please don't send private questions to me, as I don't have time to
 provide private support.  All such questions should be posted on public
 forums, where I and others can see and answer them.
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[android-developers] Re: IWindowManager Not Available

2009-03-19 Thread Dianne Hackborn
Just because you can browse through the source and find something doesn't
mean it is supported for application development.  You can use the APIs in
the SDK.  Things that are not in the SDK were deliberately removed because
they can change in arbitrary ways across versions of the platform.

On Thu, Mar 19, 2009 at 12:25 AM, AndRaj rajendran.b...@gmail.com wrote:


 Really... Is it, as an application developer I can only use the ADK
 API's.

 But I can able to see the source of those API's, then I can use those
 classes in my applicaition right

 On Mar 19, 12:18 pm, Dianne Hackborn hack...@android.com wrote:
  No, you can't.  It is internal implementation details of the platform.
 
 
 
  On Wed, Mar 18, 2009 at 11:59 PM, AndRaj rajendran.b...@gmail.com
 wrote:
 
   If I want to use those thing into my application. How can I use. Is
   there any way to do that. I want to create a object for the
   Iwindowmanager class. Ho can I do this...
 
   On Mar 19, 12:38 am, Dianne Hackborn hack...@android.com wrote:
Those are not part of the SDK.
 
On Wed, Mar 18, 2009 at 6:53 AM, Rajendrakumar C
rajendran.b...@gmail.comwrote:
 
 Hi All,
 
 I downloaded the Android Source to my machine, I have seen the
 source
 code. In that I found Iwindowmanager, I activity manager and etc I
 managers...
 
 But when I try to use those things in my application. Those classes
 and even the packages also not avaiable.
 
 Can any one know how to import those classes into our
 applications.
 
 Best Regards,
 
 Rajendra
 
--
Dianne Hackborn
Android framework engineer
hack...@android.com
 
Note: please don't send private questions to me, as I don't have time
 to
provide private support.  All such questions should be posted on
 public
forums, where I and others can see and answer them.
 
  --
  Dianne Hackborn
  Android framework engineer
  hack...@android.com
 
  Note: please don't send private questions to me, as I don't have time to
  provide private support.  All such questions should be posted on public
  forums, where I and others can see and answer them.
 



-- 
Dianne Hackborn
Android framework engineer
hack...@android.com

Note: please don't send private questions to me, as I don't have time to
provide private support.  All such questions should be posted on public
forums, where I and others can see and answer them.

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[android-developers] Re: IWindowManager Not Available

2009-03-19 Thread AndRaj

Thanks for the reply...



On Mar 19, 1:10 pm, Dianne Hackborn hack...@android.com wrote:
 Just because you can browse through the source and find something doesn't
 mean it is supported for application development.  You can use the APIs in
 the SDK.  Things that are not in the SDK were deliberately removed because
 they can change in arbitrary ways across versions of the platform.



 On Thu, Mar 19, 2009 at 12:25 AM, AndRaj rajendran.b...@gmail.com wrote:

  Really... Is it, as an application developer I can only use the ADK
  API's.

  But I can able to see the source of those API's, then I can use those
  classes in my applicaition right

  On Mar 19, 12:18 pm, Dianne Hackborn hack...@android.com wrote:
   No, you can't.  It is internal implementation details of the platform.

   On Wed, Mar 18, 2009 at 11:59 PM, AndRaj rajendran.b...@gmail.com
  wrote:

If I want to use those thing into my application. How can I use. Is
there any way to do that. I want to create a object for the
Iwindowmanager class. Ho can I do this...

On Mar 19, 12:38 am, Dianne Hackborn hack...@android.com wrote:
 Those are not part of the SDK.

 On Wed, Mar 18, 2009 at 6:53 AM, Rajendrakumar C
 rajendran.b...@gmail.comwrote:

  Hi All,

  I downloaded the Android Source to my machine, I have seen the
  source
  code. In that I found Iwindowmanager, I activity manager and etc I
  managers...

  But when I try to use those things in my application. Those classes
  and even the packages also not avaiable.

  Can any one know how to import those classes into our
  applications.

  Best Regards,

  Rajendra

 --
 Dianne Hackborn
 Android framework engineer
 hack...@android.com

 Note: please don't send private questions to me, as I don't have time
  to
 provide private support.  All such questions should be posted on
  public
 forums, where I and others can see and answer them.

   --
   Dianne Hackborn
   Android framework engineer
   hack...@android.com

   Note: please don't send private questions to me, as I don't have time to
   provide private support.  All such questions should be posted on public
   forums, where I and others can see and answer them.

 --
 Dianne Hackborn
 Android framework engineer
 hack...@android.com

 Note: please don't send private questions to me, as I don't have time to
 provide private support.  All such questions should be posted on public
 forums, where I and others can see and answer them.
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[android-developers] Re: IWindowManager Not Available

2009-03-19 Thread Lars

Actually you can use some of them. Just add tools\lib\layoutlib.jar to
the build path (Eclipse: right click the project, select Build Path/
Add Libraries. Click User Libraries, select Android libs, click Add
JARs, browse to layoutlib.jar, click OK, Finish etc.)

BR
Lars Brange

/ User Library
On Mar 19, 12:51 pm, AndRaj rajendran.b...@gmail.com wrote:
 Thanks for the reply...

 On Mar 19, 1:10 pm, Dianne Hackborn hack...@android.com wrote:



  Just because you can browse through the source and find something doesn't
  mean it is supported for application development.  You can use the APIs in
  the SDK.  Things that are not in the SDK were deliberately removed because
  they can change in arbitrary ways across versions of the platform.

  On Thu, Mar 19, 2009 at 12:25 AM, AndRaj rajendran.b...@gmail.com wrote:

   Really... Is it, as an application developer I can only use the ADK
   API's.

   But I can able to see the source of those API's, then I can use those
   classes in my applicaition right

   On Mar 19, 12:18 pm, Dianne Hackborn hack...@android.com wrote:
No, you can't.  It is internal implementation details of the platform.

On Wed, Mar 18, 2009 at 11:59 PM, AndRaj rajendran.b...@gmail.com
   wrote:

 If I want to use those thing into my application. How can I use. Is
 there any way to do that. I want to create a object for the
 Iwindowmanager class. Ho can I do this...

 On Mar 19, 12:38 am, Dianne Hackborn hack...@android.com wrote:
  Those are not part of the SDK.

  On Wed, Mar 18, 2009 at 6:53 AM, Rajendrakumar C
  rajendran.b...@gmail.comwrote:

   Hi All,

   I downloaded the Android Source to my machine, I have seen the
   source
   code. In that I found Iwindowmanager, I activity manager and etc I
   managers...

   But when I try to use those things in my application. Those 
   classes
   and even the packages also not avaiable.

   Can any one know how to import those classes into our
   applications.

   Best Regards,

   Rajendra

  --
  Dianne Hackborn
  Android framework engineer
  hack...@android.com

  Note: please don't send private questions to me, as I don't have 
  time
   to
  provide private support.  All such questions should be posted on
   public
  forums, where I and others can see and answer them.

--
Dianne Hackborn
Android framework engineer
hack...@android.com

Note: please don't send private questions to me, as I don't have time to
provide private support.  All such questions should be posted on public
forums, where I and others can see and answer them.

  --
  Dianne Hackborn
  Android framework engineer
  hack...@android.com

  Note: please don't send private questions to me, as I don't have time to
  provide private support.  All such questions should be posted on public
  forums, where I and others can see and answer them.- Hide quoted text -

 - Show quoted text -
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[android-developers] Re: IWindowManager Not Available

2009-03-18 Thread Dianne Hackborn
Those are not part of the SDK.

On Wed, Mar 18, 2009 at 6:53 AM, Rajendrakumar C
rajendran.b...@gmail.comwrote:


 Hi All,


 I downloaded the Android Source to my machine, I have seen the source
 code. In that I found Iwindowmanager, I activity manager and etc I
 managers...

 But when I try to use those things in my application. Those classes
 and even the packages also not avaiable.

 Can any one know how to import those classes into our
 applications.


 Best Regards,

 Rajendra


 



-- 
Dianne Hackborn
Android framework engineer
hack...@android.com

Note: please don't send private questions to me, as I don't have time to
provide private support.  All such questions should be posted on public
forums, where I and others can see and answer them.

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---