[android-developers] Where can I find source code for "Designing effective navigation" Google tutorial?

2018-03-28 Thread Anton Zavialov
Hi, there! I really like the android app design introduced in the official android developers tutorial https://developer.android.com/training/design-navigation/wireframing.html However, I cannot find the source code for the app. Could anyone please share the link to the source code? Thanks!

[android-developers] Doze mode. What to do?!

2018-03-26 Thread Anton Popov
Hello! We are developing an application for the ambulance. It should be constantly in communication with the server and up to Android N everything worked well (background service is used). But the new Doze mode disables access to the network, which stops the application. On the device in the ap

[android-developers] Alarm Clock App setting multiple alarms does not work.

2016-06-20 Thread Anton Gustafsson
Here is my AlarmService: https://gist.github.com/Baxtex/f4be1850953b4eb05c0dc26033345886 Setting an alarm on a single day works fine, the alarm rings when it should. But If I ser an alarm for multiple days, the alarm never rings. Why is this? I have uniqe Requesetcodes, as I understand this see

[android-developers] Re: App crashes when trying to get SensorManager

2015-08-30 Thread Anton Persson
A simple reboot of the Nexus 9 solved the issue... On Sat, Aug 29, 2015 at 9:54 PM Anton Persson wrote: > Hi, > > I'm working on an app that uses the accelerometer. The app works just fine > and dandy on a Nexus 5 and a Samsung Galaxy S6. However, when I run it on a > N

[android-developers] App crashes when trying to get SensorManager

2015-08-29 Thread Anton Persson
rvice(Context.SENSOR_SERVICE); If I remove that line it works just fine. (Except that I cannot use the accelerometer...) >From the log it seems pretty serious. Any ideas? Best Regards Anton -- You received this message because you are subscribed to the Google Groups "Android Developers"

Re: [android-developers] OpenGL ES Native Resolution

2014-05-23 Thread Anton Persson
t is in my project and nowhere else. Best Regards Anton On Fri, May 23, 2014 at 9:59 PM, Harri Smatt wrote: > Whoops, > > It was supposed to read Renderer.onSurfaceChanged instead.. > > -- > H > On May 23, 2014 10:56 PM, "Harri Smatt" wrote: > &

[android-developers] OpenGL ES Native Resolution

2014-05-23 Thread Anton Persson
resolution and upscaling which seems to be the default? Best Regards Anton -- 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] Re: ALL DEVELOPERS PIRATED APPLICATION ALL OVER!

2013-02-09 Thread Anton Kaiser
bit of ad revenue for giggles) app > cracking is a concern. Educating yourself on the different ways it can > be done would be good knowledge to have. (FYI, there are automated > tools today that crack apps doing all sorts of crazy things like > disassembling and rewriting your by

Re: [android-developers] Re: ALL DEVELOPERS PIRATED APPLICATION ALL OVER!

2013-02-09 Thread Anton Kaiser
Just for the fun of it, I've read all the answers here. And Rob H. is the one deserving my +1 ;) Still, the idea of your solution is good, but it is even easier to pirate your app. This is because the in-app purchase system is flawed an has already been broken. It is enough for any user to have

[android-developers] Re: Required: Sr. NET Developer at Santa Clara, CA

2012-12-10 Thread Anton Kaiser
Hm nah, he didn't state anything about the salary. Kirk is way too overpowered and therefore too expensive I guess. Edit: Chris Pine could do though. Am Montag, 10. Dezember 2012 06:56:33 UTC+1 schrieb Fred Grott: > > Hmm, maybe we should just start suggesting fictional characters to see how > m

[android-developers] Re: Required: Sr. NET Developer at Santa Clara, CA

2012-12-10 Thread Anton Kaiser
Hm nah, he didn't state anything about the salary. Kirk is way too overpowered and therefore too expensive I guess. Am Montag, 10. Dezember 2012 06:56:33 UTC+1 schrieb Fred Grott: > > Hmm, maybe we should just start suggesting fictional characters to see how > many get the joke? > > I say we sta

Re: [android-developers] Required: Sr. NET Developer at Santa Clara, CA

2012-12-09 Thread Anton Kaiser
Seriously? Am Freitag, 7. Dezember 2012 13:12:31 UTC+1 schrieb jayavelu viswanathan: > > > https://play.google.com/store/apps/details?id=com.jay.memory&feature=search_result#?t=W251bGwsMSwxLDEsImNvbS5qYXkubWVtb3J5Il0 > . > > On Thu, Dec 6, 2012 at 9:26 PM, Munawar Ali > > wrote: > >> Hi Friend,

[android-developers] Re: android.intent.action.HEADSET_PLUG Permission

2012-11-01 Thread Anton Kaiser
Can you tell us why you have to send one of those protected broadcast? I can't imagine any scenario. Maybe we will find other ways to achieve your goals. -- 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: What is the best phone to buy for Android Development?

2012-10-03 Thread Anton Kaiser
Galaxy Nexus here. Why did nobody mention the app 'Adb Wireless'? It's so comfy not to have to attach the phone to your laptop, especially if you have to move around (your phone or even yourself with it). So another plus for having a device in addition to a set of emulators. -- You received

[android-developers] Re:Json ObectModel

2012-09-08 Thread Anton Kaiser
What doubts do you have exactly? To be honest, I don't understand your problem and your piece of code also doesn't explain what you are trying to achieve. Please be more exact here and give us the details of your goals and doubts. -- You received this message because you are subscribed to the

[android-developers] Re: Get notification status from other apps

2012-09-03 Thread Anton Kaiser
Notifications can include sensitive personal data like a text message or part of an email text. Imagine Android would actually allow apps to forward such data. There might be a way if the device is rooted and the app runs with root rights then, but that would rather be called a virus then ;) Am

