[android-developers] content://sms/sent Read SMS

2009-03-19 Thread Martin
is. Any help would be greatly appreciated. Many thanks, Martin. --~--~-~--~~~---~--~~ 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

[android-developers] Launch date/time settings from widget

2009-09-29 Thread Martin
, pendingIntent); I would be happy if somebody could help me out and tell what i'm doing wrong :-) Thanks in advanced Best Regards, Martin --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Android on iPhone

2008-11-14 Thread martin
Would it be possible to run Android software on a normal iPhone 3G??? I guess quite a few people would love to see an iPhone with the possibilites of the Andorid open source community... --~--~-~--~~~---~--~~ You received this message because you are subscribed

[android-developers] Find out if the user rated my application in the Market

2010-01-17 Thread Martin
Hi! I want all the users of my application to rate it in the Market. I want to place a small TextView in my application which says: Please rate my application but this TextView should only be there if the user has not already rated it. How can I realize this? Greetings, Martin -- You received

[android-developers] How can I get the current rotation of my mobile using g-sensor and compass?

2010-01-17 Thread Martin
the rotation of my cellphone but I do not understand much of the g-sensor and compass api. Can somebody help me, give me an example-code or better, if possible, a class which tells me the actual rotation? THANK YOU!!! :-) Martin -- You received this message because you are subscribed to the Google Groups

[android-developers] Re: I am a german market developer. How can I see the english comments to my program?

2010-01-17 Thread Martin
, but it's the best alternative at this time. Martin wrote: No, I don't mean the comments I wrote for my program. I mean the comments of other users who rated my application. I just can see the german comments and every time I want to see other comments, I have to clear the Market-cache

[android-developers] How to stop a service, when all activities are finished?

2010-01-26 Thread Martin
(some activity of it)? Greetings, Martin -- 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

[android-developers] Re: How to stop a service, when all activities are finished?

2010-01-26 Thread Martin
But I don't want the sound to interrupt on low space. This happens very often on my phone if I just use the MediaPlayer in one of my applications. Does your solution solve this problem? Greetings, Martin On 27 Jan., 02:53, Dianne Hackborn hack...@android.com wrote: If the purpose is to only run

[android-developers] Re: How to stop a service, when all activities are finished?

2010-01-30 Thread Martin
Thank you all! I deleted my service now and will make it with a manager class :-) Greetings, Martin -- 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] Layout problems: AbsoluteLayout deprecated, how to do it now?

2010-01-30 Thread Martin
, there is a solution for this. Greetings, Martin -- 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

[android-developers] VerifyError - how can I solve this error?

2010-01-30 Thread Martin
Hi! I am analyzing my game with flurry-analytics and some people, who play my game, receive the Exception java.lang.VerifyError in my Highscore- Activity. What do I have to do to solve this error? Here is the quellcode of my Highscore-Activity: package digle.de.LeonardFrog; import

[android-developers] Re: (x,y) co-ordinates of touched area ?

2010-01-30 Thread Martin
This is a double-post. You posted the same question here: http://groups.google.com/group/android-beginners/browse_thread/thread/9d3d1d2ae4ac9ff3 On 30 Jan., 08:53, Vivek Satpute vivekonlin...@gmail.com wrote: Hi, I am exploring the android's webkit. If my webpage have many URLs one after

[android-developers] onDestroy() called and activity cycles at lock screen

2010-02-01 Thread Martin
Hi, I have an activity using a surfaceView for drawing various objects onto, and have observed different behavior when running the app in the emulator and on the handset. The handset is a G1, running Android rev. 1.5, and the emulator is also a rev. 1.5 AVD. When the app is running in emulator

[android-developers] Why are my SharedPreferences suddenly deleted, after I updated my game in the Market?

2010-02-03 Thread Martin
, Martin -- 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] How to get a remote logcat on error?

2010-02-03 Thread Martin
? Is there maybe a library, which sends me the logcat on error? Greetings, Martin -- 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

