Re: [android-developers] Re: Gallery

2013-02-13 Thread skink
Grzegorz Patynek wrote: > You can use gridview and set image view in matrix, hmmm, what GridView, what ImageView, what Matrix? are you sure you are answering correct question? pskink -- -- You received this message because you are subscribed to the Google Groups "Android Developers" group. T

Re: [android-developers] Re: Gallery

2013-02-13 Thread Grzegorz Patynek
You can use gridview and set image view in matrix, having specified width and height. or maybe You may check object that is wrapping your gallery and set its height too. 2013/2/13 skink > > > Grzegorz Patynek wrote: > > use DIsplayMetrics > > http://developer.android.com/reference/android/util/D

[android-developers] Re: Gallery

2013-02-13 Thread skink
Grzegorz Patynek wrote: > use DIsplayMetrics > http://developer.android.com/reference/android/util/DisplayMetrics.html > > what does it have to do with getting/setting view's height? pskink -- -- You received this message because you are subscribed to the Google Groups "Android Developers" g

[android-developers] Re: Gallery

2013-02-13 Thread Grzegorz Patynek
use DIsplayMetrics http://developer.android.com/reference/android/util/DisplayMetrics.html W dniu środa, 13 lutego 2013 07:21:22 UTC+1 użytkownik Arun Kumar K napisał: > > Hi Guys, > > I want to get the height of the gallery at run time > and i want to change the height of the gallery at run

Re: [android-developers] Re: Gallery with Zoom Application needed

2012-10-12 Thread Renato Mussa
https://github.com/chrisbanes/PhotoView like this? Terça-feira, 9 de Outubro de 2012 4:13:59 UTC+1, vamshi ch escreveu: > > yes zafer..if you have just share with me. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group,

Re: [android-developers] Re: Gallery with Zoom Application needed

2012-10-08 Thread vamshi ch
yes zafer..if you have just share with me. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr..

[android-developers] Re: Gallery with Zoom Application needed

2012-10-04 Thread Zafar Alam
you mean pinch zoom in and out on selecting a picture. On Thursday, October 4, 2012 10:58:11 AM UTC+5:30, vamshi ch wrote: > > Hi All, > > I created simple Gallery App, But i need Zoom in/out by hand touch not > with zoom controller. if you have any idea or have code pls share me code > snippet,

[android-developers] Re: Gallery app... bitmaps exceed memory in listView

2012-04-03 Thread Streets Of Boston
Don't load your images in full (100%) size. Load them no larger (or maybe slightly larger) than the size of the screen (in pixels). Take a look at this link: http://developer.android.com/reference/android/graphics/BitmapFactory.Options.html and look at the 'inSampleSize' parameter: Set this to a

[android-developers] Re: Gallery Intent to pick image --- Picasa-based images are invalid (Android 4.0+)

2012-01-26 Thread Mark Andrachek, Jr.
That workaround doesn't work for me. When I try getContentResolver().getInputStream(imageUri) on the picasa URI's, I get (the picasa item id has been removed, FYI): 01-26 13:37:11.660: E/com.getpicture.MainActivity(9007): java.io.FileNotFoundException: No content provider: content://com.android.

[android-developers] Re: Gallery Intent to pick image --- Picasa-based images are invalid (Android 4.0+)

2012-01-26 Thread Anton
Workaround is described here: http://jimmi1977.blogspot.com/2012/01/android-api-quirks-getting-image-from.html -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To u

[android-developers] Re: Gallery Intent to pick image --- Picasa-based images are invalid (Android 4.0+)

2012-01-26 Thread Anton
Workaround is here: http://jimmi1977.blogspot.com/2012/01/android-api-quirks-getting-image-from.html On Jan 8, 7:57 pm, John wrote: > I can confirm having this same bug only with picasa images on > Honeycomb and ICS. > > Code: > > file = new File(getPath(intent.getData())); > > java.lang.Runtime

[android-developers] Re: Gallery Intent to pick image --- Picasa-based images are invalid (Android 4.0+)

