[android-developers] Feedback on AppSwipe! and Quick Launch in Android Market...

2011-05-23 Thread MagouyaWare
I just released new versions of my apps in the Android Market. If anyone would like to check them out and post feedback here I'd be open to any comments, suggestions, criticisms, etc... Here are the Market Links for them: AppSwipe!: https://market.android.com/details?id=com.magouyaware.appswipe

[android-developers] Show Context Menu other than on long press?

2011-05-03 Thread MagouyaWare
I have an app that will do different things for the following actions on a view: - Swipe Up - Swipe Down - Single Press - Double Press - Long Press One of the new features I am working on is the providing a way for the user to customize what each of those actions do. Everything is coming along

[android-developers] Honeycomb LVL problem?

2011-04-05 Thread MagouyaWare
I have an application on the Android Market that is using the LVL... It is using the default ServerManagedPolicy class as its license policy. Everything seemed to be working ok, until recently... I received an email from a customer who bought my app for a table that was running Android 2.2...

[android-developers] Re: Dev Console profile edit page??

2011-04-01 Thread MagouyaWare
I just tried uploading an update to one of my apps... Yeah, I hope they fix that soon. I tried multiple times and got this error every time: An unexpected error occurred. Please try again later On Apr 1, 12:13 am, Maps.Huge.Info (Maps API Guru) cor...@gmail.com wrote: The statistics are reset

[android-developers] Unable to build LVL after updates

2011-03-31 Thread MagouyaWare
I had previously implemented the LVL in one of my apps. After updating both the SDK and ADT, I can no longer build the Library project... The Policy.java file in the src.com.android.vending.licensing package is giving me the following errors: Multiple markers at this line - The type

[android-developers] Double press home button side effect...

2011-03-19 Thread MagouyaWare
I have an task switching app on the Android Market called AppSwipe! and one of the most commonly requested features is the ability to launch my app by long-pressing the home button. Since this is not possible, I created a way to launch AppSwipe! by double-pressing the home key. This feature has

[android-developers] Re: SimpleOnGestureListener code not working in Android 2.2...

2011-03-19 Thread MagouyaWare
Anderson magouyaw...@gmail.com wrote: No one is able to offer any guidance on this? Mark? Dianne? Romain? Thanks, Justin Anderson MagouyaWare Developerhttp://sites.google.com/site/magouyaware On Mon, Mar 7, 2011 at 11:25 PM, Justin Anderson magouyaw...@gmail.comwrote: I started a post

[android-developers] SimpleOnGestureListener code not working in Android 2.2...

2011-03-01 Thread MagouyaWare
I have some code that I wrote to implement a vertical swipe on a Gallery widget. It works great in Android 1.5 and 1.6 but does not work in Android 2.2 (I have yet to try it with 2.1). public class SwipeUpDetector extends SimpleOnGestureListener implements OnTouchListener { private

[android-developers] Odd Gallery onFling() behavior...

2011-02-23 Thread MagouyaWare
I have searched this forum and StackOverflow and wasn't able to come up with anything for the problem I am facing. I have subclassed Gallery because I wanted to be able to implement a vertical fling of items in the gallery (as a way to remove them). Obviously I still want the horizontal fling to

[android-developers] Re: Odd Gallery onFling() behavior...

2011-02-23 Thread MagouyaWare
Woops... one thing I just noticed. The if statement in my onDown() method is no longer there. I used to be using onTouch() instead which is why it was there. On Feb 23, 1:07 am, MagouyaWare magouyaw...@gmail.com wrote: I have searched this forum and StackOverflow and wasn't able to come up

[android-developers] Re: Odd Gallery onFling() behavior...

2011-02-23 Thread MagouyaWare
Not sure why this double posted... Anyway, one thing I just noticed: The if-statement in my onDown() method is no longer there. That method used to be an onTouch() and that is why it was there. Doesn't impact the behavior at all... I just wanted to address this so people don't get hung up on

[android-developers] Odd Gallery onFling() behavior...

2011-02-23 Thread MagouyaWare
I have searched this forum and StackOverflow and wasn't able to come up with anything for the problem I am facing. I have subclassed Gallery because I wanted to be able to implement a vertical fling of items in the gallery (as a way to remove them). Obviously I still want the horizontal fling to