[android-developers] Re: Why are my SharedPreferences suddenly deleted, after I updated my game in the Market?

2010-02-03 Thread Martin
-- uses-permission android:name=android.permission.INTERNET / uses-permission android:name=android.permission.ACCESS_COARSE_LOCATION / /manifest Greetings! Martin On 3 Feb., 10:38, Lance Nanek lna...@gmail.com wrote: Did you change/add a sharedUserId in your manifest

[android-developers] Re: How to get a remote logcat on error?

2010-02-03 Thread Martin
*Global.screen_height_factor, (120+buttonwidth)*Global.screen_width_factor, (55+buttonheight)* } catch (Exception e) { /* send exception - startbuttoncreated */ } and so on or is there a better solution? Greetings, Martin On 3 Feb., 10:11, Martin google-gro...@digle.de wrote: Hi

[android-developers] Re: VerifyError - how can I solve this error?

2010-02-03 Thread Martin
verification? Which verification? Greetings, Martin On 2 Feb., 00:19, fadden fad...@android.com wrote: On Jan 30, 3:16 am, Martin google-gro...@digle.de wrote: I am analyzing my game with flurry-analytics and some people, who play my game, receive the Exception java.lang.VerifyError in my Highscore

[android-developers] Re: How to get a remote logcat on error?

2010-02-03 Thread Martin
WW, THANK YOU, Emmanuel!!! :-) I used http://code.google.com/p/android-remote-stacktrace/ (the link in your page) and now I received some eMails telling me the exact line- number of a NullPointerException. Tomorrow, I will solve all the problems. Greetings! Martin On 3 Feb., 18:08, Emmanuel

[android-developers] Re: VerifyError - how can I solve this error?

2010-02-03 Thread Martin
:739) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:497) at dalvik.system.NativeStart.main(Native Method) Can this help to find out the problem? Greetings, Martin -- You received this message because you are subscribed to the Google Groups Android Developers group

[android-developers] Re: VerifyError - how can I solve this error?

2010-02-03 Thread Martin
) at java.lang.reflect.Method.invoke(Method.java:515) at com.android.internal.os.ZygoteInit $MethodAndArgsCaller.run(ZygoteInit.java:739) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:497) at dalvik.system.NativeStart.main(Native Method) Greetings, Martin -- You

[android-developers] Re: VerifyError - how can I solve this error?

2010-02-04 Thread Martin
my game which is in the market. @fadden I cannot find the program dexdeps in the android tools folder and also a search in google just gives me 3 results. Greetings, Martin On 4 Feb., 04:26, fadden fad...@android.com wrote: On Feb 3, 5:54 pm, Streets Of Boston flyingdutc...@gmail.com wrote

[android-developers] Is there a way to measure the time-consumings of all my functions in percent after a game?

2010-02-07 Thread Martin
Hi! I want to optimize my game and remove the stuttering. Is there a way to measure the time-consumings of all my functions in the game without having to change all my functions? Greetings, Martin -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Re: How to stop a service, when all activities are finished?

2010-02-07 Thread Martin
I found the problem of the stuttering of the MediaPlayer. It was, because I was using an mp3-file. Now I am using an ogg-file and I have completely NO stuttering! So for everybody: NEVER USE MP3's!!! USE OGG ;-) Greetings, Martin On 30 Jan., 09:12, Martin google-gro...@digle.de wrote: Thank

[android-developers] Set thread-priority of the MediaPlayer

2010-02-09 Thread Martin
a relatively higher priority, but isn't this a bad idea? Greetings, Martin -- 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] Remove rating of my game in the market

2010-02-12 Thread Martin
into the total rating, because apps and versions change over time! Why doesn't google do this and how can I give this advice to google? :-) Greetings, Martin -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android

[android-developers] Re: Remove rating of my game in the market

2010-02-17 Thread Martin
Thank you, Hekki! Hope you sort that out. By the way what app is it we are talking about ? We were talking about my game Leonard Frog - Beta (digle.de.LeonardFrog). I think, soon I will unpublish this beta-version and publish the Leonard Frog without the beta. Greetings, Martin -- You