[android-developers] How can the software on PC get the status of opening the USB debugging on android phone

2012-08-08 Thread Anton Kaiser
After a device gets connected for USB debugging it appears in the list of devices in adb. Use the system console and type: adb devices Please rephrase your question, it is quite hard to understand what you are trying to accomplish here. -- You received this message because you are subscribe

[android-developers] Re: Building location aware app

2012-07-12 Thread Anton Kaiser
I think what he wants to accomplish is showing pins on the map. This is well-documented in the API reference and there are tons of examples to that. Store coordinates of your desired locations in a SQLite database and calculate the nearest ones (or whatever you want to show) from your current l

[android-developers] Re: In App Billing Limits

2012-07-12 Thread Anton Kaiser
I can't tell you about the limit (must be documented in the API reference or some developer tutorial on In App Billing). If there is a good reason for the limit, Google won't hesitate to remove your app from Google Play if you try to circumvent that limit. Am Mittwoch, 11. Juli 2012 15:05:09 UT

[android-developers] Storing downloaded files into local db??

2012-07-11 Thread Anton Kaiser
Don't do that. There is really no need to bloat databases with files. Save the file on the file system and create an entry for it with the needed meta data and the file path. I know that is not what you wanted to hear, but I'm sure you can't give me a good reason to do it your way ;) -- You

Re: [android-developers] Access to phone's built-in OpenSSL?

2012-06-28 Thread Anton Dyachenko
Please, can you explain process of linking with built in OpenSSL in details. I don't understand what does it mean EVP/Standard stuff. I've already made my own *.so linked against static OpenSSL for test reason, but i must use built in OpenSSL. How can I do it? -- You received this message beca

[android-developers] Re: How to create a x509 certificate?

2012-06-27 Thread Anton Dyachenko
I need similar thing. I have strong busyness requirement - use only built in crypt provider. I need to create both asymmetric key pair and x509 self signed certificate based on it. I've already implemented creating certificate with external Bouncy Castle for test reason, but i need to implement

Re: [android-developers] Play Store hijacking focus after in-app purchase dialog

2012-06-17 Thread Anton Kaiser
Try disassembling comiXology and see how it works there. Am Donnerstag, 14. Juni 2012 03:12:07 UTC+2 schrieb kadmos: > > > 1. When you tested your app on a handful of different devices, did the > >> behavior you dislike persist across all of them? >> > > yes. 3 different ones. > >> >> 2. When

[android-developers] backup & restore in android phone

2012-04-22 Thread Anton -
have searched high & low but not avail. thx&rgds anton -- 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] qr code application

