Hi everyone,

I've got an interesting request that's hard to find information on Google
for.

I'm developing an application across both Android and windows which (mostly)
shares the same classes. I was looking for a really easy way to duplicate
some of the special Android classes on windows.

For example for the Log class, I wrote a MyLog class which performs exactly
the same but the actual class does different things (for example on windows
it just formats a string and writes it out to System.out).

I was wondering if anybody had any classes which performed similar functions
to Android in windows. For example, I'd love to have a drop in replacement
for the "Broadcast" system in Android that I could use in windows to get
very similar functionality.

Just wondering if anybody had any small classes they could share or any
links to something which duplicates even a small part of what Android does.

Cheers,
Andy

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