[android-developers] Re: Set thread-priority of the MediaPlayer

2010-02-17 Thread Martin
No one has an answer for me? On 10 Feb., 04:24, Martin google-gro...@digle.de wrote: Hi! I am programming a game with fast graphics. The MediaPlayer is stuttering sometimes. When I have the MediaPlayer in a service, it does not stutter, but some people here adviced me not to use services

[android-developers] How can I get the seconds since 1.1.1970 as a long in Android?

2010-02-25 Thread Martin
Hi! There are so many Date-classes (GregorianCalendar, Calendar, TimeZone, Date,.), I lost track. How can I get the seconds now since 1.1.1970 as long in Android? Greetings, Martin -- You received this message because you are subscribed to the Google Groups Android Developers group

[android-developers] Re: How can I get the seconds since 1.1.1970 as a long in Android?

2010-02-25 Thread Martin
Woow, thank you :-) Greetings, Martin On 25 Feb., 21:00, Streets Of Boston flyingdutc...@gmail.com wrote: System.currentTimeMillis() gets you the number of milliseconds sinc 1/1/1970 00:00:00.000 UTC. On Feb 25, 1:21 pm, Martin google-gro...@digle.de wrote: Hi! There are so many Date

[android-developers] Re: making videogame - newbie need help =P

2010-02-25 Thread Martin
Yes, use a SurfaceView!!! At the beginning I also made the mistake using ImageViews. Use a SurfaceView!! Learn this: http://www.droidnova.com/playing-with-graphics-in-android-part-i,147.html Greetings, Martin On 26 Feb., 00:58, Jason Arora jaso...@gmail.com wrote: I agree 100% with Robert

[android-developers] Drawing a transparent Color to a Canvas

2009-08-25 Thread Martin
, Color.TRANSPARENT);. However, when drawing to the Canvas with a transparent Paint, it doesn't replace the colour but draws on top of it, so I see no change in the Bitmap. Is there a way to make Canvas.drawXXX replace the colours below rather than paint on top of them? Cheers, Martin

[android-developers] Error: exception ViewRoot$CalledFromWrongThreadException - How can I solve this?

2009-12-23 Thread Martin
Hi! I want to program a game where an image should move from the top to the bottom. Everytime, I start my game, I get the following error. In the quellcode, I marked the line, where I get the error. I have some questions: 1) How can I solve the problem? 2) What does synchronized in private

[android-developers] RuntimeException without any linenumber in my code. What could be the error? What can I do?

2009-12-24 Thread Martin
15:34:12.807: WARN/AudioFlinger(542): write blocked for 72 msecs Greetings, Martin -- 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: RuntimeException without any linenumber in my code. What could be the error? What can I do?

2009-12-28 Thread Martin
Thank you all. I solved the problem somehow. I think, it was, because I wanted to get the size of a layout which was a null-pointer. Greetings, Martin -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] How can I put a TextView on a Layout without using an xml-file? What is wrong in my code?

2009-12-28 Thread Martin
Hi! Why doesn't write this program Hello World! :-) on my screen? I know how I would do it with an xml-file, but I want to do it like in the following program. And how can I set the coordinates without setting the width and height like with tv.layout(10,10,100,100); ? Greetings, Martin

[android-developers] How can I access folders in res/drawable? Example: res/drawable/gameboard/image1.png and res/drawable/character/image1.png ?

