[android-developers] MotionEvent not firing as expected

2010-12-17 Thread stanchat
I am creating a drag and drop application and the core features of the app are wokring. One issue I am having is that the sequence of events for the MotionEvent class was not what I was expecting. For example in my application I can have up to 100 image views on a layout and you can drag these

[android-developers] Re: layout editor in 2.3 SDK sucks! Sorry but it does.

2010-12-13 Thread stanchat
On Sun, Dec 12, 2010 at 9:10 PM, stanchat stanc...@tccons.com wrote: The new Layout Editor is also giving me problems.  I'm trying to add a Linear Layout as the child of another linear layout and then add a textview and button.  I'm having a hard time doing that with the new editor.  I miss

[android-developers] Re: layout editor in 2.3 SDK sucks! Sorry but it does.

2010-12-12 Thread stanchat
The new Layout Editor is also giving me problems. I'm trying to add a Linear Layout as the child of another linear layout and then add a textview and button. I'm having a hard time doing that with the new editor. I miss the big + and - along with the arrow keys to move views up and down. Is

[android-developers] What happened to the Arrows and + and - button in Layout Editor

2010-12-11 Thread stanchat
I just updated my Android SDK in eclipse and ofr some reason the arrows that would allow me to order views and the plus and minus signs that would add and remove views are now gone. Is there anyway to get them back or is this just part of the new and improved IDE. -- You received this message

[android-developers] Re: Custom GridView with ArrayAdapter out of sync with backing data

2010-10-29 Thread stanchat
      ard.notifyDataSetChanged();     }   } On Oct 28, 1:17 pm, stanchat stanc...@tccons.com wrote: This will work for the AddAll and ClearAll buttons.  How do I make it work for an indiviudal actor (clicking Checkbox for actor) such that the isSelected field gets changed properly.  I see I have

[android-developers] Custom GridView with ArrayAdapter out of sync with backing data

2010-10-28 Thread stanchat
I'm have a custom GridView Array Adapter. The problem for me is that when the grid list gets large enough to scroll off the screen the gridview and arraylist get out of sync. For instance in my case I have code that checks if an actor is of type director the text color should be red. if you

[android-developers] Re: Custom GridView with ArrayAdapter out of sync with backing data

2010-10-28 Thread stanchat
) of the listview (GridView). Instead, change the data in the adapter, then call the adapter's 'notifyDataSetChanged()' method. On Oct 28, 10:35 am, stanchat stanc...@tccons.com wrote: I'm have a custom GridView Array Adapter.  The problem for me is that when the grid list gets large enough

[android-developers] Context Menu long press and onTouch event conflicting

2010-10-26 Thread stanchat
I have a situation where I have some textview on a framelayout that I have a onTouch event wired in order to simulate dragging. I alos want to enable the ability to have a context menu display when the user long presses the textview. Now that I have implemented the context menu functionality

[android-developers] GridView with Filter and Sort capabaility

2010-10-25 Thread stanchat
Is it possible to have a grid view that is filterable and sortable? The GridView is a collcetion of a more complex view that is CheckBox and TextView with a picture background above the text. I have created a custom class that where I override getView. I can display and work the gridview just

[android-developers] Best Practice for additional content delivery and add-ons

2010-09-13 Thread stanchat
I have a design question I was hoping someone could answer or offer guidance. I am desiging a game that will initially have 100 levels but the user will have the ability to purchase additional levels. For instance when the game is relaesed the free version will have 100 levels and then the user

[android-developers] Re: Best Practice for additional content delivery and add-ons

2010-09-13 Thread stanchat
Security restrictions on this. What is the architecture to do this? On Sep 13, 1:10 pm, TreKing treking...@gmail.com wrote: On Mon, Sep 13, 2010 at 12:54 PM, stanchat stanc...@tccons.com wrote: Does the Android SDK have any built-in methods to deliver additional content? Nope.  Does

[android-developers] Re: Best Practice for additional content delivery and add-ons

2010-09-13 Thread stanchat
, stanchat stanc...@tccons.com wrote: So if I understand you correctly one way would be to have the additional levels as a separate app that exists on the Android Market. Correct. The user buys this app/add-on and it gets delivered to their handset. Pretty much. Is it possible

[android-developers] User Ratings in Apps

2009-11-17 Thread stanchat
Just curious, how do most applications get users to rate their application. I know the user gets the opportunity when they purchase from the market but do many applications have a button emmbeded in their application like Please Rate My Game etc.. that will redirect the user. -- You received

[android-developers] Re: adb finds my G1 device but not others!

2009-08-09 Thread stanchat
Try the kill server command. adb kill-server On Aug 8, 7:25 am, elpix1 elp...@gmail.com wrote: Is the USB debugging setting turned on ? Settings-Applications-Development-USB debugging. On Aug 8, 5:16 am, Paul Drummond paul.drumm...@iode.co.uk wrote: I have never had a problem with

[android-developers] Re: Modifying the UI within Java, not XML

2009-07-12 Thread stanchat
You may want to consider the AddHeaderView and AddFooterView methods of the list view. The link below describes how to implement these. http://groups.google.com/group/android-developers/browse_thread/thread/9f11fe55e35d0e9e/997e3a06ec25d745?lnk=gstq=addHeaderView On Jul 11, 5:58 pm, Breezy

[android-developers] Multi parameter searches using SearchManager

2009-07-12 Thread stanchat
I have been looking at the SearchManager in Android and wanted to know if it is possible to do multi parameter searches. For instance lets say you have a RESTful web services that can search on LastName, FirstName, BirthDate and Emal. With this scenario I would like to present the user with 4

[android-developers] Error un-installing Android Editors in Eclipse

2009-07-04 Thread stanchat
I am upgrading to the 1.5 SDK and trying to un-install the Android Editors per the instrcutions. However when I click Finish I get the following error An error occurred while collecting items to be installed No repository found containing: org.apache.oro/osgi.bundle/ 2.0.8.v200903061218 Does

[android-developers] Best Practice for Static Headers and Footers

2009-04-11 Thread stanchat
I am trying to display a high score table in my application and wanted to know the Best Practice for displaying static headers or footers. The data for the High Score tableis a REST web service returing up to 100 JSON records. I have looked at some of the previous posts

[android-developers] Displaying Dialog with no dim on background window.

2009-03-23 Thread stanchat
I am trying to display a dialog but would like to have the background windows show clear with no dim or blur. I have played around with the Windows Manager Layout parameters setting WindowManager.LayoutParams FLAG_DIM_BEHIND and dimAmount but it still gives a slight dim in the background. Does

[android-developers] Re: Acessing web services with ksoap

2008-09-21 Thread stanchat
Does anyone know the link to get the ksoap2 souce code? On Sep 10, 2:41 pm, Luciano [EMAIL PROTECTED] wrote: In fact I quit using thatksoapmodified library from Tuxpan and I used the original ksoap2 library. So I had to modify the source code of HttpTransport class: Original            

[android-developers] Re: Acessing web services with ksoap

2008-09-21 Thread stanchat
[EMAIL PROTECTED] wrote: stanchat wrote: Does anyone know the link to get the ksoap2 souce code? http://ksoap2.sourceforge.net/ -- Mark Murphy (a Commons Guy)http://commonsware.com Warescription: All titles, revisions, ebook formats, just $35/year