Your initial googling has led you astray. Ignore any reference you
find that is discussing stub classes in the context of remote objects;
that is a specialized use of the term, and not relevant to your
search.

It's not a Java term, BTW. The technique can be used in any language
with classes. I've used it in C++ for exactly this purpose.

And actually, the imports are not the issue at all. You've made it
very clear that the issue is the runtime performance. Imports are a
compile-time concern.

On Aug 4, 6:27 am, Leigh McRae <leigh.mc...@lonedwarfgames.com> wrote:
> The imports is the whole issue. I was not aware of stub classes but my
> initial googling shows me it's some kind of remote object and that sure
> doesn't sound fast.  Anyway thank you for the point and I will look into it.

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

Reply via email to