[android-developers] Re: Extending Interface of Dynamically Loaded Dex File

2011-08-01 Thread Kenley Capps
Hi Matt, I think your choice to introduce Foo2 has caused some of these issues. Maybe I'm misunderstanding something, but you're implying that you're adding more functionality to Foo by creating a new interface called Foo2 that extends Foo. In doing so, you'll have to have a dex class entry

Re: [android-developers] Update Process

2011-07-29 Thread Kenley Capps
Hi, You will want to have your APK on a webserver as the previous poster recommends so you can, when an update is necessary, download and install it. Installation is just a matter of sending an intent. Here's a relevant SO for installing an APK: