[android-developers] Informing Google about permission to build and post branded app

2012-11-28 Thread capps
I am new to app development. I am preparing to publish an app that uses copyrighted and branded material (marked as such) for which I have permission. I understand that Google my automatically reject apps that have this material. Do I need to get a written letter of permission from the

[android-developers] emulator: emulator window was out of view and was recentered

2012-09-25 Thread Charles Capps
I'm planning on creating a game, but am a bit new to 2D graphics in Android. I get the error in the subject and I can't decipher why. I have a relative view with a slider handle and a GameView class that just extends View. The GameView class doesn't do anything yet, just defines a

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