2012-01-08 Thread John
I can confirm having this same bug only with picasa images on Honeycomb and ICS. Code: file = new File(getPath(intent.getData())); java.lang.RuntimeException: Failure delivering result ResultInfo{who=null, request=1, result=-1, data=Intent { dat=content:// com.google.android.gallery3d.provider/p

[android-developers] Re: Gallery Select Pic

2011-12-07 Thread Mukesh Srivastav
Issue Solved by myself.. On Wed, Dec 7, 2011 at 4:56 PM, Mukesh Srivastav wrote: > Hi All, > > > I have a question on Gallery Intent. After taking a pic, I am calling > the*Gallery Intent > * which shows all the pics. I am able to select the pic from the > Galleryview and taking it to a next a

[android-developers] Re: Gallery View and SQLite database

2011-09-13 Thread lbendlin
There's a thing called The Google. Try it... http://www.tutorialforandroid.com/2009/10/how-to-insert-image-data-to-sqlite.html -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegr

[android-developers] Re: Gallery Problem

2011-08-30 Thread Perry168
o..o...oo.. success! Thanks Kumar! On 8月30日, 下午4時22分, Kumar Bibek wrote: > gallery.setSelection(int) > > http://developer.android.com/reference/android/widget/AbsSpinner.html... > > On Aug 30, 1:11 pm, Perry168 wrote: > > > > > Hi, > > Today, I wrote a gallery example to show the photos. My pro

[android-developers] Re: Gallery Problem

2011-08-30 Thread Kumar Bibek
gallery.setSelection(int) http://developer.android.com/reference/android/widget/AbsSpinner.html#setSelection%28int%29 On Aug 30, 1:11 pm, Perry168 wrote: > Hi, > Today, I wrote a gallery example to show the photos. My problem is how > to set the init 'position' isn't started from zero? > For exa

[android-developers] Re: Gallery: change center position?

2011-07-25 Thread Devomat
Ok, I think there is no solution for this :) -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr

[android-developers] Re: Gallery with Adapter witch is return layouts

2011-05-29 Thread Károly Holczhauser
Hi there! Yes, it is! But when I trying to return (in getView) my class (which is extended from a LinearLayout) I got "child has already got parent, run removeAllView on parent". The problem is, when I try to get the parent I got NULLpointer exception... So, I don't know who am I able to uploa

Re: [android-developers] Re: Gallery image should navigate with textview

2011-05-13 Thread gaurav gupta
hi , thank u all guys i did it :) thanks 4 ur support On Sat, May 14, 2011 at 1:51 AM, Justin Anderson wrote: > The best way to do that is to use a StateListDrawable: > > http://developer.android.com/reference/android/graphics/drawable/StateListDrawable.html > > That's what I did with "AppSwipe!"

Re: [android-developers] Re: Gallery image should navigate with textview

2011-05-13 Thread Justin Anderson
The best way to do that is to use a StateListDrawable: http://developer.android.com/reference/android/graphics/drawable/StateListDrawable.html That's what I did with "AppSwipe!" on the Android Market. The selected item has a blue background with a gradient. Everything else in the list has a tran

Re: [android-developers] Re: Gallery image should navigate with textview

