[android-developers] Hello I want to publish my first App and have a few questions

2016-08-14 Thread Tobias
I was busy learning and developing my first hobby app project in the last few months which is almost ready for release. I plan to include ads with AdMob if/when the app reaches enough downloads to make it profitable. Then I would need to register a small business in my country (Germany).

[android-developers] Re: Scale centerCrop on Activity windowBackground drawable

2016-06-29 Thread Tobias Ekblom
Any luck with this? Den fredag 9 april 2010 kl. 07:17:59 UTC+2 skrev patbenatar: > > Hey all- > > I'm trying to make my loading screen [for while data is fetched from > the Web] display faster by using a background drawable on the Activity > instead of a full-screen ImageView. This works as it

[android-developers] Published App not visible in PlayStore

2016-06-19 Thread Tobias K
Hi, a few days ago we've published our second android game. When I search it in the PlayStore it is not visible. The only way to get on the store entry is by clicking on our first game on "other apps developed by..." The game is called "Highway Race" from Maikor Studios. Does anybody has a

[android-developers] Using custom xsd besides xmlns:android

2016-02-27 Thread Tobias Baumeister
In my custom XML files (located in res/xml), I want to use the Android Namespace (xmlns:android="http://schemas.android.com/apk/res/android;) to be able to use attributes like android:text. However, I also want to set my own XSD-File for validation purposes (for myself only. So Android Studio

[android-developers] Referencing string resource in custom XML resource

2016-02-26 Thread Tobias Baumeister
I have custom xml files saved in my res/xml folder which use my own schema. Example: 1 Hello! How are you? Now I am trying to replace the string in the `text`-tags by a string resource (e.g. @strings/dialog_text_1). However, this does not seem to work. Is this even possible and if yes, how?

[android-developers] Re: Scenario where initLoader() does not call onLoadFinished()

2015-01-11 Thread Tobias Fuss
Hello Rainer, currently struggling with the same issue and already tried nearly every possible solution out there (besides using the SupportLoaderManager) Your solution does not work in my case, after configuration change i still get no onLoadFinished-callback and therefore the data-field stays

[android-developers] Re: Choreographer regularly skipping frames during OpenGL Render

2014-05-21 Thread Tobias
Are you using TextureView? Do you see the same issue with a GLSurfaceView? You could also try using http://developer.android.com/tools/debugging/systrace.html to see if anything strange is going on in the system when you drop frames. OpenGL-wise it looks pretty simple. Tobias Den tisdagen den

Re: [android-developers] Re: How to calculate a tablets resolution before purchasing the tablet

2014-05-21 Thread Tobias
the manufacturer could choose a different bucket. Tobias Den onsdagen den 16:e april 2014 kl. 09:14:48 UTC+2 skrev Simon Giddings: Thank you Marina for your reply which is much more useful. Even if it means that I am stuck at this point. After all, as independent developers, we are not all

[android-developers] Proxy support for ALL apps (when?)

2013-05-02 Thread Tobias Fuss
Hey guys, one of the most important features for using android devices at universities, companys, governments etc. is still missing in android! *It's proxy support (with authentication) for ALL apps and not just the browser...* There are a few issue-threads on google code (

Re: [android-developers] Digest for android-developers@googlegroups.com - 25 Messages in 11 Topics

2013-02-01 Thread Tobias Lindberg
-- -- 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+unsubscr...@googlegroups.com For more options,

[android-developers]

2013-02-01 Thread Tobias Lindberg
-- -- 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+unsubscr...@googlegroups.com For more options,

Re: [android-developers] Re: Toast not showing on Samsung Galaxy S3 (latest update 4.1.2)

2013-01-17 Thread Tobias Lindberg
Hehe, yeah. 2013/1/17 b0b pujos.mich...@gmail.com On Wednesday, 16 January 2013 10:43:37 UTC+1, Kostya Vasilyev wrote: Heh. Looks like it *is* intentional. https://android.googlesource.**com/platform/frameworks/base/+** /refs/heads/master/services/**java/com/android/server/**

Re: [android-developers] Re: Toast not showing on Samsung Galaxy S3 (latest update 4.1.2)

2013-01-16 Thread Tobias Lindberg
/detail?id=35013 In other words, if you disable application notifications, Toasts also are disabled for that particular application. Could this be the reason for behaviour Tobias is facing? -- H On Jan 15, 2013, at 11:18 PM, bob b...@coolfone.comze.com wrote: I have also tried

Re: [android-developers] Re: Toast not showing on Samsung Galaxy S3 (latest update 4.1.2)

2013-01-16 Thread Tobias Lindberg
+ by user request.); return; } Line 114: private static final boolean ENABLE_BLOCKED_TOASTS = true; Commit diff: https://android.googlesource.com/platform/frameworks/base/+/0da673f02e542c644c300568807c80e196296860%5E ! -- K 2013/1/16 Tobias Lindberg

