General :: Back Button Not Returning To Previous Position?
Nov 2, 2013
i've just returned to Android after about a year and a half and I never remember having this "issue" with my old galaxy s2x. But i am finding that whenever i am scrolling down a list, facebook, instagram, or even a webpage, and i hit the back button, it always starts me from the very TOP of the page again. I am used to just hitting back and having it remember my position halfway down or wherever i was. is this just an android thing?!
View 6 Replies
Jul 4, 2010
I have two activities. The first is a list where the user selects one of the items which takes them to a second activity showing the details of the item they selected. When the user clicks the back button I want the app to return to the first activity.
Is there anything special i need to do to make this happen?
Right now when I click the back button from the second activity it exits the app just like the home button would.
Here is how I am starting the Second Activity. startActivity(new Intent(getApplication(), SecondActivity.class)); finish();
View 3 Replies
View Related
Jul 15, 2010
When i leave my app after pressing home button and then re launch it from menus it behaves in a strange way.Sometimes it launches the same activity on which i pressed home button.But sometimes it launches the first activity of my app. One reason for this could be that whenever system has memory shortage it clears any activities existing in But the strange thing is if i press back button from first activity it takes me back to the same activity on which i pressed home button and all other previous activities are also there(like if i press back button again previous activities also exist.)I haven't set any launching mode for any activity in my app(like single instance etc).What i don't need is that previous activities load on pressing back button on first activity.
View 2 Replies
View Related
Feb 5, 2012
I recently upgraded my htc desire s to the official 3.5 sense version and them to the endymion rom and both have something quite annoying in all browsers I have tried (dolphin, stock and boat browsers).
What happens is pressing back sends me to the top of a web page, meaning I have to press back twice to get to the previous page. It's not a huge deal, just a minor annoyance.
View 2 Replies
View Related
Dec 3, 2012
My external button is stuck down, and when I press the power button to wake my phone up it thinks that I am pressing both at the same time. So the phone goes into the Hboot screen, where I cannot choose a function. (because the volume button is stuck down position.) I have to remove the battery and wait about an hour or so then re-insert the battery and pray that it loads up. What can I do to stop this from happening? Or is there a way to control the Hboot screen other than using the volume button?
View 2 Replies
View Related
Sep 8, 2013
In the last few days I am having to press the back button twice when using both the stock android browser and the latest version of chrome on my rooted S3.
View 4 Replies
View Related
May 19, 2010
How do I go to previous screen manually.say 'on button click'?Its similar to imitate the BACK button click.
I used below code but no luck.
startActivity(new Intent(ViewOfferActivity.this, this.getCallingActivity().getClass
View 3 Replies
View Related
Mar 16, 2010
Would you ever switch back to a BlackBerry after now using the Eris?
View 24 Replies
View Related
Aug 12, 2010
There is a "switch calls" button when I answer a call on call waiting, but is there any way to switch to the previous call, hang up, and come back to the new call? I tested it today and I hung up on everybody.
View 1 Replies
View Related
Jul 15, 2010
This is my first android device and i'm loving it... but one thing that irks me is the use, or lack thereof, of the back button.
As I am navigating menus and options in the Settings, I cannot simply go back one menu using the back key. For example, if I go to Settings->Battery Manager->Battery Profile Options and want to go back to the Settings screen, I cannot.
Pushing the back button does nothing and I can only go back to the Settings menu by going Home, then re-entering.
Another quirk regarding the back button is when reading emails. Using a regular email account such as Hotmail, I cannot simply read an email and go back to the inbox using the button.
It makes navigating the phone very tedious.
View 5 Replies
View Related
Oct 12, 2010
When i go to create, it goes back to previous screen and does not create icon...any guidance?
View 11 Replies
View Related
Oct 5, 2009
i am trying to display a linear layout , say at setpadding (10,10,0,0); now i need to put some buttons at particular xy position in layout.button position doesn't seem to work in that way. can anybody suggest how can i set button position in layout?
View 3 Replies
View Related
Jun 9, 2010
how do i change the position of my button in my screen dynamically?
View 1 Replies
View Related
Aug 6, 2010
I have a button in an AbsoluteLayout and I want to change the X and Y position on screen programmatically.
View 1 Replies
View Related
Jul 27, 2010
Can anyone tell me how can i do this using Java code or in activity class? I do not know how to set android: layout_alignParentBottom="true".I want to implement whole view via java code.
View 1 Replies
View Related
Apr 28, 2010
I'm trying to build an android application that features a graphical display drawn within a RelativeLayout. I want to place "+" and "-" buttons next to several of the parameters, which are drawn at various points on the canvas. The positions are free-form don't seem to conform to any of the standard XML layouts.I know how to create the buttons programmatically, but I don't know how to place them over the canvas where I need them to be. I'm assuming that this would be done in the view thread's doDraw() method, after all the graphics have been drawn, but how?
View 2 Replies
View Related
Oct 28, 2013
I have installed CWM version 5.0.2.6 but it has no back button.I also tried pressing vol up+vol down key to toogle enable/disable back button.
View 2 Replies
View Related
Sep 24, 2010
I would like to change margin of my buttons in application. Suppose I have 5 buttons like this in a linear layout, one below d other. When I focus on a button, its width should increase (which I know how to handle) and at the same time, width should increase linearly towards both left and right. i.e. If the current width of the button is 250 with x co-ordinate as 50 (that means button's left is 50 and button's right is 300), when I focus on the button I should get x co-ordinate as 75 (left = 25 and right = 325). How to change the margin/x co-ordinate of the button?
View 1 Replies
View Related
Nov 20, 2010
I try t get the position of the item who contains my button.How Can I pass the position variable present in the getView method to my onClick Method?I will have several button In my View (Item view)
View 1 Replies
View Related
Apr 27, 2010
How can I maintain the position of my ListView in my activity when I go to another activity (by launching another intent) and then come back (press the back button)?
View 2 Replies
View Related
Jun 25, 2010
In emulator, size of edittext and button looks nice but in motorola milestones, both of them are so small. I think there are different types of screen layout. Is it possible to adjust the size automatically?
View 1 Replies
View Related
Mar 7, 2014
For some reason the back button and the other one has disappeared. S4 phone. . Did I push something for these to not to work or light up?
View 1 Replies
View Related
Sep 2, 2010
I have 3 activities in my app: Activity1 -> Activity2 -> Activity3. Inside Activity3, if the user presses Back, I would like to return to Activity2. In Activity3's onPause event, I added a finish() statement. That's probably not even necessary, but I wanted to make sure this Activity gets cleaned up. This works fine.
However, while in Activity3, if the user presses Home or starts a new app (through notification bar or some other means), I want both Activity3 and Activity2 to finish. If the user returns to this app, he should resume with Activity1.
I have figured out how to do one or the other, but I can't figure out how to handle both cases, if it's even possible. Can I trap the "Back" button in Activity3 and send a message back to Activity2 telling it not to finish()? It seems like the Activities follow the same lifecycle flow (Pause, Stop) regardless of what you do to send them to the background. Just to answer the question of why I want this behavior, imagine that Activity1 is a login screen, Activity2 is a selection screen, and Activity3 is a content screen. If I press Back from the content page, I want to be able to make a new selection. If I exit via any other means (Home, notification bar), I want the user to be "logged out".
View 2 Replies
View Related
Mar 31, 2009
I call WebView.clearHistory(), but I am still able to go back after doing so. I want to reuse a WebView, but I don't want the back button to allow the user to go back further than the current "session" of using the WebView. Anybody know what is the best way to handle this? I thought for sure that clearHistory() would do it.
View 3 Replies
View Related
Oct 11, 2010
In my android application i have a video list screen,a buffering screen and a videoplayer screen.
As soon as the user clicks an item from videolist screen ,he is navigated to buffering screen and then to videoplayer.
In the buffering screen i am using Async task and doing the loading process in on background process.
Now my issue is like the user if has selested a video then gets navigated to buffering screen.But if the user clicks back when he is in buffering screen then initially he is getting navigated to videolist screen but immediately after that again he is navigated to videoplayer screen.
What i would like to have is either the back button should be made disable in buffering or should prevent the player tostart if back is clicked.
View 2 Replies
View Related
Apr 4, 2013
I update my Galaxy S2 SHV-E110S to JB but Menu and Back button not working.
View 1 Replies
View Related
Apr 18, 2012
One of the feature on cyanogenmod most useful to me was the ability to kill any app via the long press of the back button..
Now I'm using a (beta) rom of Ice Cream and missing this feature so much.
Is there any app or other way to add this? obviously the phone (HTC Desire) is rooted and s-off.
View 1 Replies
View Related
Jul 19, 2010
I'm finding that I'm using the back button A LOT whether browsing the web or just navigating the OS. It kind of sucks because the buttons on the droid x are well, really small, and sometimes hard to press because they are so narrow and flimsy feeling. And depending on how you are holding the phone, it could be a good bit of distance for your thumb to travel or I'm finding myself having to reposition the phone in my hands just to reach the back button, which you seem to need very frequently.
Anyone know of any kind of back 'swipe' implementation ? Like some software you can install that makes it if you swipe left to right on maybe the top bar it goes back?
View 4 Replies
View Related
Apr 14, 2014
I have the tronsmart CX-919 mini pc running 4.2 and there is an issue with the browser reverting back to the home page or the previous page. When I try to display a webpage on our intranet it reverts back to the homepage or previous page after about 3 hours. I need it to display constantly. I read somewhere that it was a Download Manager issue and disabling it would work but I can't find where to disable it. Also it was stated that Flash was an issue but i tried uninstalling it and it just reinstalled itself and the problem kept occurring. I just want to display a page in a browser and for it to stay on the screen (full screen) until I manually navigate away from it. I plan to leave it on for weeks at a time.
View 1 Replies
View Related
Jun 16, 2009
In My code I am displaying a AlertDialog based on some condition.
CODE:.......................
View 2 Replies
View Related