2011-05-13 Thread gaurav gupta
Hi , thanks 4 reply Now m setting ID for every imageview that m creating dynamically like * int * imageview_id=1; *for*(*int* i=0;i arg0, View arg1, *int* position, *long* arg3) { // *TODO* Auto-generated method stub //Toast.makeText(HotelViewScreen.this, ""+arg2, Toast.LENGTH_LONG).show

[android-developers] Re: Gallery image should navigate with textview

2011-05-13 Thread ashutoshmimani
Can you not save references to your image views when you are creating them? On May 13, 3:34 pm, gaurav gupta wrote: > hi justin >  i want to just change my textview and imageview with gallery. > my imageview showing the current position of gallery . like if gallery's > currenit position is 2 , th

[android-developers] Re: Gallery default item selected is in center

2011-03-24 Thread jotobjects
For a start there are probably non-public methods and fields in other classes that Gallery uses from the widget package. SO just copy that one class is not going to be sufficient. The bigger problem is that Gallery does provide the hooks needed to accomplish what you want (which is unfortunate I

[android-developers] Re: Gallery default item selected is in center

2011-03-24 Thread umakantpatil
Thanks everyone for the reply. 1. On click of item it should be selected but should not come to center. 2. And the First elements left side is empty, Dont want that. I don't think there is any library for this. :( -- You received this message because you are subscribed to the Google Group

[android-developers] Re: Gallery default item selected is in center

2011-03-23 Thread jotobjects
Seems like this comes up a lot - many people want an non-center-locked horizontal scrolling list. There are lots of posts here and on StackOverflow about this. Some of the suggested workarounds are partly effective, but I have not found a fully working HorizontalListView yet. Gallery is great, i

[android-developers] Re: Gallery doesn't both click and drag

2010-12-01 Thread jotobjects
Oops - I was using setOnCLickListener() [wrong thing to do] on the item instead of setOnItemClickListener() on the Gallery [right thing to do]. On Dec 1, 3:54 pm, jotobjects wrote: > I have a Gallery widget where I want each item to be clickable AND I > want to be able to swipe the gallery to mov

[android-developers] Re: Gallery Control Fling operation

2010-10-27 Thread Ganapathy.C
Did you find any thing... -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com

[android-developers] Re: Gallery Control Fling operation

2010-10-25 Thread Kumar Bibek
Can you post some code for your touch or click handlers if you have any? On Oct 25, 5:03 pm, Vicky wrote: > Hi, > > I am trying to stop the Gallery's fling operation after just one view > change. > I am able to do it but I used setSelection(getSelectedItemPosition() > +1,true) but i am not able t

[android-developers] Re: Gallery widget, focus and selection gone?

2010-09-16 Thread Streets Of Boston
I'm facing the same problem. Did you find any solution? On Aug 26, 12:13 pm, Sebastián Treu wrote: > Hi there, > > I'm trying to realize how the focus and selection in theGallery > widget is doing their job. I'm facing weird situations when trying to > update information (TextViews and Spinner) u

[android-developers] Re: Gallery popup menu

2010-09-09 Thread viktor
Thanks TreKing, I did this menu, it is really looks nice. On 8 Вер, 18:33, TreKing wrote: > On Wed, Sep 8, 2010 at 4:15 AM, viktor wrote: > > Any ideas how to do that menu > > Did you even look at the link I posted? > > ---

[android-developers] Re: Gallery popup menu

2010-09-08 Thread Indicator Veritatis
Больно читать такое искажение английского языка! Вы написали бы, "Click on any button and a balloon menu appears". On Sep 7, 6:07 am, viktor wrote: > Not exactly context menu, this menu seems like as balloon. > > I cant see this menu on emulator but on devise 2.2 is there. > > Go to Gallery, sele

Re: [android-developers] Re: Gallery popup menu

2010-09-08 Thread TreKing
On Wed, Sep 8, 2010 at 4:15 AM, viktor wrote: > Any ideas how to do that menu Did you even look at the link I posted? - TreKing - Chicago transit

[android-developers] Re: Gallery popup menu

2010-09-08 Thread viktor
I captured phone screen, look at left, you can see what I mean. "Share" menu pressed and sub menu is appear. http://xmages.net/storage/10/1/0/9/8/upload/c509163f.png Nexus One Android 2.2, Standard Gallery application. Any ideas how to do that menu -- You received this message because you are

Re: [android-developers] Re: Gallery popup menu

2010-09-07 Thread TreKing
On Tue, Sep 7, 2010 at 8:07 AM, viktor wrote: > Click on any, balloon menu is appear!!! I *think* you're looking for PopupWindow . ---

Re: [android-developers] Re: Gallery popup menu

2010-09-07 Thread Mark Murphy
On Tue, Sep 7, 2010 at 9:07 AM, viktor wrote: > Not exactly context menu, this menu seems like as balloon. > > I cant see this menu on emulator but on devise 2.2 is there. > > Go to Gallery, select poto, at bottom you can see option menu, there > are "More" ... "Share" buttons. > > Click on any, b

[android-developers] Re: Gallery popup menu

2010-09-07 Thread viktor
Not exactly context menu, this menu seems like as balloon. I cant see this menu on emulator but on devise 2.2 is there. Go to Gallery, select poto, at bottom you can see option menu, there are "More" ... "Share" buttons. Click on any, balloon menu is appear!!! On 7 Вер, 14:41, Mark Murphy wrot

Re: [android-developers] Re: Gallery elasticity at the ends

2010-06-14 Thread Australuke
Sorry. Updated the link. I also have the whole project including apk on my Zumo drive at http://www.zumodrive.com/share/5SBbYzk0Mj. On 6/14/10, droidful wrote: > Sorry about that, correct link is > http://groups.google.com/group/android-developers/browse_thread/thread/27d5f678be44c370/3f5ec157b37

[android-developers] Re: Gallery elasticity at the ends

2010-06-14 Thread droidful
Sorry about that, correct link is http://groups.google.com/group/android-developers/browse_thread/thread/27d5f678be44c370/3f5ec157b3717e3f#3f5ec157b3717e3f. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email t

[android-developers] Re: Gallery elasticity at the ends

2010-06-14 Thread Nik Bhattacharya
Great. The gallery has some problems with the physics elements that make it feel clunky and not delightful especially when it is used in full-screen mode. Unfortunately its not easy to fix in a subclass due to internal unexposed variables in the super class. Will definitely look at your code. Tha

[android-developers] Re: Gallery elasticity at the ends

2010-06-13 Thread droidful
Hi Nik, thanks for posting the sample code. I used a lot of that when working on my own project. If your interested I have posted up some sample code that does a similar thing in a different way (gets round some problems I had with Gallery) at http://groups.google.com/group/android-developers/t/c4

[android-developers] Re: Gallery elasticity at the ends

2010-05-13 Thread Nik Bhattacharya
I added 2 dummy views at the ends of the Gallery then wrote a onItemSelectedListener that essentially listens for items 0 and the last item (the dummy views) and sets the selection to 1 and the last item -1 respectively. This creates the bounce me having to do any animations! I created a full scr

Re: [android-developers] Re: Gallery elasticity at the ends

2010-05-12 Thread Gyan
Hey Nik... I got what you are trying to implement. If I'm not wrong its called inertial scrolling. You can see google scoreboard app in the market which has this already not exactly though. When that app came out first I tried implementing the feel through layout animation. The pag

[android-developers] Re: Gallery elasticity at the ends

2010-05-12 Thread Nik Bhattacharya
I don't think I understand your suggestion Gyan. I think you are guiding me towards a Layout Animation which is not really what my requirement is. I am trying to signal to the user that they have reached the end of the gallery via the fact that they try to drag past the first or last item and ins

[android-developers] Re: Gallery android:unselectedAlpha works strangely

2010-05-03 Thread epoch
I am facing the same issue. "android:unselectedAlpha" works fine if you use 'android:galleryItemBackground", styleable for your gallery. But without that styleable it gives problem. I don't know what is the reason, does any one has any idea or solution to make it work without default styleable. O

[android-developers] Re: Gallery view weird green color

2010-02-10 Thread sleith
For people who face the same problem, try set Gallery android:unselectedAlpha="255". It fixed my issue :) On Feb 10, 10:13 am, sleith wrote: > Hi, > i use Gallery, and don't know why the background color has weird green > color on sdk 2.1. It didn't happen on 1.5. > Please help. thx -- You rece

[android-developers] Re: Gallery positioning first item

2010-02-04 Thread Andr dev
Well, so far my solution is to rewrite the full Gallery class, with an only change like : private int getCenterOfGallery() { return 40; // Or whatever you want. } ... surely not the best way to do it ;-) ! Regards, G. On Feb 3, 4:55 pm, Andr dev wrote: > Hello all, > > This one is quite s

[android-developers] Re: gallery

2010-01-11 Thread tina lincon
okaa..taanxx...:) On Jan 12, 3:36 am, Kumar Bibek wrote: > Well, I haven't tried it out, but I guess, you need to use the > scrollTo or scrollBy method. But creating a complete sync is a > difficult task, I guess. > > Kumar Bibekhttp://tech-droid.blogspot.com > > On Jan 11, 4:29 pm, tina lincon

[android-developers] Re: gallery

2010-01-11 Thread Kumar Bibek
Well, I haven't tried it out, but I guess, you need to use the scrollTo or scrollBy method. But creating a complete sync is a difficult task, I guess. Kumar Bibek http://tech-droid.blogspot.com On Jan 11, 4:29 pm, tina lincon wrote: > Hi, > I got 1 doubt in an application  using two galleries. >

[android-developers] Re: Gallery usage without using styleable

2009-07-29 Thread HIFI_LEO
I ran into the same issue. The method call is not seen by the compiler. Use an object of the class "Context" to make that method call. If you are continuing the HelloGallery Example, there is a Context object already being used called mContext. So my code looks like this: public ImageAdapter2

[android-developers] Re: Gallery View using images from file (Dynamic vs. Static images)

2009-07-03 Thread And-Rider
may be this can help you out http://learningandroid.org/tutorial/2009/02/gallery-tutorial-file-location On Jul 2, 2:06 am, Logik wrote: > The api demo for gallery uses resource id's to access the drawables in > the gallery. > > I have tried multiple ways to use images from file. My steps... > >

[android-developers] Re: Gallery usage without using styleable

2009-06-04 Thread yaiza
On 13 mayo, 20:27, lilbyrdie wrote: > I've answered my own question. Net result is the same, just a > different way of getting to the default theme resources, but it's what > I was missing. > > Within your attrs.xml file, place a block that looks like the > following: > >     >         >     >

[android-developers] Re: Gallery usage without using styleable

2009-06-04 Thread yaiza
Thank, lilbyrdie. It helped me a lot :) The thing is I'm still getting an error in function obtainStyledAttributes, where the compiler says that obtainStyledAttributes(int[]) is undefined. I have that class extending BaseAdapter. What am I missing? Should I be implementing an Interface or somethi

