Android :: Animation Breaks App Visually / Prevent It?
Mar 5, 2010
We are currently looking into methods how to implement tabs. TabHost has serious limitations and is no option. Instead, we are experimenting with our own tab solution, which has its own task (activity stack) for each tab.
It's working well except that there's transition animation performed by the system when launching a new task the first time. The NO_ANIMATION parameter passed to startActivity has no effect in this case. The animation breaks the app visually - is there a way to prevent it?
View 3 Replies
Nov 17, 2010
I'm fading out an imageview with alpha animation. I'd like the image to stay transparent after the animation. Tried with different combinations of fillAfter and fillEnabled, no luck. How can this be achieved?
View 1 Replies
View Related
Oct 15, 2009
When we touch a Button in android, the button highlighted(background turns yellow). This visual change is very friendly to users. I want the same effect on a View object(for example a TextView or ImageView) but I can't figure it out.
View 5 Replies
View Related
Oct 21, 2009
In my project, in the res/drawable directory I have:
CODE:.......................
When I put the app on my HTC Hero, it works fine. But if I reboot the phone, the application icon stops using the icon.png, and instead begins to use the go_bg.png. The button that uses the go.xml no longer works either. Rebooting the phone basically breaks the app. I can reinstall the app and it again works fine all up until I reboot.
I know of two ways to get the app on the phone, first using Eclipse and second using the HTC Sync software that came with the phone. Installing the app either way produces the same issues in the end.
I've tried renaming the button image names and the xml file. Nothing helps there.
My phone is the HTC Hero. In Eclipse I'm building using the 1.5 SDK.
Any idea why rebooting my phone breaks my app?
View 1 Replies
View Related
Jun 30, 2010
You can no longer send the ACTION_ATTACH_DATA intent with an image URI to a custom content provider without crashing the Gallery app. This bug was reported more than a month ago. It is a stupid bug that is super easy to fix, and as soon as Froyo was open sourced a patch was submitted. Still Froyo was officially released and the bug remains leaving developers who use this with an app that is no longer compatible and no easy way to work around it for 2.2. There are other bugs that also have not been acknowledged. This 'open' thing is great but it is not of much use this way.
View 2 Replies
View Related
Sep 12, 2010
The CSS for my webapp gets completely misaligned when the mobile device is rotated to landscape (target devices are iphone and android). I tried using the javascript solution explained here in order to get my app to switch between a portrait.css and a landscape.css file on orientation change, but that still didn't work. It even messed up the portrait.css once they were both posted to the live server (although it worked on my local machine).The url for the app is http://mobile.geekstats.com/ Does anyone know how I can fix the landscape css?
View 1 Replies
View Related
Aug 30, 2010
I have a strange issue - from time to time the animation that should fade out my control (ImageButton) does not kick in immediately. I am using the fadeout animation to hide it and then in myListener on its end (onAnimationEnd) I put new resource as the image on the button.
Somewhere in my app code:
Animation a = AnimationUtils.loadAnimation(this,R.anim.fadeout); a.setAnimationListener(new myListener(location)); buttons[location].setAnimation(a); a.startNow(); // regardless if its start() or startnNow() it will work in most of the cases but not 100% reliable I actually can see in debug Log when its late, happens after few more clicks
Then in myListener.onAnimationEnd(Animation a):buttons[location].setImageResource(R.drawable.standard_button);
Seems there is a rule that the every 4th or 5th animation does not start ...
View 1 Replies
View Related
Aug 16, 2010
My code is pretty standard.. sReport contains the text I would like output to the text file, and it contains several" "line breaks that render fine in a textview, but in the text file they're non-existent. There must be something easy i'm missing..
try {
FileOutputStream fOut = new FileOutputStream(sDir + sFile);
//write
fOut.write( sReport.getBytes() );
// Close output stream
fOut.flush();
fOut.close();
} catch (IOException e) {
e.printStackTrace();
}
View 1 Replies
View Related
Aug 28, 2009
I am trying to insert line breaks into a string resource so they appear in a TextView. I put in "" but all I get is "
" appearing. Is there a setting I'm missing?
View 4 Replies
View Related
May 27, 2010
I have recently updated my app to a build target of SDK version 8 in order to include the App2SD feature for my users. However I have had reports of devices on SDK 3 (1.5) having problems starting the application, with the following stack trace: If i change the build target back to version 4 as it was previously this issue goes away, also if i remove any graphical resources from my XML files this issue goes away.
View 2 Replies
View Related
Jul 5, 2012
I have a Samsung Galaxy S II and before I could transfer all of my music, pictures and everything else just fine. I recently got an update (AT&T) for ICS and now transferring 1 (3.32MB) .mp3 has taken upwards of an hour now.
View 1 Replies
View Related
Jul 29, 2010
Is it possible in Android to get a callback when a Frame Animation (AnimationDrawable) has completed playing its frame sequence? I know when a Tween Animation has completed, it calls onAnimationEnd(), but is there something similar for frame by frame animations?
View 1 Replies
View Related
Aug 4, 2010
So today my USB breaks so the phone doesn't charge without putting some torque on the cable (I'm sure the USB jack has pulled off the motherboard). Should I live with the hassle until 2.2 is rooted, or return the phone for a replacement and risk that they will force an update to stock 2.2? I'm assuming I'd have to return to stock before taking phone in for service, too (and just after I finished getting everything setup after updating to rooted Froyo).
View 9 Replies
View Related
Sep 15, 2010
I've been plugging my phone into my car audio and running my slingplayer while on my long morning commute, in which i travel through a few areas that are out of 4G coverage. When this happens, the feed fails and doesnt start back up till i reconnect the slingplayer. What I've had to do basically is turn off 4G completely so I stay on 3G all the way. Anyone notice this on other applications on EVO (or the Epic, I guess)? Anyone having issues with pandora, hulu, subsonic, youtube, etc? I remember back before the release of evo at the big new york event they said transition between 4G and 3G would be smooth but my personal experience has shown it not to be while streaming.
View 7 Replies
View Related
May 29, 2012
I recently bought my first Android phone and have a problem with the stock email app. Emails are displayed so that words are broken between lines like the example below:
This is a mockup of the problem I am having with the email reader on my Samsung Skyrocket.
View 2 Replies
View Related
Dec 12, 2013
Majority of devices will not be able to render 720p or 1080p video in 60 fps using Kitkat 4.4. I believe this has to do with downclocking the boost clock in order to get better battery life.
My Phone: Moto X 4.4 - Both Dalvik and ART are broken
[URL]
View 2 Replies
View Related
Apr 14, 2010
Right at 1:24: YouTube - When The Levee Breaks Led Zeppelin +Lyrics
View 49 Replies
View Related
Nov 9, 2013
why restoring an app+data from Titanium Backup after a Factory Reset causes Push Messages (GCM I believe) to stop working. It seems fairly obvious that when restoring an app+app data from a previous installation, they get confused and the push messages aren't being delivered to the right place.
So far the only solution that I've found to the problem is to wipe the app's data, and restart from scratch.
I've done a lot of Google searching, and there have been a few things I've tried. This is my normal procedure I do when I upgrade/flash a new rom:
Code:
-Backup with Titanium Backup
-Backup with GO Backup
-Nandroid with TWRP
-Factory Reset
-Flash ROM
-Wipe Cache/Dalvik
-Boot
-Sign into Google Account
-Install Titanium Backup
-Restore previous Android ID
-Reboot
-Use Titanium Backup to restore Apps+AppData, as well as some system settings
-Reboot
At this point, some of my GCM push notifications don't work. The only way I can get them to work again is to wipe the app's data and start from scratch. I have tried the following things, none of which worked.
Code:
-Wiped the app data, restored the app data by itself again.
-Uninstalled the app, installed from Google Play, restored app data.
-Used Application Manager to disable notifications, then re-enabled.
-Went into the app's settings to disable notifications, then re-enabled.
-Cleared data on Google Services Framework
-Removed Google Account, cleared data on Google Services Framework, rebooted.
(This actually had an even worse side effect of re-breaking GCM push notifications for all of the apps I had fixed by hand) At this point I'm at a loss, I'm not sure what else to try. It kind of looks like the Google Account/GSF is related to GCM. I don't remember exactly, but I think I tried restoring the previous GSF App+Data on my most recent flash, and it still didn't work.
here's some lists of the affected/unaffected apps.
It DOES affect the following:
Code:
Accuweather
American Express
Bejeweled
CBS Sports
Chase
Facebook
Messenger (FB)
Reddit News
Waze
XDA app
It does NOT affect the following:
Code:
Gmail
Google Now
Hangouts
PushBullet
Yahoo! Mail
View 9 Replies
View Related
Apr 23, 2014
Phone settings: Location : Battery Saving (GPS off, using Wifi/network location only)
On Google Play Services 4.0.x - I get very accurate location small circle around where my house is.
After updating to 4.2.25 - I get a large circle - maybe the radius of an entire block / surface area of a cell tower coverage roughly
Uninstall the update to play services (back to 4.0.x) - get very accurate location again.
I am using a RAZR HD with 4.4.2 kit kat / CM11.
Did play services update broke my specific phone?
I would stay on the older Play Services but Hangouts and Maps keep bitching about needing to update it.
View 6 Replies
View Related
Apr 6, 2010
I'm working to convert some background images to nine patch so they scale better on different phones.
The problem is that if I have the following resource structure: drawable-hdpi/background.png drawable-hdpi/button.png drawable-mdpi/background.png drawable-mdpi/button.png drawable-ldpi/background.png drawable-ldpi/button.png and then I drop a new drawable-hdpi/background.9.png file into the mix, it breaks button.png during the pre-compile. The error is "No resource found that matches the given name (at 'background' with value '@drawable/button').Simply removing that one nine patch file fixes the build. Should I be able to have some nine patch images and some normal ones, or to have nine patch only in hdpi but not mdpi or ldpi? This is Eclipse 3.5.1 with the latest ADT.
View 3 Replies
View Related
Aug 11, 2010
Was a fan of this app. Used it to give me custom color LED (purple) and sound for a call that was missed. As well, for calendar services I used it to flash a custom color LED (blue) and play a sound. Essentially, you could override the system settings and pickup where it left off.Well, as of 2.2 this app is busted. The dev claims to have made a more 2.2 friendly versions.. but its busted. No more color LED selections - stock Droid green and green only - and the Calendar notifications are 100% busted. A missed notification call works in that you can get your custom sound, but only green LED (which is already the stock color for like 3-4 other notification). But like I said.. nothing for calendar.So.. anyone have any tips for replacements in 2.2.I found one - Calendar Notification - and it CAN do colored LED (I used blue) and a custom tone that broke in Missed Call. And I still use Missed Call for missed calls, but hate the green LED. Would love to find 1 app to do it all, hate having 2 apps - 1 of which is busted. and BTW, never figured out why the dev always says the gMail notification is not possible. I have used an app - and they have a 2.2 version that works perfect - called gMail Notifier.
View 26 Replies
View Related
Jan 20, 2010
I am using Motorola Milestone UK version with AT & T. G Mail and Yahoo etc work fine. Data plan also work perfect wih At&T 2G. AT&T 3 G can not use with Milestone because 3 G band of AT & T is not supoerted by Milestone.
However, real problem is that when I call anybody, he always finds my voice breaks on Milestone. When I switch to speaker they find my voice perfect. I can hear their voice clearly. Any body has same problem.
Secondly, I would like to dowload "Car Home" app which is available with Droid. It is not available in Market place. When I try to see how it is intsalled in my friend's droid, it shows 0 KB. Does this app is part of Android for Verizon. When I dock the phone in Car dock, as I dont have Car home app so phone does not pop up Navigation window which is part of Car Home. I can use Google Map manually. This is not big problem.
View 2 Replies
View Related
Apr 23, 2010
I want to write an app that a parent can use to disable phone functionality to prevent their child from using it.One way the child could circumvent this is by uninstalling the app.Is there a way to prevent application uninstall on the Android?
View 1 Replies
View Related
Apr 18, 2010
I really don't know why it's giving me this error... I load an ImageView with an image of 692kb .jpg, using scroll options, so you can scroll it around... the strange it's that when the mobile it's connected to the VM it's less possible to happen. So...how can I prevent this? is there anyway that I can free memory when starting the app? can I tell the system to free memory before loading the image?
View 6 Replies
View Related
Sep 5, 2010
I 'm working with GPS in my application. When phone go to sleep, the GPS's data don't update. I want to stay phone screen wake up until my app will be close. How can I prevent sleeping in Android?
View 2 Replies
View Related
Aug 4, 2009
I want to prevent native application to receive message.I want that my application only receive message. Is it possible ? if yes then how ? can i access the received message and delete it ?
View 3 Replies
View Related
Mar 17, 2009
I have created a multithreaded application but it still hangs if the server is unavailable.causes some delay and I believe this is the cause for hanging. But if the TCPClientService Service is executing in its own thread I don't know why this affects the timeout of the main activity.I would be very thankful if anyone could show how to prevent the application from hanging when the server is unavailable.
View 1 Replies
View Related
Apr 27, 2010
I was wondering what the most effective way of preventing people from stealing my application (downloading a copy of the .apk online rather than buying it).I've spent a lot of time on one in particular (Droidbox) and won't be releasing Sync until I can guarantee that the people who are providing illegal copies of the pro version aren't able to.Anyone implemented this? I've tried checking my package signature verses an the signature of an unsigned copy but it appears to be the same - perhaps I'm doing something incorrectly here. I'm unsure whether people actually distribute the signed .apk in which case I don't think signature validation would work to begin with.Please note, this question is specific to Android Marketplace Applications - the difference being, application delivery is out of my hands and I have no way of linking between a legitimate purchase and an illegal download.
View 7 Replies
View Related
Mar 12, 2009
How do i prevent the landscape modus? or how i can save the state of my app. without saving manual the data? rgds Mr.No
View 3 Replies
View Related
Apr 22, 2010
Is there an app (or better, a way within Android) to prevent the same contact from showing the the call log more than once? I talk mainly to the same few people, with a few others scattered between, and it would be nice if I had the option to see each contact only once in the call log. (Maybe have the call times viewable if I open the contact's entry in the call log.)
View 5 Replies
View Related