Android :: Gallery - UnselectedAlpha Works Strangely
Mar 27, 2010
I work with a gallery and a BaseAdapter. In my XML file I specified, on my gallery, android:unselectedAlpha. When I select an item (using click or pad) image are moved but they take the alpha defined for (normally) the unselected image.
View 2 Replies
May 31, 2010
Firstly I'm not able to download anything from the markets... the status just shows 'Starting download' and it just sticks there. This has been happening for a day or so, and I have two devices on different networks, so it must be the market and not me.
Also, I have some apps installed which the market doesn't recognize, it just shows the option to download as normal.
View 5 Replies
View Related
Oct 14, 2010
I've had an app on the market for over a year. Recently customers have been reporting a crash; all customers have been running Android 2.1 or 2.2 (note sure if the crash is limited to those platforms tho; interesting that this does work on the simulator but not physical devices. Maybe devices renamed the component name of the image gallery?). The crash occurs when I attempt to lauch the Image Gallery app.
Is there a preferred method to launching the Image Gallery?
I use the following code.
CODE:.............
How to fix this or a new method to launch the Image Gallery?
View 2 Replies
View Related
Jul 19, 2010
I'm having problems trying to use files after moving them.
Example:
I took a bunch of pictures at an event, the created a folder for that event and moved the pictures into it. I can still open the pictures one at a tiem by navigsting too them, but the galleary app still shows the thumbs, but cannot find them.
Example 2:
I downloaded an mp3 for a ring tone, and while in the downloads folder the music player found it and I was able to set it at a ring tone. But I tried to create a ringtones folder, and then music could not find it, and just playing it by opening the file would not allow me to set a ring tone.
So how does this work? I have seen references here to folders called Media and ring tones, but I see nothing like that in the file system on my phone. Where does one put music if they want to actually use the music player?
Is the DCIM folder the ONLY one that works with the photo gallery? Is the Downloads folder the ONLY one that works with the music player?
View 10 Replies
View Related
Feb 6, 2009
I'm trying to set the selection of a Gallery in code. I would like to have the Gallery smoothly roll down a few items over the duration of a second or two. At frist glance, it appears that two members would to the trick:Gallery.setAnimationDuration(int animationDurationMillis); Gallery.setSelection(int position, boolean animate); It turns out that the setAnimationDuration only seems to affect the rubber-bandy "return-to-center" effect of the Gallery. In other words, when a gallery comes to rest after a fling, and a gallery item is off center, the animationDurationMillis is used to control the duration of the Gallery centering up the item. However, the value seems to have no effect on the setSelection. No matter what value is set with setAnimationDuration, the Gallery seems to render about 2 or 3 frames when flying between items 1 and 10 for example. Is this working as designed? Does anyone know a trick or workaround that would let me properly animate setSelection? I'd be especially grateful if we could do it with an "Ease Out" effect.
View 3 Replies
View Related
Sep 30, 2010
Anyone know if a good gallery program to replace the 3d gallery in cm6? not being able to rotate pics is really getting annoying
View 14 Replies
View Related
Apr 30, 2010
How can I turn my album gallery to look like the stock 2.1 gallery?
View 2 Replies
View Related
Feb 17, 2010
I have two gallery widgets in same screen. If user flings on top gallery widget I would like to replicate the same fling motion on the other gallery widget thats beneath the first one. Is there a way I can possibly achieve this.
View 2 Replies
View Related
Jul 7, 2010
I am using a Gallery based Coverflow, as suggested here.Is there an event that can be caught, which indicates that a single shift (either left or right) has been made in my gallery/cover flow? To be clear, if I gave the gallery a decent swipe and my center (selected) image has changed 8 times, I would like to catch this event 8 times. OnFling() just indicates a single swipe - regardless how many items have shifted.Getting getSelectedItemPosition() before and after the swipe doesn't help since I need to do some work on every shift.It will also be nice while I am at it, to get the direction of the shift - either right or left.
View 1 Replies
View Related
Jan 10, 2010
I have a Gallery with a set of images that was downloaded at run time.I followed the example here:http://www.anddev.org/a_androidwidgetgallery_-_example-t332.html but instead of using i.setImageResource(this.myImageIds[position]);I used i.setImageBitmap(bitmaps.get(position));This doesn't fill the entire width of the screen, only as much as the width specified here:i.setLayoutParams(new Gallery.LayoutParams(150, 150)); When I increase this number, the item scales with it instead of showing more images per the example. I've even tried to scale the images before adding them to the set. Not sure what I'm missing, or where other examples of this might be. Any help would be great.
View 1 Replies
View Related
Nov 6, 2009
I just got back from the Verizon store. I was checking out the Droid... I popped open the browser and went to DI.FM.
Digitally Imported - Addictive Electronic Music
I tried all 3 public streams (MP3, Windows Media, AACPlus), and nothing. I asked the data tech guys at the counter and they said there might or will eventually probably be a app that will work with DI.FM.
So anyone checked into this? Anyone gotten DI.FM working? I'm especially interested to see if I can get the premium subscriber channels to work. The phone is pretty damn sweet and right now the only thing holding me back is the fact I can't stream my favorite internet radio station.
According to the specs of the Droid, it supports AACPlus streams. This is big! Currently it's next to impossible to stream AACplus encrypted streams on windows mobile.
View 4 Replies
View Related
May 22, 2010
Can someone explain to me the concept behind using bluetooth. my project in my studies is to make an android app using bluetooth, SQLLIGHT and google app, the app itself is a very easy one but i just dont get the tools i need to use :
How does the bluetooth works?
Is there a simple example ?
The concept behind android GUI (i allready nade one but i think i am not fully understood his power)?
I am using v 2.1
View 1 Replies
View Related
Nov 4, 2010
I have two apps, almost identical, that make heavy use of Maps. I have both of them signed with the same key. One of them works, but the other one doesn't, it just shows a grid, but works with the debug key. I tried everything already, i mean i searched for substancial differences, but the thing is: a) if it's a code problem, it should NEVER run (and it does work with debug key) b) if it's a key problem, it should work (or not to) in both apps (and works great with one of them). I've already asked in Stack Exchange and they couldn't help me. Do you have any idea?
View 2 Replies
View Related
May 19, 2009
Our remote service is working great on 1.1. It is a pretty rich API too. BUT, running the same code on cupcake, it hangs after the service returns the concrete interface stub it has new'd in onBind(). (onConnect() in the client's ServiceConnection is never executed)
View 3 Replies
View Related
Oct 15, 2009
Learning about the NDK and JNI today. I was able to build, install and run the Quake demo that was ported to Android via the NDK 1.6. Worked great. I then started looking at the hello-jni example. This example works for me in the emulator, but does NOT work for me on the G1:
I/ActivityManager( 76): Start proc com.example.hellojni for activity com.example.hellojni/.HelloJni: pid=508 uid=10030 gids={1015} I/jdwp ( 508): received file descriptor 20 from ADB W/dalvikvm( 508): Exception Ljava/lang/UnsatisfiedLinkError; thrown during Lcom/example/hellojni/HelloJni;.<clinit> W/dalvikvm( 508): Class init failed in newInstance call (Lcom/example/hellojni/HelloJni;) D/AndroidRuntime( 508): Shutting down VM W/dalvikvm( 508): threadid=3: thread exiting with uncaught exception (group=0x4001da28) E/AndroidRuntime( 508): Uncaught handler: thread main exiting due to uncaught exception E/AndroidRuntime( 508): java.lang.ExceptionInInitializerError E/AndroidRuntime( 508): at java.lang.Class.newInstanceImpl(Native Method) E/AndroidRuntime............
View 2 Replies
View Related
Oct 20, 2010
Can some one give me an idiots guide as to how geo tagging works, only once have i had the option of 'show on map' the location of a piccy, i have everything turned on that can be turned on.
View 4 Replies
View Related
Nov 3, 2010
I've been working for a while in an Android app that uses a lot of the Maps API. And the thing is it works in the emulator with my debug key, but i see only a grid when i put "true" key, i tried with three already that i know they worked, so why could it be? I have internet permission (in the right place, befoce ) and i just can't find why this thing only works with the debug key.
View 1 Replies
View Related
Jul 22, 2010
I have developed an App that target version is 4 (Android 1.6) upto 7 (Android 2.1). I tested this app on the dev phone 2 (Google-Io-Device 1.6 version). I am doing some xml parsing stuff through Internet. i set the <uses-permission> on my Manifest. it works fine in WI-FI Network. But its not working in the Motorola Droid 2.1 with 3G Network. Is there any more specific stuff to do for 3G network?
View 2 Replies
View Related
Aug 19, 2009
I have created an application and I want to make sure it works in different resolution. i have used LinearLayout and some ListViews and buttons. I need to know will it be an issue if the apk is put to two different phones which has different resolution.
View 6 Replies
View Related
Jan 6, 2010
I wish to listen to android.intent.action.BOOT_COMPLETED. However I am not getting the broadcast intent, if I specify com.test.BootBroadcastReceiver in the manifest. When I change this value to simply BootBroadcastReceiver, then I am getting the broadcast intent.
<receiver android:name="BootBroadcastReceiver" android:enabled="true">
<intent-filter>
<action android:name="android.intent.action.BOOT_COMPLETED" />
</intent-filter>
</receiver>
My package in the manifest file is:
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.test"
And the BootBroadcastReceiver resides in this package. What is the reason behind this?
View 2 Replies
View Related
Feb 16, 2010
I have a problem getting the Geocoder to return results on my new PC during development. I started writing a android app on my other (Win XP) system and Geocoder worked fine and returned locations based on an address that I passed to it.
I recently bought a new PC (Win 7). Moved the code over to it and now the no address queries return any results. I tried a couple that did work on the xp machine, but are returning no results on the new pc. It does not give any errors.
I did generate a keyfile on the old pc. Do i need to create another on the new pc? Does the Geocoder require the key? It is not from the maps api.
View 2 Replies
View Related
Oct 19, 2009
Could anyone upload a small example file that will work? Every file I've tried fails. Is this function completely broken? All attempts result in no points being listed. No errors reported.
View 4 Replies
View Related
Feb 7, 2010
Anyone have a program that allows swyping and works well? I want to give it a shot.
View 38 Replies
View Related
Apr 13, 2010
I know this has been discussed before, but I am looking to get an Android phone soon, coming from windows mobile, and have a few questions about getting email. With WinMO, there's an app to make hotmail push to my phone instantly, even though hotmail doesn't natively support push. From what I've read on here, the standard email app doesn't work with push from hotmail. But I really need to get this to work. I use my hotmail for my work, since my work server sucks. Frequently though out the day, everyone at work will get emails about upcoming work, and basically whoever responds first gets the job.
So having the phone check every 5 minutes wont do for me, since the job will probably already be taken. I have read about having gmail check the hotmail, but from what I can see, it will only poll every 5 minutes or so as well. I also heard about the K9 app, but from what I have read, it has some problems with hotmail. So, since I don't have an android to play with yet, for those of you who use K9 to push hotmail, how does it work? Are there any other options to get this to work? I've heard about setting up hotmail as an exchange server instead of an email server, but I'm not sure how that will work.
View 12 Replies
View Related
Jul 23, 2010
We just put out a new Android Finance App - Portfolio Feed. Check it out and let us know how it works for you and how we could better improve it.
View 5 Replies
View Related
Oct 5, 2010
Is there anyone in here that knows of a dictionary app that works together with the sms program?
View 1 Replies
View Related
Mar 21, 2010
To understand the implicit intents by example.
View 2 Replies
View Related
Oct 9, 2010
I have a ListView where I want to show the QuickContact (like in the default Contacts android app when you click on the photo of a contact).
It works fine on my Nexus One 2.2 or the emulator with avd 2.2, but doesn't work on my Samsung Galaxy S 2.1update1 or emulator 2.1.
On 2.1, I'm getting the error:
CODE:...........
This is the call in the code:
CODE:....................
View 2 Replies
View Related
Nov 19, 2009
I'm doing a little 3D app programming based on SDK 1.5. I can't change textures in any way with glDeleteTextures.
Please help to check if I did sth. wrong.
My subfunction is as below:
CODE:...................
View 2 Replies
View Related
Jan 19, 2009
I'm having a hard time trying to understand how the preferences activity works. Right now I have an activity for my preferences using a XML layout that has this:
CODE:............
The thing is that everything I do in the preferences are saved. I can reboot the emulator and I can access the preferences. I want to know how can I access this key from another activity on my application.
This is my activity:
CODE:.................
View 4 Replies
View Related