[android-developers] Re: Gallery usage without using styleable

2009-06-04 Thread yaiza
On 13 mayo, 20:27, lilbyrdie wrote: > I've answered my own question. Net result is the same, just a > different way of getting to the default theme resources, but it's what > I was missing. > > Within your attrs.xml file, place a block that looks like the > following: > >     >         >     >

[android-developers] Re: Gallery usage without using styleable

2009-06-04 Thread yaiza
Thank, lilbyrdie. It helped me a lot :) The thing is I'm still getting an error in function obtainStyledAttributes, where the compiler says that obtainStyledAttributes(int[]) is undefined. I have that class extending BaseAdapter. What am I missing? Should I be implementing an Interface or somethi

[android-developers] Re: Gallery tutorial issue

2009-06-01 Thread hina naz
* **visit my site and earn more money** * * http://latesttechnologyinfo.com/* * http://latesttechnologyinfo.com/* * http://latesttechnologyinfo.com/* * http://latesttechnologyinfo.com/* * http://latesttechnologyinfo.com/* * http://latesttechnologyinfo.com/ * * **http://latesttechnolo

[android-developers] Re: Gallery usage without using styleable

2009-05-13 Thread lilbyrdie
I've answered my own question. Net result is the same, just a different way of getting to the default theme resources, but it's what I was missing. Within your attrs.xml file, place a block that looks like the following: This basically provides access to the galleryItemBackgr