Re: [android-developers] Re: Toast not showing on Samsung Galaxy S3 (latest update 4.1.2)

2013-01-16 Thread Tobias Lindberg
True, will do. 2013/1/16 Raghav Sood raghavs...@gmail.com @Tobias Now that you've found the problem, it'd be nice if you could close your question on StackOveflow as well. I posted the answer for now, but it would probably be best if you posted it from your own account and accepted

Re: [android-developers] Re: Toast not showing on Samsung Galaxy S3 (latest update 4.1.2)

2013-01-15 Thread Tobias Lindberg
My carrier is a Danish carrier called Tre (Three) but I dont have a carrier dependent phone, I ordered it over the internet. 2013/1/14 bob b...@coolfone.comze.com Who is your carrier? On Monday, January 14, 2013 7:06:36 AM UTC-6, Tobias wrote: I have a toast displayed in the following way

[android-developers] Re: Toast not showing on Samsung Galaxy S3 (latest update 4.1.2)

2013-01-15 Thread Tobias
My carrier is a Danish carrier called Tre (Three) but I dont have a carrier dependent phone, I ordered it over the internet. On Monday, January 14, 2013 5:38:53 PM UTC+1, bob wrote: Who is your carrier? On Monday, January 14, 2013 7:06:36 AM UTC-6, Tobias wrote: I have a toast displayed

Re: [android-developers] Re: Toast not showing on Samsung Galaxy S3 (latest update 4.1.2)

2013-01-15 Thread Tobias Lindberg
application. Could this be the reason for behaviour Tobias is facing? -- H On Jan 15, 2013, at 11:18 PM, bob b...@coolfone.comze.com wrote: I have also tried this with the Galaxy S3 and 4.1.1, and the Toast shows fine. -- You received this message because you are subscribed to the Google

[android-developers] Toast not showing on Samsung Galaxy S3 (latest update 4.1.2)

2013-01-14 Thread Tobias
toasts are being displayed. Have anyone else experienced this and have a solution? Thanks, Tobias -- 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

Re: [android-developers] Toast not showing on Samsung Galaxy S3 (latest update 4.1.2)

2013-01-14 Thread Tobias
AM, Tobias tobias.e...@gmail.comjavascript: wrote: I have a toast displayed in the following way: Toast.makeText(context, The message, Toast.LENGTH_LONG).show(); I am 100% I am displaying the toast from the UI thread and I can add that it worked fine for many devices

Re: [android-developers] Toast not showing on Samsung Galaxy S3 (latest update 4.1.2)

2013-01-14 Thread Tobias
Guy) wrote: On Mon, Jan 14, 2013 at 8:48 AM, Tobias tobias.e...@gmail.comjavascript: wrote: I am using an Activity context. As mentioned it works on every phone I have in the office but the Samsung Galaxy S3 and it used to work on Galaxy S3. To me it seems like Samsung have broken

Re: [android-developers] Toast not showing on Samsung Galaxy S3 (latest update 4.1.2)

