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