[android-developers] Re: Gallery Child View Problem

2009-04-13 Thread Alekh
Ok the problem has been solved!! When extending the GalleryView, if we set the spacing between images using the setSpacing(), the Dpad doesn't allow scrolling. If we don't use setSpacing(), the Dpad works as intended. I would like to know if this is a bug or is it designed in this way. Coz I don

[android-developers] Re: Gallery Child View Problem

2009-04-13 Thread Alekh
Actually I wanted only one image to be scrolled at a time when we swipe with the finger. Like the image viewer in the iPhone. Or like the desktop screens that android has. So all i did is, I overrided the onFling event and just returned true. So now, if i swipe with my finger, i get only the next

[android-developers] Re: Gallery Child View Problem

2009-04-13 Thread Marco Nelissen
How did you get rid of the onFling event? It sounds like whatever you did to achieve that also broke scrolling. On Mon, Apr 13, 2009 at 8:22 AM, Alekh wrote: > > I have created a child class from the Gallery view, named MyGallery. I > did this because I wanted to get rid of the onFling event in

[android-developers] Re: Gallery and setSelection

2009-04-09 Thread hapciu
Hi Alexey, Try calling notifyDataSetIvalidated before repopulating your adapter and/or notifyDataSetChanged after. Cheers, Horia On Feb 12, 7:12 am, Alexey wrote: > Ok everything is being called correctly with setSelection. However in > my case i'm not getting callback because i'm at item 0 in

[android-developers] Re: Gallery and setSelection

2009-02-11 Thread Alexey
Ok everything is being called correctly with setSelection. However in my case i'm not getting callback because i'm at item 0 in the gallery. Then i'm adding a view to the adapter, to the top and try to set a selection. And it doesn't trigger callback, because, i think , from gallery point of view

[android-developers] Re: Gallery and setSelection

2009-02-11 Thread Alexey
I don't make a "query" i have a Gallery with custom adapter. I'm adding new item to the adapter by removing all items and putting everything back, along with new item. Now i want to set selection in my gallery to that new item. On Feb 11, 10:04 pm, Munish wrote: > can u pls send the code for ur

[android-developers] Re: Gallery and setSelection