2013-01-14 Thread Tobias
that the code paths in which you raise the Toast is still being executed? On Mon, Jan 14, 2013 at 9:05 AM, Tobias tobias.e...@gmail.comjavascript: wrote: I tried for e.g. the Alarm app and ofc the Toast worked there but I still find it strange, I haven't made any changes and it worked

Re: [android-developers] Toast not showing on Samsung Galaxy S3 (latest update 4.1.2)

2013-01-14 Thread Tobias
To bad, got any more clues on what could be wrong, this is making me crazy. Galaxy S3 is a too popular phone to ignore =/ On Monday, January 14, 2013 3:59:03 PM UTC+1, Mark Murphy (a Commons Guy) wrote: On Mon, Jan 14, 2013 at 9:24 AM, Tobias tobias.e...@gmail.comjavascript: wrote: I

[android-developers] Best open source ImageView pinch zoom project

2013-01-04 Thread Tobias
pinch zooming, panning as well as work together with a ViewPager. Thank you in advance, Tobias -- 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

Re: [android-developers] Best open source ImageView pinch zoom project

2013-01-04 Thread Tobias
not tried the other three, though the third one (PhotoView) looks intriguing. On Fri, Jan 4, 2013 at 7:45 AM, Tobias tobias.e...@gmail.comjavascript: wrote: There is a bunch of open source projects offering pinch zooming in an ImageView. Here is a few of them: TouchImageView by MikeOrtiz

[android-developers] Re: Best open source ImageView pinch zoom project

