[android-developers] Webview out jump to anchor after loadData

2011-07-19 Thread SImplyG2010
Hi! I hope someone can help. Does anyone know if there is a way to get a webview to automatically jump to an anchor on a webview after the webview has been populated using loadData? I don't want the user to have to press a link in order to get it to jump you see I would like to just pass the

[android-developers] Re: Webview out jump to anchor after loadData

2011-07-19 Thread SImplyG2010
Actually would this work webview.loadUrl(file:///android_asset/main.html + # + anchor); Can I append a anchor to the end of a load url from an asset? On Jul 19, 11:00 pm, SImplyG2010 thomas.sheppar...@gmail.com wrote: Hi! I hope someone can help. Does anyone know if there is a way to get

[android-developers] Tween plus frame animation

2011-04-25 Thread SImplyG2010
Hi! Can anyone tell me is it possible to run both a frame and tween animation at the same time? I am trying to move an image from one side of the screen to the other at the middle switch the image and continue to move the image so my idea was to have a translate animation to handle the movement

[android-developers] Gallary Scroll and click event

2011-04-05 Thread SImplyG2010
Good evening, I have a Gallery view in which each item consists of a table view with two rows of three cells. Each time someone clicks on the image in one of these cells I would like to launch a image specific intent however if I set an on click listener for each of the image views then the

[android-developers] 3.0 Recent Apps

2011-04-04 Thread SImplyG2010
Hey guys, Does anyone know the equivalent of Intent inte = new Intent(); inte.setAction(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); sendBroadcast(inte); In honeycomb to force the recent activites pop up window to close? The above works on 2.3.3 for the

[android-developers] Zoom event on Webview

2011-03-18 Thread SImplyG2010
Hello, Does anyone know if there is an event you can subscribe to that is fired when a webview is zoomed in or out? thanks. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Re: Disable dictionary on softkeyboard ?

2011-02-02 Thread SImplyG2010
Put the input type as email I think that gets rid of the dictionary. On Feb 2, 8:38 am, mac-systems jens.h...@gmx.de wrote: Hello, my target version is still 1.6, how can i prevent the dictionary to appear ? I want that the user simply enters text as he types it. Since SDK Target Version 5

[android-developers] Re: C++ exception support confusion

2011-01-13 Thread SImplyG2010
Hey Allen, 1.5 takes up 5% of the devices on market http://developer.android.com/resources/dashboard/platform-versions.html however that was not your question. Did you see this in the docs? Similarly, the NDK toolchain supports C++ RTTI (RunTime Type Information) since NDK r5, but all C++

[android-developers] HTTPClient post delay

2010-11-16 Thread SImplyG2010
Good morning everyone, I am having a hugely annoying issue with delays using HTTPClient and post the first time I call execute on the client the response takes 5 seconds to come back. Subsequent calls take around 100 to 200 ms. I am using the Apache client so does anyone know why this takes so

[android-developers] Re: HTTPClient post delay

2010-11-16 Thread SImplyG2010
the IP address in the url, rather than server name? -- Kostya 16.11.2010 18:31, SImplyG2010 пишет: Good morning everyone, I am having a hugely annoying issue with delays using HTTPClient and post the first time I call execute on the client the response takes 5 seconds to come back

[android-developers] Re: HTTPClient post delay

2010-11-16 Thread SImplyG2010
Daniel what do you use instead? The weird thing is that the timings shown above are purely for the execute call not the creation of the client object or anything. On Nov 16, 11:09 am, Daniel Drozdzewski daniel.drozdzew...@gmail.com wrote: On Tue, Nov 16, 2010 at 3:31 PM, SImplyG2010

[android-developers] Re: HTTPClient post delay

2010-11-16 Thread SImplyG2010
, 2010 at 4:22 PM, SImplyG2010 thomas.sheppar...@gmail.com wrote: Daniel what do you use instead? The weird thing is that the timings shown above are purely for the execute call not the creation of the client object or anything. Thomas, What I meant was that I have not been using HttpClient

[android-developers] Dialog change orientation

2010-10-22 Thread SImplyG2010
Hi, Does anyone know if it is possible to change the orientation of a dialog ONLY. So i show a dialog in landscape while the activity remains in portrait. Anyone know how to do this? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Spinner in ListView Activity

2010-10-18 Thread SImplyG2010
Hi, Has anyone seen a a onItemSelected not being called when using a spinner inside a listviewActivity. I have the code below Inside a listViewActivity. protected void onCreate(Bundle savedInstanceState){ super.onCreate(savedInstanceState);

[android-developers] Re: Spinner in ListView Activity

2010-10-18 Thread SImplyG2010
Sorry Bret I do not understand in which onClickListener? The button or the onItemSelected listener? On Oct 18, 1:31 pm, Bret Foreman bret.fore...@gmail.com wrote: Are you calling the super of the onClick method in the onClickListener? -- You received this message because you are subscribed to

[android-developers] Featured apps

2010-09-12 Thread SImplyG2010
Anyone know how the featured applications are chosen on Android market? I would like to put one of my apps forward for consideration. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] MapView singleton issue

2010-08-24 Thread SImplyG2010
Hey All, Has anyone soon an issue with using two different sized map view on two screens? I am getting a problem as follows. 1) Add a full screen map to a Activity with an overlay. 2) On tap for the overlay item start a new activity with a small mapview say 1/3 of the screen. Zoom the mapview in

[android-developers] Adsense link to market

2010-08-11 Thread SImplyG2010
Hey Guys, I have a Google Adsense Ad running and wanted the link on the mobile campaign to go straight to market using the normal search style url. This however does not work as the ad's keep getting rejected due to the link going nowhere. Has anyone solved this issue? -- You received this

[android-developers] Re: Could not find ***.apk!

2010-08-11 Thread SImplyG2010
Try going into the code and just hitting the space bar. The apk file has not been built. On Aug 11, 6:51 pm, Andrdev gm93...@gmail.com wrote: hello guys,                 upgraded to android 2.2 on win xp with eclipse IDE. created a test project when i try to run it, getting this error -

[android-developers] Gallery View Null covertView

2010-08-10 Thread SImplyG2010
Good afternoon, Does anyone at Google know when the null return for Gallery view may be resolved? I know it was slated for long ago but didn't make it. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to