Android :: Change Entry Activity Causes App Only To Open From Downloads Page?
Jun 14, 2010
I recently added an activity to one of my apps, and made it the starting activity for the application and published an update. The update worked perfectly with no problems on my N1, but I'm getting emails from users telling me that the only way they can open my app is from their Downloads page in the Android Market app. I have no clue what could be causing this behavior.
View 2 Replies
Mar 8, 2010
I am just getting started with the Android SDK and I had a quick question. I am trying to set up a ListView with a rectangle of color on the left and then a bit of text for each row. I also want to make it so I can click each entry in the list and open a new activity to display some information (similar to the contact list).
View 3 Replies
View Related
Apr 12, 2010
how do you paste copied text (ie a URL) from a web page into a new window to open that page?
Also can you restrict internet connection to 3g or 2 g only?
I've just come from n900 so trying to figure out the differences!
View 2 Replies
View Related
Jun 21, 2010
I would like to open a custom dialog when someone clicks on a listview entry. That dialog will need to know the text that was clicked on in order to display additional information on that particular entry. Can anyone point me in the right direction on how to accomplish that?
View 1 Replies
View Related
Aug 9, 2010
This is the second time this has happened to me now. I changed the starting activity of my app, and put out an update, and now the icon on people's phone will not open my app. The only way they can open it is through the downloads section of their Android Market app, or if they uninstall and reinstall the app, causing them to lose ALL their data. I have no problem with updates on my N1, but every other Android phone has a problem with this. Why?
View 1 Replies
View Related
Sep 20, 2009
I'm writing program for Android (SDK 1.5). I would like to know how to add/register one of my program activities in "Home Screen -> Menu -> Add-> Shortcuts" (or on Hero "Home Screen -> Menu -> Add to Home-> Shortcut") so that user will be able to add it to his home screen. Is there an Intent Filter or any other way to achieve that?
View 2 Replies
View Related
Mar 7, 2010
How can I bind my application so, when the Birthday entry is clicked on a Contact Entry, it will open up my activity?
View 1 Replies
View Related
Sep 20, 2009
I'm writing program for Android (SDK 1.5). I would like to know how to add/register one of my program activities in "Home Screen -> Menu -> Add-> Shortcuts" (or on Hero "Home Screen -> Menu -> Add to Home-> Shortcut") so that user will be able to add it to his home screen. Is there an Intent Filter or any other way to achieve that?
View 2 Replies
View Related
Jun 24, 2010
I'd like to open the detail page of my application from the lite version of it.
View 5 Replies
View Related
Jul 19, 2010
Im writing a program that offers a quick reply dialog upon receipt of an SMS.
However, I am getting an unexpected result. When I receieve an SMS, the appropriate dialog activity comes up displaying the correct phone number and message, however there is a second activity behind it that is the 'default' activity in my program (it is what opens when i launch my application)
I do not want this second activity to come up. The quick reply activity should come up by itself over top of whatever the user was doing before.
The 'floating' activity:
CODE:.........
The call to the activity inside an onReceive()
CODE:..............
The Manifest:
CODE:.................
View 1 Replies
View Related
Sep 13, 2010
i'am trying to load an url in background using the default browser. So the user can switch to the browser whenever he finished reading the current activity and the page is already loaded. Is there a way to fire an Intent (Browser) but stay in the original Activity? I'am aware of the FrameLayout approach with setting the visibilty but this is not possible with the default browser.
View 1 Replies
View Related
Jul 11, 2013
How to change the default calendar when i add a new entry? Now it is google but i like to have pc-sync.
Everytime i add a new entry i have to switch the calendar to pc-sync. and it do not remember the last setting...
I have a HTC One SV and Android 4.1.2
View 3 Replies
View Related
Dec 16, 2009
I use webview app to open a web page (url). This web page has a form with a select element to choose. I would like to tell to select a specific value without click the element. Is that possible?If not how I could ?
View 1 Replies
View Related
Jul 24, 2009
My emulator is taking more time to open main page what may be the Problem.
View 4 Replies
View Related
Apr 5, 2010
I use webview app to open a web page (url). This web page has a form with a select element to choose. I would like to tell to select a specific value without click the element.
View 2 Replies
View Related
Aug 28, 2010
Whenever I'm on a web page and try to click a link, i get error message saying I've reached maximum number of pages open. But there will only be 1 open doesn't make sense. Box is checked to open new pages in background. I've tried all sorts to no avail.
View 6 Replies
View Related
Aug 31, 2010
I just switched from the Pre and am enjoying the hero. One question: if I am on a web site and want to switch to do a text, how do I keep that page open and go back to it?
View 49 Replies
View Related
Jul 6, 2010
Whenever I'm on a web page and try to click a link, i get error message saying I've reached maximum number of pages open. But there will only be 1 open...doesn't make sense. Box is checked to open new pages in background. I've tried all sorts to no avail.
View 4 Replies
View Related
Nov 9, 2010
I need to develop an application with downloads the data at the background and update about the progress in the front.
I guess this can be achieved using services and activity and passing data in between the. But, what I need to do is even if I hit back button and then start the activity again. It should check if the service is running or not. If service is not running it should start one else it should display the data from running service.
Something like music player where music is played by a service at a background and activity displays the information. Even on browsing through other activities of the application or hitting back, state of the music player is maintained.
View 1 Replies
View Related
Jan 4, 2010
when i am composing a text message, sometimes the box of the entry goes larger and goes back smaller, is there a way to increase the text entry box size, say, double tap on it to bring up a whole screen text entry area?
View 2 Replies
View Related
Sep 22, 2010
I can't select 3rd party text entry types.
Go into Language & Keyboard - I see Big Buttons Keyboard, Swiftkey Beta and HTC_IME mod listed, all 3rd party keyboards I have installed.
I select one of them. It gives me a warning, I say OK, box is ticked. This keyboard is now selected.
I go to create a new SMS or enter something into the browser.
Stock HTC Keyboard.
I try again. Choose a different 3rd party keyboard. Stock HTC Keyboard.
Am I Just missing some essential stage in the process here, or is something messed up?
View 5 Replies
View Related
Jul 22, 2010
Can downloads be changed to SD card instead of internal memory?
View 6 Replies
View Related
Apr 20, 2012
Ok so today i started my first Android Application in eclipse. how to open a new screen when i press a button, but my question is, how do i open a different screen when i press a different button on the same page? Because you cant just copy and paste the same code for the first button because it gives you duplicate errors.what i can copy/paste or do to get my second button to go to a different screen?
main.class (or java)
Code:
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.widget.Button;
import android.view.View;
import android.view.View.OnClickListener;
[code]....
I am trying to hook button2 in main.xml so that when clicked, it takes me to the animals.xml page.
View 4 Replies
View Related
Oct 6, 2012
How do you make websites automatically open to desktop page not mobile pages.
View 4 Replies
View Related
Nov 9, 2010
I installed the wireless tethering app today and decided to play with it for the heck of it, I was able to set it up, and when I went to my laptop and hit refresh I was able to see the network, I then tried to connect and it would not connect, as it said something about a 13 key ascii so I checked to see and checked the password and still could not connect got the same error message, i then decided to disable the encryption and then refresh the network and tried to connect again, I was able to connect but was not able to open a page up, now i don't know if that was because my reception was not great but still would not open a web page, any suggestions, another note, it rebooted the phone about 3 times and froze the phone once, I am on the AOSP Mod ROM V 0.9.7. I know the Cat mentioned he got his to work, just curious if it was with this Rom or the CM6 one, any input would be great, just want it as a backup incase of in a bind.
View 14 Replies
View Related
Jan 28, 2010
I want to place a common banner and menu on each Activity with footer too.
Can anyone guide me how can I implement master and child page like asp.net in Android?
View 2 Replies
View Related
Jan 21, 2010
When views with different type have same id and screen orientation changes,
either java.lang.ClassCastException: android.view.AbsSavedState$1 or java.lang.IllegalArgumentException: Wrong state class -- expecting View State will occur. (depends on the view's order)
Because View.dispatchRestoreInstanceState() checks id only.
You may wonder why anyone would make views with different type to have same id.
But it can happen when you use tab activity.
Imagine you have tab activity with two children activity.
Tab1 is ListActivity and Tab2 is ExpandableListActivity.
Both activity have id of "@android:id/list" but the type of view is different.
This means we cannot use ListActivity & ExpandableListActivit at the same in one tab activity.
View 4 Replies
View Related
Apr 13, 2010
We have 2 Eris Droids in our house, when I download something it also shows up in the other droid in the house which is the main phone line for our verizon account. Is there anyway to change that or no?
View 30 Replies
View Related
Jan 21, 2010
I need to pass a value back to the same activity and refresh the activity to generate new data. Can anyone please provide me some ideas/guidance on how to do it?
I had try using intent to call the same activity but it doesn't work. Here is the code which i tried to use intent code...
View 1 Replies
View Related
Jul 30, 2009
I have a notification that starts my activity and passes a messages using the intent's putExtra() function. The message is then displayed to the user in the activity's onCreate function. When the application is restarted due to a orientation change, the message is shown again as it is still in the intent's bundled data.
How can I remove the extra data?
I tried the following:
Bundle bundle = getIntent().getExtras();
if (bundle.getBoolean("showMessage")) {
// ... show message that is in bundle.getString("message")
// remove message
bundle.remove("showMessage");
}
But the message will still be shown after the orientation changed, seems like the intent used is not the one I changed, but the original one. The only workaround I found is to save the showMessage additionally in onSaveInstanceState(). Is there another way? Or is this the way to go?
View 2 Replies
View Related