Re: [android-developers] Convert a view (layout) to a Bitmap

2012-11-18 Thread Piren
Holy fuck dude... you should really google his name... On Saturday, November 17, 2012 10:18:27 PM UTC+2, Justin Buser wrote: I don't understand why I keep finding different posts by you about forcing layout passes. The View instance this person is referring would never go through a layout

[android-developers] Re: Tabs in Android Tab Host

2012-11-18 Thread Piren
There's no real limit. If the text doesn't fit, just provide your own view for the tabs themselves. I found early on that doing your own custom layout works much better anyway. On Friday, November 16, 2012 10:16:59 PM UTC+2, Anand wrote: I have an application that uses custom tab layout with

[android-developers] Re: webview can not display twitter page

2012-11-18 Thread Piren
Webviews support redirecting without an issue. other than the suggestions on StackOverflow, i'd also check SSL certificate exception (i recall getting one on android versions below 2.3.3) To verify you could either use the proper handler to catch those or just open the link in your native

Re: [android-developers] Re: Network error IOException while trying to Sync Data From SQL Server

2012-11-18 Thread Andrew Mackenzie
Have you tried the loop back address for the PC 10.0.2.2 from your Android device? -- 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@googlegroups.com To unsubscribe from this group, send

[android-developers] Re: Android In App Billing opening in foreground

2012-11-18 Thread AlphaBeta
bump. Does anyone need additional information? On Saturday, November 17, 2012 3:40:51 AM UTC-8, AlphaBeta wrote: Hi guys, I have in app billing working and it is copied from the Android Sample. The problem is, I am opening the application from a screen class I created but I have the

[android-developers] Calling startActivity() from outside of an Activity context requires the FLAG_ACTIVITY_NEW_TASK flag

2012-11-18 Thread Francisco Marzoa
Hi, I am getting many reports of crashes with this error condition: android.util.AndroidRuntimeException: Calling startActivity() from outside of an Activity context requires the FLAG_ACTIVITY_NEW_TASK flag. Is this really what you want? The problem is that the reported stack does not made

[android-developers] Compass Library

2012-11-18 Thread Ichsan
Dear All I'm developing a compass application. I see that orientation sensor is deprecated, so I use magnetic sensor in combination with acceleration sensor (for devices which have ones). I'm only interested in azimuth value. Some devices give me smooth value, but some give me very unstable

[android-developers] SGS3 max VM budget

2012-11-18 Thread Francisco Marzoa
Does anyone by chance know what is the maximum VM heap memory size for a SGS3? Thanks in advance, -- 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@googlegroups.com To unsubscribe from

[android-developers] Re: Calling startActivity() from outside of an Activity context requires the FLAG_ACTIVITY_NEW_TASK flag

2012-11-18 Thread skink
Francisco Marzoa wrote: Hi, I am getting many reports of crashes with this error condition: android.util.AndroidRuntimeException: Calling startActivity() from outside of an Activity context requires the FLAG_ACTIVITY_NEW_TASK flag. Is this really what you want? The problem is that the

[android-developers] Re: Calling startActivity() from outside of an Activity context requires the FLAG_ACTIVITY_NEW_TASK flag

2012-11-18 Thread Piren
It actually says it right there: 3 at android.webkit.CallbackProxy.uiOverrideUrlLoading(CallbackProxy.java:236) The user is clicking a hyperlink in a webview which is attached to the Application Context. Figure out which webview it is, set a webViewClient and override

[android-developers] adt-bundle-windows download from developer.android.com

2012-11-18 Thread Sunghun
Please check your window is 32bit and the bundle is 64bit. -- 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@googlegroups.com To unsubscribe from this group, send email to

[android-developers] Re: SdkController app

2012-11-18 Thread colin
I really would appreciate some help with this. Here is some debug output from the emulator - C:\android\adt-bundle-windows\sdk\toolsemulator -avd tab7 -debug sensors_port,mtport,sdkctlsocket -screen multi-touch emulator: SDKCtl sensors: Socket is connected. emulator: SDKCtl sensors: Sending

