android.app.PendingIntent maybe? R/
On Wed, Aug 27, 2008 at 10:39 PM, Wesley <[EMAIL PROTECTED]> wrote: > hi all, > > any idea what class has been replace by this class?? > >>> android.app.ActivityPendingResult; > > > Wesley. > > On Thu, Aug 28, 2008 at 9:50 AM, Wesley <[EMAIL PROTECTED]> wrote: >> >> hi all, >> >> Thanks for the reply... >> >> I will try it out... Hopefully, I don't have to go for the worst worst >> case(I mean re-do all the thing)... >> pray for wesley... man... :P... >> >> >> Thanks to all... I will buzz up again if I have problem... >> >> Thanks for your times... >> >> have a nice day... >> >> >> >> Wesley. >> >> >> >> On Wed, Aug 27, 2008 at 8:18 PM, Mark Murphy <[EMAIL PROTECTED]> >> wrote: >>> >>> Wesley Sagittarius wrote: >>> >>> > Problem 1 >>> > ---------------- >>> > those class already remove??? which class I can use on this case??? >>> > android.view.ViewInflate; >>> >>> This is now LayoutInflater, as documented here: >>> >>> http://code.google.com/android/migrating/m5-0.9/changes-overview.html >>> >>> > android.view.Menu.Item; >>> >>> This is now the MenuItem interface. I think the implementation is >>> Menu.MenuItem, but you should only need to reference the interface. >>> >>> > I wanna to download image using HTTPConnection it say >>> > java.net.SocketException: unknown error means??? >>> >>> As the other responder noted, try adding the INTERNET permission >>> >>> <uses-permission android:name="android.permission.INTERNET" /> >>> >>> I would have added the first two items above to the M5->0.9 FAQ: >>> >>> >>> http://groups.google.com/group/android-developers/web/m5-to-0-9-porting-and-migration-tips >>> >>> except that I can't seem to edit that page anymore... :-( >>> >>> -- >>> Mark Murphy (a Commons Guy) >>> http://commonsware.com >>> _The Busy Coder's Guide to Android Development_ Version 1.1 Published! >>> >>> >> > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] Announcing the new Android 0.9 SDK beta! http://android-developers.blogspot.com/2008/08/announcing-beta-release-of-android-sdk.html For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