2009-12-28 Thread Martin
/drawable/* to be able to use them in my program? Greetings, Martin -- 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] Re: How can I access folders in res/drawable? Example: res/drawable/gameboard/image1.png and res/drawable/character/image1.png ?

2009-12-29 Thread Martin
Oh ok, thank you. On 28 Dez., 19:09, Romain Guy romain...@android.com wrote: Folders in res/drawable are not supported at the moment. On Fri, Dec 25, 2009 at 7:08 AM, Martin google-gro...@digle.de wrote: Hi! I am programming a game and I have MANY MANY images. Is there a way how I

[android-developers] Re: How can I put a TextView on a Layout without using an xml-file? What is wrong in my code?

2009-12-29 Thread Martin
Thank you all! It works now with the layout.addView(tv); Sorry for the easy questions. Some days ago, I was a total beginner in Android-programming ;-) Greetings, Martin On 28 Dez., 14:48, Brion Emde brione2...@gmail.com wrote: You need to add the TextView to the layout. Here's the revised

[android-developers] Where can I get adds for my application?

2009-12-31 Thread Martin
program. Greetings, Martin -- 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

[android-developers] How can I minimize the stuttering of the graphics?

2009-12-31 Thread Martin
to the mainscreen-layout, change their position to (0;0). That was the reason, I have so many ImageView's added to the mainscreen-layout. Is there a better solution for that? Greetings, Martin -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] How can I rotate an Image in different angles?

2010-01-01 Thread Martin
); rotatedimage.setImageDrawable(bmd); mtrx.postRotate(10); rotatedimage.setImageMatrix(mtrx); Greetings, Martin -- 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

[android-developers] Re: How can I minimize the stuttering of the graphics?

2010-01-01 Thread Martin
Thank you, I will try it :-) Martin On 31 Dez. 2009, 16:16, skink psk...@gmail.com wrote: On Dec 31, 3:13 pm, Martin google-gro...@digle.de wrote: Hi! How can I minimize the stuttering of my graphics? I am using MANY ImageView's in my program (and JUST ImageView's). I change

[android-developers] How can I get the highest framerate with this quellcode?

2010-01-01 Thread Martin
painted but I do not have the hightest framerate and the graphic is stuttering. How can I solve this problem? Greetings, Martin --- Here is the quellcode: //package //imports... public class LeonardFrog

[android-developers] Re: Posts to this Android Dev group hacked/intercepted/moved !?!

2010-01-01 Thread Martin
#135908ed6a9576ab http://groups.google.com/group/world_wide_with_god_minstry/browse_thread/thread/e665b3643afa5285/507ac1af9d85cf65#507ac1af9d85cf65 And if I look at my profile, I see that my messages are also in this group. What happens there? Martin On 2 Jan., 00:18, RoryD rory1doug...@gmail.com

[android-developers] Re: How can I get the highest framerate with this quellcode?

2010-01-03 Thread Martin
Thank you! I am using SurfaceView now in my game and it is really f** FAST!! :-) thanks! I found this good tutorial here: http://www.droidnova.com/playing-with-graphics-in-android-part-i,147.html Martin On 2 Jan., 14:16, ko5tik kpriblo...@yahoo.com wrote: Depending on UI event handling

[android-developers] Re: How can I minimize the stuttering of the graphics?

2010-01-03 Thread Martin
This tutorial describes the best way!! ;-) http://www.droidnova.com/playing-with-graphics-in-android-part-i,147.html Greetings, Martin On 1 Jan., 19:18, Martin google-gro...@digle.de wrote: Thank you, I will try it :-) Martin On 31 Dez. 2009, 16:16, skink psk...@gmail.com wrote: On Dec

[android-developers] Re: How can I rotate an Image in different angles?

2010-01-03 Thread Martin
(canvas); } canvas.restore(); Greetings, Martin On 1 Jan., 19:15, Martin google-gro...@digle.de wrote: HI! I have a png-picture in ImageView rotatedimage = new ImageView () Is there a better way to rotate it in changing directions than the following way? There I have

[android-developers] Save a highscore-list to the internal memory or the sd-card?

2010-01-06 Thread Martin
Hi! I am programming a game. How can I save a highscore-List to the internal memory of the phone? Or is it better to store highscore-lists to sd-card? If yes, how can I do that? Greetings, Martin -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Re: Null pointer exception

2010-01-06 Thread Martin
Hey, with eclipse, you can simply put a null-pointer-exception- breakpoint, then debug your program and eclipse will stop there, where the nullpointer creates this exception. Greetings, Martin -- You received this message because you are subscribed to the Google Groups Android Developers group

[android-developers] MediaPlayer - Sound stops when I change the layout or suddenly randomly in my game

2010-01-06 Thread Martin
stops. What could be the reason? And which one is better? MediaPlayer or SoundPool? Greetings, Martin -- 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: Save a highscore-list to the internal memory or the sd-card?

2010-01-07 Thread Martin
Hi! Thank you! For all of you, I wrote a Highscore-Class to save Highscore-Lists. You can create a new Instance like this: Highscore highscore = new Highscore(this); //this is the Context You can add a Score to the Highscore-List with this command: highscore.addScore(Martin, Global.score); You

[android-developers] Re: MediaPlayer - Sound stops when I change the layout or suddenly randomly in my game

2010-01-07 Thread Martin
Nobody has an answer? My sound stops when my application needs much cpu. What can I do? I don't want the sound to stop suddenly. Martin -- 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] I am a german market developer. How can I see the english comments to my program?

2010-01-08 Thread Martin
Hi! I am a german market developer. How can I see the english comments to my program? I just see the german ones. Greetings, Martin -- 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] Re: I am a german market developer. How can I see the english comments to my program?

2010-01-16 Thread Martin
comments from other countries? Greetings, Martin On 12 Jan., 07:48, grace grace.a...@wipro.com wrote: can be more elobarate on ur question pls.. is it like the msgs ur displaying in ur programme are displayed in german.. if it is so,then u shud go for localisation of strings i guess On Jan 8, 8

[android-developers] Why differs the size of my app in the market to the real size of my app on my computer? How can I make the market-version smaller?

2010-01-16 Thread Martin
, there are many images and long sounds. My folder res just uses 3,7mb and there is nothing else in my game beside the quellcode. So WHY is the size of my game in the market 8mb? Greetings, Martin -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Re: Why differs the size of my app in the market to the real size of my app on my computer? How can I make the market-version smaller?

2010-01-16 Thread Martin
Thank you, Al!!! You solved the problem :-) Now my game is 4mb :-) Greetings! Martin On 16 Jan., 15:28, Al alcapw...@googlemail.com wrote: Do you have copy protection enabled? This increases the space required on a device. Martin wrote: Hi! I want to reduce the file size of my

[android-developers] How can I intercept outgoing SMS's?

2010-08-12 Thread Martin
Hi! Is it possible to intercept outgoing SMS and also stop them from being send? I want to write an app which catches them and sends them much cheaper over the Internet. Greetings, Martin -- You received this message because you are subscribed to the Google Groups Android Developers group

[android-developers] Clear TableLayout table

2010-09-09 Thread Martin
it and add new rows in it /Martin -- 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

Re: [android-developers] Can any one see my message?

2010-04-05 Thread Martin
I can see your message. Best regards, Martin 2010/4/4 Xiaobaobao xiao.baoba...@hotmail.com Hi all, when I try to post a new topic, I received a email saying that I am treated as spam and my message is not able to delivered. And there is a link to dreamhost. I believe that is a spam email

[android-developers] Defining a clipping region at auto-scaling from HVGA to WVGA

2010-04-24 Thread Martin
I have an application drawing objects onto a canvas in a surfaceview using lockCanvas()/unlockCanvasAndPost(canvas), originally designed to run in HVGA (480x320). In the long run I intend to optimize it for other resolutions, however for now I make use of the auto scaling feature of the

[android-developers] Comparing two strings get false

2010-06-29 Thread Martin
Hi, I have a strange error that I can't understand. I have this code: if (VersionsKoll == Ver) { } else { } -- 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

[android-developers] New to android finally leaving Windows !!!

2010-07-07 Thread Martin
I would love to start developing for Android- I am currently on the ATT network. How does one acquire a test 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

[android-developers] Handling only one of a stream of trackball events

2010-07-12 Thread Martin
) { Log.e(TAG, Error changing page, e); } return isHandled; } Thanks Martin -- 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

[android-developers] Is there a way to remove some permissions of already compiled apps?

2010-08-02 Thread Martin
into the .apk-file, so that the errors of the requested permissions will also be supressed? Greetings, Martin -- 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] Exact Layout that fits a background image

2010-09-20 Thread Martin
, but the positions differ from device to device. The best thing is if I could set the exact positions as percent of the total view size. How can I do this? Greetings, Martin -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Re: Exact Layout that fits a background image

2010-09-21 Thread Martin
Woow this sounds very hard. Is it explained somewhere how to do this, or is there an example? If I create my own layout-class, can I still use the Layout-Editor with eclipse? Greetings, Martin On 21 Sep., 02:10, Peter Carpenter peter.carpen...@skytechnologies.com wrote: You can create your own

[android-developers] I don't understand the layout weight. Why does my layout look so strange?

2010-09-21 Thread Martin
weights), it gets bigger, although it has enough space for all my views. How can I solve this problem so that the linearlayout does not change it's size when I fill it? Without all the views, the second row has the correct height: http://www.digle.de/friends/options2.png Greetings, Martin -- You

[android-developers] Re: Exact Layout that fits a background image

2010-09-23 Thread Martin
Woow, thank you! I will try it! :-) Greetings, Martin On 22 Sep., 01:51, Peter Carpenter peter.carpen...@skytechnologies.com wrote: It's not hard - just lots of maths Android gives some vague documentation here:   http://developer.android.com/guide/topics/ui/custom-components.html I've

[android-developers] Re: Exact Layout that fits a background image

2010-09-25 Thread Martin
Library. Greetings, Martin -- 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

[android-developers] How can I add a layout to another layout in java? (in xml it would be include)

2010-09-27 Thread Martin
Hi! How can I add a layout to another layout in java? In xml, you can do it with include. How can you do it in java without the help of xml? (I need to know this because the number if includes changes dynamically). Greetings, Martin -- You received this message because you are subscribed

[android-developers] Re: How can I add a layout to another layout in java? (in xml it would be include)

2010-09-27 Thread Martin
Thank you! :-) But how can I get the ViewGroup-Object this way? I need access to all the views in the includes, but this way the includes do not have a special id, have they? Greetings, Martin On 27 Sep., 15:50, Mark Murphy mmur...@commonsware.com wrote: getLayoutInflater().inflate

[android-developers] Re: How can I add a layout to another layout in java? (in xml it would be include)

2010-09-27 Thread Martin
Thank you :-) It worked! Greetings! Martin On 27 Sep., 16:45, Mark Murphy mmur...@commonsware.com wrote: On Mon, Sep 27, 2010 at 10:38 AM, Martin google-gro...@digle.de wrote: But how can I get the ViewGroup-Object this way? findViewById() I need access to all the views in the includes

[android-developers] Same device - different targetSdkVersion = different DisplayMetrics, why?

2010-10-02 Thread Martin
); with android:targetSdkVersion=3 in the AndroidManifest.xml i get different values than with android:targetSdkVersion=8. How can this be? Greetings, Martin -- 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: Same device - different targetSdkVersion = different DisplayMetrics, why?

2010-10-02 Thread Martin
the android:targetSdkVersion to 8? How can I solve this problem? Greetings, Martin On 2 Okt., 13:50, Kostya Vasilyev kmans...@gmail.com wrote:   Applications built with sdk 3 (Android 1.5) and not having supports-screens tag in the manifest are assumed to only be able to deal with HVGA / mdpi screens. Android runs

[android-developers] lg ally android cant connect to blocks editor

2011-02-11 Thread Martin
what needs to be done to make this work? -- 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] lg ally phone not connecting to blocks editor

2011-02-11 Thread Martin
how do i fix this issue? -- 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

[android-developers] Activity double-cycles at hangup button (red button)

2010-02-28 Thread Martin
://www.mail-archive.com/android-developers@googlegroups.com/msg58374.html I hope you can help me here. Thanks, Martin 02-28 15:16:11.767: VERBOSE/com.spigo.balloons.GameThread$1(373): mUpdateTimeTask invoked 02-28 15:16:11.777: VERBOSE/com.spigo.balloons.GameThread(373): updateVideo:called 02-28

[android-developers] Problem with relayouting a scrollview.

2010-03-11 Thread Martin
Hi, I've created an app that handles all the layouts by drawing them manually thru each viewgroup's onLayout function respectively. In one of the custom layouts (ViewGroups) i want to have a ScrollView (at position x,y that not takes up the whole screen) with another custom view in it. The view

[android-developers] Re: 3D Physics Engine For Android Demo

2010-03-16 Thread Martin
So bad that I cannot test it on my HTC Hero, because I have Android 1.5 :-( -- 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

[android-developers] Re: Making SmartCard feature available in Google Nexus S

2011-05-18 Thread Martin
permissions missing. Adding these permissions to the Android Manifest doesn't help. What do you mean with and key off of that UID from the emulated tag. Thanks a lot. Martin On 3 Mai, 23:23, nemik ne...@nemik.net wrote: 1. There are no examples, this is green territory. 2. Again, it's new and up

[android-developers] Re: Making SmartCard feature available in Google Nexus S

2011-05-18 Thread Martin
else. What do you mean with and key off of that UID from the emulated tag ? Thanks a lot! Martin On 3 Mai, 23:23, nemik ne...@nemik.net wrote: 1. There are no examples, this is green territory. 2. Again, it's new and up to you. Personally though, not sure I would bother. When an API does

[android-developers] Re: NFC Secure Element

2011-05-19 Thread Martin
is that not possible through an android application? You have spoken about the access keys, but aren't they the same for internal and external access? If I have understood you correctly, there is nothing more I can do so far, right? Thanks a lot! Martin On 19 Mai, 00:59, Michael Roland mi.rol

[android-developers] Re: NFC Secure Element

2011-05-19 Thread Martin
with the hidden methods of the NfcAdapter class, but all I can do so far is to connect, then open it and read the UID. Best wishes, Martin On 19 Mai, 20:18, Michael Roland mi.rol...@gmail.com wrote: Hallo Martin, After enabling the card emulation mode on the Nexus S, I am able to read

[android-developers] Re: NFC Secure Element

2011-05-20 Thread Martin
! Martin On 19 Mai, 20:18, Michael Roland mi.rol...@gmail.com wrote: Hallo Martin, After enabling the card emulation mode on the Nexus S, I am able to read and write data to the emulated MiFare Classic 4k card by an external NFC reader. I would like to do that within an android app. Have

[android-developers] Re: NFC Secure Element

2011-06-01 Thread Martin
an example 3211564 - just an example 3211495 - just an example Best wishes, Martin On 1 Jun., 10:36, JMC114 jorncruij...@gmail.com wrote: Are you guys sure it's a MIFARE 4k card it's emulating? When I put the device in emulation mode and read its ATR, I'm getting: 3B 8F 80 01 80 4F 0C A0 00 00 03

[android-developers] Re: Which suites best for a beginner - Andromo, Buzztouch, Android SDK or something else?

2012-08-08 Thread Martin
Basic4Android is worth considering. http://www.basic4ppc.com/index.html It's has a much easier learing curve than 1) Learn Java then 2) Learn how to apply your Java knowledge to Android. Martin. On Monday, August 6, 2012 11:12:58 PM UTC+1, canman wrote: After some considerations

[android-developers] Re: Which suites best for a beginner - Andromo, Buzztouch, Android SDK or something else?

2012-08-08 Thread Martin
Ooops learing curve was meant to be learning curve! On Wednesday, August 8, 2012 10:46:11 AM UTC+1, Martin wrote: Basic4Android is worth considering. http://www.basic4ppc.com/index.html It's has a much easier learing curve than 1) Learn Java then 2) Learn how to apply your Java knowledge

[android-developers] Re: display TYPE_SYSTEM_DIALOG

2012-09-05 Thread Martin
Sounds like you want to do something much like StandOut: https://github.com/pingpongboss/StandOut#readme Martin. On Tuesday, September 4, 2012 2:51:19 AM UTC+1, HK wrote: HI, (I had posted this question in platform, but didn't get any response, so posting here) I want to display

[android-developers] Re: expandable list group view

2012-09-20 Thread Martin
You might find this thread at StackOverflow useful: http://stackoverflow.com/questions/2098558/listview-with-clickable-editable-widget Martin. On Thursday, September 20, 2012 5:17:48 AM UTC+1, sindhu wrote: Actually button is not covering full list,i have my own layout design

[android-developers] Is it possible to ... ?

2012-04-03 Thread Martin
Hi everybody, I would like to ask you something. Is it possible to launch for example 2 execs on a Android device (as far I know, for the moment, that's possible ^^ ), but each one will have to display something on the screen, 1 layer/exec, and both of them are visible ?? So ... is it possible

Re: [android-developers] Is it possible to ... ?

2012-04-04 Thread Martin
Ok, thank you, both of you, for yours answers. That's confirm what I thought. Martin. -- 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

[android-developers] Javascript openDatabase callback never executes

2012-01-30 Thread Martin
will execute but the callback still fails to execute. This is on a Froyo emulator and also on my ZTE Blade with cyanogen mod Gingerbread. Has anyone got any experience with the javascript database storage api and could tell me if this callback is supported? Thanks. Martin. -- You received this message

[android-developers] Re: Javascript openDatabase callback never executes

2012-01-31 Thread Martin
Hi and thanks for both replies. I have set a database path and on a rooted device verified that all is working as intended. Shame the callback is not supported on the older versions of Android - i shall have to think up a workaround in the javascript. Martin. On Jan 30, 8:48 pm, John Purcell

[android-developers] Why is my ImageView (wrap_content) bigger than the Image itself?

2011-09-13 Thread Martin
the RelativeLayout. Greetings, Martin -- 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

[android-developers] Re: Find path between 2 pairs of lat and long

2012-06-06 Thread Martin
There's an example of how to draw a great circle line here: http://compastic.blogspot.co.uk/2011/07/how-to-draw-great-circle-on-map-in.html Martin. On Jun 6, 3:38 pm, Kristopher Micinski krismicin...@gmail.com wrote: On Wed, Jun 6, 2012 at 3:15 AM, gjs garyjamessi...@gmail.com wrote: Hi

[android-developers] Re: WebView / JavaScriptInterface / String []

2012-07-17 Thread Martin
The WebView has it's own built-in JSON processing functions so no real need for an external javascript library. var jsonObject=JSON.parse(jsonString); Martin. On Tuesday, July 17, 2012 6:57:26 AM UTC+1, Doug wrote: If you need to return something more complex, you could always generate

[android-developers] Re: When will releaseYoutube Android Player API

2012-10-04 Thread Martin
The recent You Tube change that broke the OpenYouTubeActivity has been identified and a fix is posted here: http://code.google.com/p/android-youtube-player/issues/detail?id=14 Martin. On Wednesday, October 3, 2012 10:38:17 PM UTC+1, Viktor Vologzanin wrote: Hi guys, I would like to know

[android-developers] Re: App with google map in offline(with out wifi or gprs connection)

2012-10-16 Thread Martin
features such a Marker click listeners, so steer clear of the newer version if you need such functionality. Martin. On Tuesday, October 16, 2012 7:54:47 AM UTC+1, Kunju Vava wrote: Dear All, I want us to create an app in which the user searches for a pharmacy should be shown its location

[android-developers] Re: Advice for a strategic game map

2012-11-12 Thread Martin
and spaceships. Pros: You'll benefit from the existing OSMDroid API. Cons: Your custom tile layer could well be many MBs in size causing your APK to become very large. You could workaround this by separating the tile layer from the APK, maybe use an expansion file for the tile layer? Martin. On Monday

  1   2   3   4   5   6   7   >