2013-01-04 Thread Tobias
Does it support everything I mentioned? - pinch zoom - panning - and doing this inside a ViewPager On Friday, January 4, 2013 3:36:55 PM UTC+1, b0b wrote: - ImageViewZoom by sephirot74 ( https://github.com/sephiroth74/ImageViewZoom) I'm using this one and it works great.

Re: [android-developers] OpenGL and Camera Preview - blending together gets “over saturated” color

2012-08-08 Thread Tobias Reich
, Tobias Reich tobias...@gmail.comjavascript: wrote: I'm working on a new Galaxy S3 and found a problem that didn't occur on other phones like my old Galaxy S1 or the Galaxy S2 - which has almost the same GPU as the S3. When drawing my OpenGL models on top of my camera image like this: mGLView

Re: [android-developers] OpenGL and Camera Preview - blending together gets “over saturated” color

2012-08-08 Thread Tobias Reich
but at least it is a solution! Thank you very much! Tobias Am Dienstag, 7. August 2012 09:08:57 UTC+2 schrieb Romain Guy (Google): Hi, You should output your colors with premultiplied alpha. Your code should look like this: vec3 color = clamp(textureColor.rgb * lightWeighting.xyz, 0.0, 1.0

Re: [android-developers] OpenGL and Camera Preview - blending together gets “over saturated” color

2012-08-08 Thread Tobias Reich
So than it was just pure luck it worked fine with all the previous versions? What changed? Why can't it just be like it was before? I mean, its okay now and not really a big problem. - even though I don't know where I could have seen that information in the API. Thanks anyway! -- You received

[android-developers] OpenGL and Camera Preview - blending together gets “over saturated” color

2012-08-07 Thread Tobias Reich
values. Is there any way of clamping both values together since in the Shader I can only clamp the actual rendered fragment somehow without asking for the camera preview values. :-( Thank you very much! I hope it is not a severe problem, Tobias Reich -- You received this message because

[android-developers] Re: OpenGL ES on Camera Preview

2012-08-07 Thread Tobias Reich
Huh, sorry, might be that I made a mistake when compiling. Please try it again. Do you have a Galaxy S3? And there are no distortions in the lower grey area? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Re: OpenGL and Camera Problem

2012-08-07 Thread Tobias Reich
rights)? Thank you anyway. I just got some other replys that it didn't work on other phones as well. So I wonder what was changed. Does anyone know a working Augmented Reality App for the S3? Anyway, thank you for your help, Tobias -- You received this message because you are subscribed

[android-developers] Re: Sending file using Android built-in OPP Bluetooth transfer

2012-07-11 Thread Tobias Moe Thorstensen
Hi Diego! First of all, thanks for a nice example. Iam able to send files from my android device no a non-android device. But thats not exactly what I am looking for. I have a device which supports the OBEX OPP, this has an send function for sending files to other bluetooth enabled devices.

[android-developers] ICS Emulator does not display webcam picture

2012-06-04 Thread Tobias Manthey
I just created an r15 avd. Every time it starts on my sony laptop I can select my (internal) webcam from the list. But neither the camera active led turns on nor I see a picture from webcam in the camera app. Skype works just fine with the camera. If I type emulator -webcam list -avd Test

[android-developers] GPU emulation and hardware acceleration for self-build android + android kernel (goldfish) builds

2012-06-04 Thread Tobias Markmann
Hi, I've been trying to get GPU emulation and hardware acceleration working for my self compiled android intel builds on Mac OS X but it just won't work. As soon as I turn GPU emulation on I see graphic artifacts and the visual is completely unusable. For hardware acceleration I don't see HAX

[android-developers] Re: Hardware accleration slow down every Canvas app. Why?

2012-01-26 Thread Tobias
Would it be possible to have the framework batch rendering operations automatically by using some kind of retained mode rendering, to make life easier for developers? /Tobias On 17 Jan, 00:47, Romain Guy romain...@android.com wrote: I Romain I really appreciate your effort to help me, really

[android-developers] Re: Where has the menu button gone on the Actionbar?

2011-12-12 Thread tobias
Same issue here and no solution. I think it is awful to change the origin menu key design. Why not just leave it at the bottom of the screen. You can force the device to display the menu key as a soft-key by setting the target-sdk in your manifest to something lower than 10. Not the nicest of

[android-developers] Re: minSdkVersion and update app on market

2011-12-01 Thread tobias
Haven't tested this, but the upload function of the Market tells you in this case something like: The version of the App that you are uploading is available for less devices than the previous version that you've published. Users of devices that are not supported by your latest version will

[android-developers] Re: Where has the menu button gone on the Actionbar?

2011-12-01 Thread tobias
Maybe the menu button on ActionBar is forcibly concealed on devices with hardware keys? Quote from the Android documentation on the Action Bar: The overflow menu is revealed either by the device MENU button (if provided by the device) or an additional button in the action bar (if the device

[android-developers] Re: SurfaceHolder.Callback.surfaceCreated not being triggered when surface is re-created

2011-11-29 Thread tobias
Had exactly the same problem. As it looks like, the issue is not that the callback isn't fired, but that when Android creates a new SurfaceView, it also creates a new holder. Check if this helps you:

[android-developers] Re: How to move an android market app from an old account to a new account?

2011-11-29 Thread tobias
You can contact the market team via this support link http://www.google.com/support/androidmarket/developer/bin/request.py?contact_type=contact_policy A thread that's related to your question: http://www.google.com/support/forum/p/Android%20Market/thread?tid=4e3d0dbf24d46167hl=en -- You

[android-developers] Re: Action Bar

2011-11-23 Thread tobias
There are no 3.0/3.1 -large devices. The ~7 tablet size was not supported until Android 3.2. From what I can see Google TV runs on Android 3.1, and is reacting as a large device. Not to sure on this though as there are a number of devices out and I don't know how all of them react. -- You

[android-developers] Re: Action Bar

2011-11-23 Thread tobias
So what's the verdict on this? I have an app that runs in landscape. Running this even on a large size phone with Ice Cream Sandwich (on the Emulator right now for lack of access to a real device), the Action Bar takes up a major amount of space on the screen. Add an AdMob Banner to this, and

[android-developers] ActionBar for Tablets, Stacked Menu for Phones?

2011-10-23 Thread tobias
Looking for some guidance on whether to use the ActionBar or not. The problem is that the ActionBar takes away a major amount of real estate on the screen. That's not a problem on tablets. It is on phones though for my app. With Ice Cream Sandwich bringing ActionBars to phones, I'm in trouble: I

[android-developers] ratingBar - strange problem

2010-11-29 Thread Tobias
Hello, I have a strange problem. I want to use the standard ratingBar in my app. I want to put in in an alertdialog, like it is done in the android market app. In the emulator it looks quite good. Same as I run the API demo ratingBar1. But if I run it on my Desire froyo it looks strange. Between

[android-developers] ratingBar strange problem on htc desire

2010-11-29 Thread Tobias
Hello, I have a strange problem. I want to use the standard ratingBar in my app. I want to put in in an alertdialog, like it is done in the android market app. In the emulator it looks quite good. Same as I run the API demo ratingBar1. But if I run it on my Desire froyo it looks strange. Between

[android-developers] Multicast through virtual router of the emulator

2010-06-03 Thread Tobias
Hello, I am trying to set up a application that sends out a multicast message. The problem is, that the virtual router of the emulator cant handle the multicast packet and drops it. What can I do? -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Wevservices (WS-*) with Android using DPWS

2010-05-27 Thread Tobias
hello, I want to create an App based on webservices (using Soap), I dont want to use REST. There is a posibility to use ksoap2, see here: http://www.jkoeber.de/2010/03/13/android-webservice-soap-xml-rpc/ But I want to use dpws (for java you can use ws4d) I also found something about dpws for

[android-developers] How to load a file from assets directory in native code?

2009-12-02 Thread Tobias
that it is supposed to look in the assets directory? I am using cygwin for my make if it makes a difference. Best regards, Tobias Lindberg -- 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

[android-developers] Launch the WebBrowser with intent with a Button gives NullPointer Exception

2009-08-22 Thread Tobias Eisentraeger
Hello, I have trouble launching the WebBrowser with an Intent with a Button Click. I try doing this in the onCreate Method of my Activity: final Button getTheButtonBtn = (Button) this.findViewById(R.id.ButtonTheButton); getTheButtonBtn.setOnClickListener(new View.OnClickListener() {

[android-developers] Re: Launch the WebBrowser with intent with a Button gives NullPointer Exception

2009-08-22 Thread Tobias Eisentraeger
? When i click on debug and set a breakpoint, it never stops. It just installs it on the device. Toby On Sat, Aug 22, 2009 at 6:59 AM, Mark Murphy mmur...@commonsware.comwrote: Tobias Eisentraeger wrote: Hello, I have trouble launching the WebBrowser with an Intent with a Button Click

[android-developers] Re: Launch the WebBrowser with intent with a Button gives NullPointer Exception

2009-08-22 Thread Tobias Eisentraeger
Mark, That was it, i called findViewById() before calling setContentView() , thank you so much. Toby On Sat, Aug 22, 2009 at 11:02 AM, Mark Murphy mmur...@commonsware.comwrote: Tobias Eisentraeger wrote: Hello Mark, thanks for looking into that with me. The problem is the Button

[android-developers] Trouble with signing apk

2009-08-09 Thread Tobias Eisentraeger
Hello group, I created a little app and uploded it to the Market, it is online, its the Locale Http Request Plug-in. I signed it with Eclipse using the build in creation of the key file, gave it 35 years lifetime. But when I install it with the Market on my phone, it downloads it and then gives

[android-developers] Re: Trouble with signing apk

2009-08-09 Thread Tobias Eisentraeger
Ok, the only thing i did not find in eclipse is how i compile in release mode. I think i did the rest correct. How do i compile in release mode? Thanks, --- Toby 9. Aug 2009 10:11 vorm. schrieb am adam jones adjo...@googlemail.com: Hello Tobias, Yes you can follow the process as mentioned

[android-developers] Re: Trouble with signing apk

2009-08-09 Thread Tobias Eisentraeger
and select Android Tools-Export Unsigned Application Package. -- Jack Ha Open Source Development Center ・T・ ・ ・Mobile・ stick together The views, opinions and st... On Aug 9, 2:34 am, Tobias Eisentraeger teisentrae...@googlemail.com wrote: Ok, the only thing i did not find in eclipse is how i compile