[android-developers] ADB.EXE Disappeared

2012-11-18 Thread Kevin Brooks
This problem has come up again. I had it under my Linux side of my computer and never could get it fixed. So I switched to the Windows side of my computer, installed Eclipse and the Android SDK. Everything was working fine until yesterday. When I came into my office, my computer had crashed

Re: [android-developers] ADB.EXE Disappeared

2012-11-18 Thread Mark Murphy
That should come from Android SDK Platform-tools, in the Tools area of the SDK Manager. On Sun, Nov 18, 2012 at 9:40 AM, Kevin Brooks bear35...@gmail.com wrote: This problem has come up again. I had it under my Linux side of my computer and never could get it fixed. So I switched to the

Re: [android-developers] ADB.EXE Disappeared

2012-11-18 Thread Mark Murphy
You will also find it in the ADT bundle (which ships with the latest platform-tools). On Sun, Nov 18, 2012 at 9:52 AM, Mark Murphy mmur...@commonsware.com wrote: That should come from Android SDK Platform-tools, in the Tools area of the SDK Manager. On Sun, Nov 18, 2012 at 9:40 AM, Kevin

[android-developers] Automated apps testing

2012-11-18 Thread Jack Harvard
Hi, I would like to automate the tests of launching the app in the simulator and run the App till finish, then exit the simulator. Wondering what's the best way to detect whether the App has finish its run, I can think of comparing the frames perhaps? Thanks, J -- You received this message

Re: [android-developers] Automated apps testing

2012-11-18 Thread Mark Murphy
You know when your tests are done when the tests complete, assuming that you are using the standard JUnit test harness. On Sun, Nov 18, 2012 at 11:59 AM, Jack Harvard jack.harv...@gmail.com wrote: Hi, I would like to automate the tests of launching the app in the simulator and run the App

Re: [android-developers] Sobel camera

2012-11-18 Thread Jim Graham
On Fri, Nov 16, 2012 at 05:52:15AM -0800, srikanth wrote: please guide me how to make sobel camera in android application Wrong e-mail list. Try android-ope...@googlegroups.com. But first, look at the OpenCV samples BEFORE you ask on the OpenCV/Android list. Later, --jim -- THE SCORE:

[android-developers] How do I fix this error

2012-11-18 Thread Kevin Brooks
I am getting the following error. DescriptionResourcePathLocationType The project was not built due to A resource exists with a different case: '/AlcoholTracker/bin/classes/com/DBIndustries'.. Fix the problem, then try refreshing this project and building it since it may be

[android-developers] Re: How do I fix this error

2012-11-18 Thread Lew
Bear35805 wrote: I am getting the following error. DescriptionResourcePathLocationType The project was not built due to A resource exists with a different case: '/AlcoholTracker/bin/classes/com/DBIndustries'.. Fix the problem, then try refreshing this project and

[android-developers] Problem Searching the Array in a Spinner

2012-11-18 Thread Mark Phillips
I have a spinner defined as: Spinner android:id=@+id/spinner_temperature android:layout_width=match_parent android:layout_height=wrap_content android:entries=@array/temperature_units android:prompt=@string/prompt_temperature_units / In strings.xml I have string-array name=temperature_units

[android-developers] You need to enter a valid Youtube address.

2012-11-18 Thread Keith Wiley
I realize this issue is not really about Android development, but ever since the Android Market Forum went away, I have not been sure where developers should discuss Google Play Store administration problems. If you know a better place than this group, please politely inform me, I would

[android-developers] Android - Add Sasl Authentication with k9mail

2012-11-18 Thread Karthik
I am developing an android email client application with sasl authentication. For this I am using k9-mail email client open source. Now I want to add sasl authentication with this k9-mail. Is it possible? If yes give me some samples regarding this would be great. -- You received