2012-03-22 Thread Anton
Hello guys, I am doing a dissertation with regards to a mobile payment system using qr code. For this system I obviously need a QR code reader. Do you guys know of an API which enables you to read and decode this QR code? Or maybe a simple application which I can modify to my needs? I have found

[android-developers] SocketTimeoutException is not thrown if device screen is locked

2012-03-16 Thread Anton
I implemented STUN client which sends requests to STUN server with specified period and during this period listens for requests from STUN server: private void waitForNextRequest(int timeout) { try { byte[] respData = new byte[1024]; DatagramPacket bRespPacket = new DatagramPacket(resp

[android-developers] Re: Gallery Intent to pick image --- Picasa-based images are invalid (Android 4.0+)

2012-01-26 Thread Anton
Workaround is described here: http://jimmi1977.blogspot.com/2012/01/android-api-quirks-getting-image-from.html -- 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 u

[android-developers] Re: Gallery Intent to pick image --- Picasa-based images are invalid (Android 4.0+)

2012-01-26 Thread Anton
Workaround is here: http://jimmi1977.blogspot.com/2012/01/android-api-quirks-getting-image-from.html On Jan 8, 7:57 pm, John wrote: > I can confirm having this same bug only with picasa images on > Honeycomb and ICS. > > Code: > > file = new File(getPath(intent.getData())); > > java.lang.Runtime

[android-developers] Re: NFC Secure Element

2012-01-20 Thread anton krasnoff
Hi, Tommy! Could you, please, build a new version your Nexus S ROM of Card Emulation with fresh patch from m0rtadelo ? http://forum.xda-developers.com/showthread.php?t=1281946 Many thanks! -- You received this message because you are subsc

Re: [android-developers] Re: Low Latency Audio is gettting worse not better

2012-01-19 Thread Anton Persson
side note - my application runs also on the Open Moko phone. With much lower latency, with a really ancient CPU... (ARM920) So it's laughable if we can't get better numbers on todays high end phones! /Anton On Thu, Jan 19, 2012 at 9:07 AM, Doug wrote: > What numbers? What are y

Re: [android-developers] Re: Low Latency Audio is gettting worse not better

2012-01-18 Thread Anton Persson
is definitely possible! So This is definitely caused by Googles software! regards Anton On Jan 18, 2012 8:47 AM, "Doug" wrote: > I would hazard a guess that a vast majority of consumer mobile devices > are already not suitable hardware for whatever your "pro" audio

Re: [android-developers] Re: Low Latency Audio is gettting worse not better

2012-01-16 Thread Anton Persson
at and make the AudioFlinger wrapper as suggested! Or just fix AudioFlinger, if they wanna invent the wheel again... I don't care about how they do it, JUST DO IT already! /Anton On Mon, Dec 12, 2011 at 4:44 PM, RLScott wrote: > Could you please summarize the current state of au

Re: [android-developers] Abridged summary of android-developers@googlegroups.com - 10 Messages in 8 Topics

2011-07-25 Thread Anton S
On 7/23/11, android-developers+nore...@googlegroups.com wrote: > = > Today's Topic Summary > = > > Group: android-developers@googlegroups.com > Ur

[android-developers] An error (#316) occurred while communicating with the server.

2011-06-30 Thread Anton Spaans
I tried using posting this one through e-mail instead... :-) When trying to answer posts or submit posts on ‘groups.google.com’, I get this error: *An error (#316) occurred while communicating with the server**.*** Is this just me? How can I get around this issue? Thanks! -- You received th

[android-developers] Problem with Nexus S

2011-06-21 Thread Anton Persson
l months to get this issue solved and has not lifted a finger. Regards Anton -- 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 t

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

2011-04-15 Thread Anton S
On 4/15/11, android-developers+nore...@googlegroups.com wrote: > = > Today's Topic Summary > = > > Group: android-developers@googlegroups.com > Ur

[android-developers] Free gesture library

2011-01-30 Thread Anton Persson
basic gestures too that I haven't thought of... :-) If someone has any info - please let me know! ... until then I'll start implementing something my self and I'll post it here if it turns out any good... Best Regards Anton -- You received this message because you are su

[android-developers] Re: Making a video of your app running

2011-01-06 Thread Anton S.
I haven't tried this myself yet (as I'm still in the process of writing my first app), but I think it should be relatively easy and produce a high quality result if you just run your app on an emulator and use some kind of screen-capturing software (like fraps) to record your app running. On Jan 5

Re: [android-developers] Re: Question on memory management in android

2011-01-06 Thread Anton S
t garbage collected in the way you'd expect, and you'll > often run into memory problems if you attempt this. It's a really > hairy topic with a lot of prior conversation around it that you can > easily search and find. > > Doug > > On Dec 30 2010, 1:37 pm, &quo

[android-developers] Re: Problem with application launch on emulator

2011-01-06 Thread Anton S.
I'm not 100% positive on this, but try changing your icon to ".png" instead of using ".jpg". Also here is a guide on Icon styles, including the proper size for different screens: http://developer.android.com/guide/practices/ui_guidelines/icon_design_launcher.html On Jan 5, 6:15 am, Ajay Prabandha

[android-developers] Question on memory management in android

2011-01-04 Thread Anton S.
Hi, I have a single image that is slightly larger than the android screen which I load into a ScrollView. My question is the following: Does android load the entire image into memory even though parts of it are invisible(need to be scrolled to), or does it use some kind of external/internal cache

[android-developers] MediaPlayer and video problem

2010-10-01 Thread Anton Okolelov
I try to play video, but all I get is sound and black screen. I don't understand what's wrong with the code. That video is 3gp, it works on my phone if I run it using standard phone player (without my program). I tryed VideoView, but no result... Please help! here's code: package danilka.appl;

[android-developers] Nobody can stop Androids MediaRecorder...

2010-09-21 Thread Anton Trapp
emulater, installed/ removed/installed the app, packaged the app, started via Eclipse debugger, for 1.6, for 2.1 - all with no changes. Android NEVER comes back from the recorder.stop()!!! Thank you VERY much in advance, regards Anton -- You received this message because you are subscribed to the

[android-developers] Re: XMLRPC

2010-09-01 Thread Anton Selyanin
I think this library is somewhat heavy for android. There is a lightweight xml rpc client: http://code.google.com/p/android-xmlrpc/ -- 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@go

Re: [android-developers] Market Quality Suggestion

2010-08-09 Thread Anton Persson
Well, you are still free to be in the unapproved category. Or perhaps call it "Google Approved" category, and if the charge - why not? They provide a service to increase the quality, that costs money. Best Regards Anton On Mon, Aug 9, 2010 at 1:24 PM, { Devdroid } wrote: &g

[android-developers] Market Quality Suggestion

2010-08-09 Thread Anton Persson
o find better apps faster, and feel safer about the intentions of the application. To improve first impressions phones should default to only show "Approved" apps, but enabling non-approved apps should be easily done. Best Regards Anton -- You received this message because you

Re: [android-developers] Re: Android Market Licensing: Now Available!

2010-07-27 Thread Anton Persson
and spend their money on iFruits instead... Regards Anton On Tue, Jul 27, 2010 at 8:25 PM, Maps.Huge.Info (Maps API Guru) < cor...@gmail.com> wrote: > Excellent! Now all we need is a subscription payment model and we can > actually make some money! > > -John Coryat >

Re: [android-developers] Re: android.graphics.Path editor or SVG converter?

2010-07-26 Thread Anton Persson
net/~pltxtra/libsvg-android/main/annotate/head:/src/com/toolkits/libsvgandroid/HelloSvgCanvas.java>Hope it helps. If you have any further questions, please use this form: https://answers.launchpad.net/libsvg-android/+addquestion Best Regards Anton On Mon, May 31, 2010 at 11:07 AM, Hermes

Re: [android-developers] Re: Vector Graphics Rendering - Mechanisms

2010-07-24 Thread Anton Persson
d anything when I started (svg4mobile was not available back then). My main focus is something completely different, though.. So as long as libsvg-android works in my application I'm not pursuing it actively.. Best Regards Anton On Sat, Jul 24, 2010 at 9:35 AM, Robert Green wrote:

Re: [android-developers] Re: Avoiding GPL

2010-06-25 Thread Anton Persson
software in an unintended manner. Regards Anton On Fri, Jun 25, 2010 at 10:04 PM, Fabrizio Giudici < fabrizio.giud...@tidalwave.it> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 6/25/10 04:55 , Andy Savage wrote: > > I forgot to say in my previous

Re: [android-developers] Avoiding GPL

2010-06-25 Thread Anton Persson
refer PostgreSQL. So, if you are using MySQL with the GPL license you are doing something MySQL doesn't want you to do. Regards Anton On Tue, Jun 22, 2010 at 1:33 PM, Fabrizio Giudici < fabrizio.giud...@tidalwave.it> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 >

Re: [android-developers] Avoiding GPL

2010-06-22 Thread Anton Persson
If you are creating a closed source application, maybe you should invest in acquiring/creating a library that supports that. Using code from a GPL3 code and actively trying to step around the license is really bad behaviour. On Tue, Jun 22, 2010 at 9:10 AM, Naveen wrote: > Hi! > I need to use so

Re: [android-developers] Why is Android so buggy?

2010-06-09 Thread Anton Persson
it affects many people..) Reg. Anton On Sun, Jun 6, 2010 at 11:25 PM, blahblah...@gmail.com < blahblah...@gmail.com> wrote: > It seems that Android is very buggy compared not only to the iPhone, > but to pretty much any other software. It's not just minor bugs either > - pr

Re: [android-developers] Multitasking on Android - Why So Incredibly Bad?

2010-06-05 Thread Anton Persson
What phone are you using? I do that stuff on my HTC Magic everyday, no issues. (Android 1.5 FTW? ;-) On Sat, Jun 5, 2010 at 3:00 PM, bemymonkey wrote: > Hello everyone! > > First of all, I hope this is at least somewhat on-topic for this > discussion group, as it seems to be the only way to reac

[android-developers] Linear Layout

2010-05-31 Thread Anton Persson
st Regards Anton -- 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.

Re: [android-developers] Re: Filtered ListView with custom Adapter derived from ArrayAdapter is not updated

2010-03-28 Thread Anton Pirker
Adapter. Ialso have a ListView with a custom Adapter that extends ArrayAdapter. It's a ArrayAdapter of the Type User Have you solved the problem? regards, Anton On Mar 25, 9:45 am, Anton Pirker wrote: Hi! Kumar Bibek wrote: What exactly are you trying to do? Can you p

[android-developers] How-To write a custom filter for ListView with ArrayAdapter

2010-03-25 Thread Anton Pirker
w: do i have do code something in my adapter so it gets the updates from the filter? do i have to write a custom filter? what do i have to do? Thanks, Anton -- DI(FH) Anton Pirker -- cross platform mobile software burggasse 123/53 a-1070 wien tel: +43 699 1234 0 456 sk

Re: [android-developers] Re: Filtered ListView with custom Adapter derived from ArrayAdapter is not updated

2010-03-25 Thread Anton Pirker
ee below) According to my Log.d() Message the artists are filtered, but the list does not change, its not updated! Do you know whats wrong with my code? Thanks! Anton Thanks and Regards, Kumar Bibek On Mar 25, 3:17 pm, Anton Pirker wrote: Hi! I have a ListView with a custom Adapter that

[android-developers] Filtered ListView with custom Adapter derived from ArrayAdapter is not updated

2010-03-25 Thread Anton Pirker
g name; public Artist(String id, String name) { this.uid = id; this.name = name; } public int compareTo(Artist another) { return this.name.compareToIgnoreCase(another.name); } @Override public String toString() {

[android-developers] Re: Button in ListView

2010-03-19 Thread Anton Pirker
nyone explain me why? Thanks, Anton On Mar 15, 10:03 am, NapoleonLiu wrote: > Hi >   I have the same problem , at last i do it like this > I write two GestureListener, implement onSingleTapUp method. > set both the button and other view's clickable to false > and set

[android-developers] Scale control

2010-03-15 Thread Anton Liulichev
Folks, I just started with android development. Is there equivalent to scale control in SDK (Sort of http://www.eclipse.org/swt/widgets/gallery-scale.png)? Please advise. Cheers, Anton -- You received this message because you are subscribed to the Google Groups "Android Developers"

[android-developers] Button in ListView

2010-03-15 Thread Anton Pirker
o use TouchDelegate" But i do not have a clue how! If someone knows how a solution with TouchDelegate looks like, please explain it to me! Thanks, Anton -- DI(FH) Anton Pirker -- cross platform mobile software burggasse 123/53 a-1070 wien tel: +43 699 1234 0

[android-developers] Re: Continuously update trackball coordinates

2010-01-13 Thread Anton
Thank you for your answer! I'll look into it and see if I can figure it out with your pointers. Regards, Anton On Jan 11, 1:58 am, Lance Nanek wrote: > Each trackball event represents a little bit of movement, possibly > part of a longer continuous movement by the user. They are not

[android-developers] Continuously update trackball coordinates

2010-01-10 Thread Anton
inters are much appretiated. I'm sure this is a fairly simple question if you know your ways around the Android UI event handling methodology. I'm a happy Android beginner...and completely new to programming UI:s aswell. Thanks, Anton -- You received this message because you are subs

Re: [android-developers] ADC2 Results?

2009-11-30 Thread Anton Pirker
Hi all! Robert Green wrote: > According to their last email, today is the day. Has anyone received > news about their ADC2 entry yet I still do not have any information whether i have won or not. Is it just me or are others also still waiting for the google email? Anton -- DI(FH)

Re: [android-developers] Re: showDialog() and "requestFeature() must be called before adding content" Error

2009-11-13 Thread Anton Pirker
You are awesome! Calling the .show() method was completely stupid. In your onCreateDialog() callback method you just create the dialog and then return it. The rest is done by Android. Now everything works fine! Thanks a million, Anton TreKing wrote: > I've seen this error when t

[android-developers] Re: showDialog() and "requestFeature() must be called before adding content" Error

2009-11-13 Thread Anton Pirker
best thing would be to compile it with sdk 1.5, right? Any ideas? regards, Anton On Nov 13, 10:41 am, Anton Pirker wrote: > Hi fellow Android guys and girls! > > I have following problem. > In my Activity I want to show in onResume() and ProgressDialog. > > I d

Re: [android-developers] Application design - using threads

2009-11-13 Thread Anton Pirker
Hi! Maybe this is what you are looking for: http://www.youtube.com/watch?v=U4Bk5rmIpic Its a talk about developing real-time games for android. Has a lot of best practices in it! Enjoy, Anton Neilz wrote: > Hi all. I've been reading the developer guide, the sections on > de

[android-developers] showDialog() and "requestFeature() must be called before adding content" Error

2009-11-13 Thread Anton Pirker
untime(3266): at android.app.ActivityThread.performResumeActivity(ActivityThread.java:2619) 11-13 10:25:02.345: ERROR/AndroidRuntime(3266): ... 12 more What am I doing wrong? I could swear that this code was working already. Any hints or tips? Thanks in advance, Anton Pirker --

[android-developers] Re: HTC Hero + "requestFeature() must be called"

2009-11-13 Thread Anton Pirker
Hi Shane! Have you solved your Problem? I think i have the same one! Thanks for any information, Anton On Oct 18, 6:55 am, Shane wrote: > I am getting a "requestFeature() must be called before adding content" > but only on HTC Hero phones.  This error nevers occurs on G1s,

Re: [android-developers] Re: second dialog in activity is not showing

2009-11-01 Thread Anton Pirker
Hi Lance! Thanks for the links! Now it's working! (And I learned something about thread save UI in Android) Thanks again, Anton Lance Nanek wrote: > The UI is not thread safe and calling related methods from a > background thread like that run by java.util.Timer can cause trouble.

[android-developers] second dialog in activity is not showing

2009-10-31 Thread Anton Pirker
"showMessage 1/2" is printed to the log, but not the second one "showMessage 2/2". And there is no exception and nothing that tells me what is wrong... Could someone please help me? Maybe there is a better way to get he location and if no location is del

[android-developers] Disable 2g and 3g networks

2009-10-30 Thread Anton Pirker
in advance! Anton --~--~-~--~~~---~--~~ 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, sen

[android-developers] Re: In-App purchasing

2009-10-19 Thread Anton Pirker
long as these fees are _processed by the Market’s Payment Processor._ And now the big question: how can I do just this? How do I talk to Googles Market Payment Processor from within my app? Thanks, Anton Mark Murphy wrote: > Anton Pirker wrote: > >> I have a android app that is

[android-developers] In-App purchasing

2009-10-19 Thread Anton Pirker
anually? -) have you done this already, and how did you solve it? Any hints/comments welcome! Thanks in advance, Anton -- DI(FH) Anton Pirker -- cross platform mobile software burggasse 123/53 a-1070 wien tel: +43 699 1234 0 456 skype: antonpirker ht

[android-developers] Re: Google wave invitations...?

2009-10-16 Thread Anton
Hi there, could you add me on wave? psych...@googlewave.com On Oct 16, 5:41 am, Kenneth Adam Miller wrote: > Who wants to be in Google wave? > I have 16 invitations --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "A

[android-developers] Gears support for Androids WebView

2009-10-13 Thread Anton Pirker
useful pointers and comments! Anton [1] http://www.diveintohtml5.org/detect.html#offline (under the image on the right you can read whether your browser supports offline web application or not.) [2] http://android.git.kernel.org/?p=platform/packages/apps/Browser.git;a=tree;f=src/com/android

[android-developers] Re: Usage of WebView.addJavascriptInterface()

2009-10-12 Thread Anton Pirker
cannot write to the sd-card! took my quite a while to find out about that. Thanks for your hints! Anton --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group,

[android-developers] Usage of WebView.addJavascriptInterface()

2009-10-12 Thread Anton Pirker
ng happens. Then I displayed all members of the window object and my "FileUtil" is missing. Have i forgot anything? How can i make my Java methods accessable from Javascript? Thanks in advance! Anton, Freelance Android Developer [1] http://developer.android.com/reference/android

[android-developers] Re: Android WebView and HTML5

2009-10-09 Thread Anton Pirker
Hi Mark! Thanks for the reply! Mark Murphy wrote: > Anton Pirker wrote: > >> As a workaround for the missing features i had the idea that i could >> write my own WebView with an nightly version of webkit. >> Do you think this is a good idea to do? >> >

[android-developers] Re: Android WebView and HTML5

2009-10-09 Thread Anton Pirker
webkit. Do you think this is a good idea to do? I do not know how big a compiled version of webkit is and if android has its own optimized version of webkit. Has anyone done something similiar? Thanks, Anton On Oct 9, 12:37 pm, Anton Pirker wrote: > Hey fellow Androids! > > I am expe

[android-developers] Android WebView and HTML5

2009-10-09 Thread Anton Pirker
and Offline Web Applications are not supported! Does anyone know when these features will be supported? Or does anyone know the exact version (or build) of the webkit engine, that is used in Android 1.6? Any hints are greatly appreciated! Thanks, Anton [1] http://developer.android.com/reference

[android-developers] Video in background mode

2009-09-22 Thread Anton Ruban
Hello. I have HTC Hero. It can not record video in background mode. It can play music, record audio in background, but NOT VIDEO. Is it software (Android OS) or hardware (HTC Hero) restrictions? High level aim for me -- record video and view GPS map in my car. Thank you. --Ruban --~--~

[android-developers] Re: Request to official ADC2 team.

2009-09-15 Thread Anton Pirker
+ Mobidev wrote: > . Once upon a time, we had this little group… > http://groups.google.com/group/android-challenge Android Challenge: > Discuss the Android Developer Challenge, including questions on > contest details. You can also seek other developers to join a team > effort. >

[android-developers] How to design a light and a full version of android app.

2009-09-03 Thread Anton Pirker
would be the best solution i think, but i do not know how to achieve this. So to everybody who has done a full and light version of one and the same app: How have you done this? In advance: Thanks for sharing! Anton --~--~-~--~~~---~--~~ You received this messa

[android-developers] Re: Hmm... at last ADC2 is out of our way ... tell about your app and experience

2009-09-02 Thread Anton Pirker
g rounds? (like it was in ADC1) Please, just ignore this bug. If we win some money we can implement all the features we had to cut out for the sake of making the deadline! Cheers, Anton Lout wrote: > While you developers relax... would you mind sharing what apps to > expect through this ch

[android-developers] Re: Map view

2009-09-01 Thread Anton Pirker
Hi Sasi! Have a look at the Hello-mapView Sample Code from Google: http://developer.android.com/guide/tutorials/views/hello-mapview.html There is everything you need! regards, Anton Sasi Kumar wrote: > Can any one help to create map view with a marker. > > When we are clicking

[android-developers] Activate GPS service

2009-08-26 Thread Anton Pirker
because of security reasons. Is this true? Is it possible that i open the phones settings screen for gps so the user can activate GPS from within my application? Thanks in advance, Anton -- DI(FH) Anton Pirker --- ignaz software services burggasse 123/53 a-1070 wien tel: +43

[android-developers] Re: Set bearing in MapView (rotate MapView)

2009-08-18 Thread Anton Pirker
i was afraid of. Because i would need this feature for the Developer Challenge which has its deadline on Aug 31th. But what the heck, I will just skip the map rotation and see how i can do my app without it. Cheers, Anton > But for now, I think you're on your own. > > String &g

[android-developers] Re: Set bearing in MapView (rotate MapView)

2009-08-18 Thread Anton Pirker
Hello again! Has really no one a pointer to information on how to rotate a mapview in sdk1.5? Any help is greatly appreciated! Anton On Aug 14, 12:25 pm, Anton Pirker wrote: > Hello List! > > I am trying to implement amapthat rotates with the bearing i get > from the built i

[android-developers] Set bearing in MapView (rotate MapView)

2009-08-14 Thread Anton Pirker
want to do exactly this.) Thanks in advance, Anton --~--~-~--~~~---~--~~ 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 u

[android-developers] Re: which is a true Android phone?

2009-08-14 Thread Anton Pirker
, never have seen it live but it looks promising. All of the above should be fine. If they have a old version of Android, you can update it to the newest versions. Hope this helps a little Cheers, Anton ** -v- wrote: > Hi, > I am planning to a buy an android phone to test my app for ADC I

[android-developers] Turn on light of trackball on HTC magic

2009-08-14 Thread Anton Pirker
, Anton --~--~-~--~~~---~--~~ 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-

[android-developers] Send files as MMS

2009-06-01 Thread anton . slutsky
Does anyone know how to send a byte buffer as an MMS messages? --~--~-~--~~~---~--~~ 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 un

[android-developers] Re: How to know when map has zoomed?

2009-06-01 Thread Anton Slutsky
Cant you just check the zoom level and write your fumction based on that? Your overlays will get redrawn so why not check it in onDraw()? On May 29, 2009 10:36 AM, "Mika" wrote: Hi all, I was wondering is there any way of knowing when the zoom animation in map view has ended?? After each zoom

[android-developers] Re: which junit to use when creating reusable library for Android apps?

2009-06-01 Thread Anton Slutsky
For more sophisticated apps with a large number of team members and contributors, running unit tests in an emulator may be impractical. Emulator requires some sort of a some sort of a graphics/windowing setup. Usually though (at least in my experience), unit tests are run on an integrated build mac

[android-developers] Re: How does the 3D objects get touch events?

2009-05-31 Thread Anton
A google search for "Ray Intersection Tests" gives a number of good links on how to do this. Also, Peter Shirley's book "Realistic Ray Tracing" is a fantastic introduction to the subject. But I have no example code on hand that could be used on Android. -

[android-developers] Re: How does the 3D objects get touch events?

2009-05-31 Thread Anton
olygons in objects that fail the bounding volume test. If you have scripts for your objects that need to receive touch events you can pass the event along to the object once you've determined which object is hit. -Anton On May 31, 2:24 am, quill wrote: > HI all, > I am writing a game us

[android-developers] Re: PNG transparency and OpenGL ES

2009-05-30 Thread Anton
No, I actually haven't been able to. It threw me for a loop because I was expecting non-premultiplied because that's what the PNG spec says. What do you want to do with non-premultiplied that you are having trouble doing with premultiplied? -Anton On May 29, 4:40 am, djp

[android-developers] Re: PNG transparency and OpenGL ES

2009-05-28 Thread Anton
m way. It also allows for super-luminous pixels. -Anton On May 27, 7:00 pm, Nate wrote: > I am rendering this PNG with no transparency just > fine:http://n4te.com/temp/test.png > However if I try to render this PNG (with transparency) with the exact > same code, I just get a whi

  1   2   >