2009-02-11 Thread Munish
can u pls send the code for ur query? On Feb 12, 7:24 am, Sundog wrote: > I was trying to make clear WHY it didn't fire. Hopefully the person > who solved it before will see this. > > On Feb 11, 6:43 pm, Alexey wrote: > > > > > Well it's pretty clear that event is not firing, my question is how

[android-developers] Re: Gallery and setSelection

2009-02-11 Thread Sundog
I was trying to make clear WHY it didn't fire. Hopefully the person who solved it before will see this. On Feb 11, 6:43 pm, Alexey wrote: > Well it's pretty clear that event is not firing, my question is how to > get it to fire. > I'm adding/removing a TextView to a gallery and want that view ge

[android-developers] Re: Gallery and setSelection

2009-02-11 Thread Alexey
Well it's pretty clear that event is not firing, my question is how to get it to fire. I'm adding/removing a TextView to a gallery and want that view get selected in the gallery. On Feb 11, 5:09 pm, Sundog wrote: > setSelection doesn't generate any events, so your listener never hear > anything.

[android-developers] Re: Gallery and setSelection

2009-02-11 Thread Sundog
setSelection doesn't generate any events, so your listener never hear anything. I think someone worked out a way to inject an event but I can't find it now. On Feb 11, 4:02 pm, Alexey wrote: > Hi i have a gallery created from code and it has > OnItemSelectedListener . > I set selected item from

[android-developers] Re: Gallery setScrollIndicators

2008-11-28 Thread A R
Hi, Anyone? Do I need to do custom righlt/left scroll images? Thanks. On Nov 22, 7:29 pm, A R <[EMAIL PROTECTED]> wrote: > Hi, > >  I want to have right and left scrolll indicators which will scroll > the gallery. I searched and found that earlier version of SDK had > Gallery.setScrollIndicators

[android-developers] Re: gallery issues

2008-07-22 Thread Hong
so Mark gets a free gPhone from you? On Tue, Jul 22, 2008 at 2:47 PM, kingkung <[EMAIL PROTECTED]> wrote: > > Okay, I'll do what I can, thanks! > > On Jul 22, 10:50 am, "Mark Murphy" <[EMAIL PROTECTED]> wrote: > > > I misspoke, I'm not using a listview to display the gallery, i'm using > > > a Li

[android-developers] Re: gallery issues

2008-07-22 Thread kingkung
Okay, I'll do what I can, thanks! On Jul 22, 10:50 am, "Mark Murphy" <[EMAIL PROTECTED]> wrote: > > I misspoke, I'm not using a listview to display the gallery, i'm using > > a LinearLayout. > > That's less painful-sounding... ;-) > > That being said, I'm not completely sure what the answer is. O

[android-developers] Re: gallery issues

2008-07-22 Thread Mark Murphy
> I misspoke, I'm not using a listview to display the gallery, i'm using > a LinearLayout. That's less painful-sounding... ;-) That being said, I'm not completely sure what the answer is. On a desktop, this would be called "tab order", and you'd go through some gyrations to determine the tab seq

[android-developers] Re: gallery issues

2008-07-21 Thread Mark Murphy
> 1) My gallery is an element in a list view right now... Ow. > but once I > scroll down to select the gallery in the list, I can't scroll up and > down the list anymore (the gallery hijacks the "up" and "down" keys). It's probably a question of focus. There may be ways to hack around it by man

[android-developers] Re: Gallery OnItemClicked event issue!

2008-04-10 Thread ColinHo
Hi JY, I haven't tried clicking the center button yet and I don't intend to do that because I want the user interact with my app through touch screen. That's why I tried to figure out how to handle OnItemClicked event of the gallery. However as it's a bug of android, I have to find another way ar

[android-developers] Re: Gallery OnItemClicked event issue!

2008-04-09 Thread [EMAIL PROTECTED]
Colin, Have you tried clicking the center button of the keypad? I can't just click the image in gallery using mouse but if focus the gallery and then click the center button then I am able to see that the event is delivered to your callback. JY On Apr 9, 10:28 am, ColinHo <[EMAIL PROTECTED]> wro

[android-developers] Re: Gallery OnItemClicked event issue!

2008-04-09 Thread Megha Joshi
Hi, As Jason said earlier, this is a known bug and its fixed, this fix should be released in a future release of the SDK. Thanks, Megha On Wed, Apr 9, 2008 at 10:28 AM, ColinHo <[EMAIL PROTECTED]> wrote: > > I'm implementing an application using Gallery obj. I want to allow the > user to do s