android-gallery
How does the Gallery application work on Android?
I know that Android is an open source system, so all the code should be available for the world to see. I am interested in only one application: the Gallery application.[详细]
2023-03-12 11:18 分类:问答Splitting a TextView into multiple TextViews relative to screen height
So I have what I consider a rather complex problem. I have this massive TextView that is several screen lengths long. What I want to do is split the TextView up into smaller TextViews, each the height[详细]
2023-03-11 12:55 分类:问答android get picasa image URLs
We are working on an application that needs / wants to act like the stock Gall开发者_StackOverflow中文版ery app in that it shows images from the SD card, as well as images from picasa.[详细]
2023-03-11 11:41 分类:问答ListView with embed Gallery, data set to the wrong pointer
Hello I\'m using Listview with a Base Adapter from an Array. I use custom rows with two TextViews and a Gallery.[详细]
2023-03-10 11:12 分类:问答change the look of Gallery selected item
i have \"Gallery\" on my layout, and i created a class inherits from BaseAdapter, to set it as Gallery adapter[详细]
2023-03-09 02:58 分类:问答How do I prevent a duplicate picture from adding to the gallery?
I use the following code to take a picture: Intent intent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE);[详细]
2023-03-08 23:10 分类:问答android gallery "snappiness"
I am wondering if there\'开发者_JAVA技巧s a way to increase the "snappiness" of the stock android gallery. in other words, I want the speed of a fling to drop off quicker than it does by def[详细]
2023-03-06 09:36 分类:问答Get the position of the current image displayed in Gallery
in my application , i have a gallery of pictures, buti want to detect the position of the current image displayed ,[详细]
2023-03-05 23:31 分类:问答Setting layout parameters for an element inside a Gallery
I am using a Gallery to display an horizontal timeline of events. Some of the events get Gravity.TOP and some Gravity.BOTTOM to align them above or below a nice line displaying the years. So far, so g[详细]
2023-03-02 19:47 分类:问答how to create folder?
Merged with How to create folders in my gallery app?. Hi I have created one gallery. It\'s working fine. The gallery displays images in separate images in this gallery, but I need all pic[详细]
2023-03-01 18:41 分类:问答