Re: [android-developers] Re: How to hide error dialog on MediaPlayer

2013-02-07 Thread Per-Jarle Sæther
rue? Maybe this will suppress the internally generated error > message. > > > > On Tuesday, February 5, 2013 4:55:05 AM UTC-6, Per-Jarle Sæther wrote: >> >> Hello all >> I'm working with a video playback app >> >> Sometimes when there is a problem w

[android-developers] How to hide error dialog on MediaPlayer

2013-02-05 Thread Per-Jarle Sæther
Hello all I'm working with a video playback app Sometimes when there is a problem with the video stream, the MediaPlayer displays an error dialog saying: "Sorry, this video cannot be played" Is there any way to disable this dialog so it will not be displayed in my app? I would like to implement m

[android-developers] how to make graphics fit to different screen resolutions

2013-01-21 Thread Per-Jarle Sæther
Hi all I have an application that was originally developed for a 7" touchpad with resolution 800x480 (mdpi). Both graphics and layouts was made for this resolution. Now I am trying to make this app to support another device that have resolution 1024x552 (mdpi) Since both devices are mdpi, then I

[android-developers] Re: How to update SDK Tools to revision 21?

2012-11-26 Thread Per-Jarle Sæther
Hi all Please ignore my last email I found the reload button... Best regards Per-Jarle On Mon, Nov 26, 2012 at 3:33 PM, Per-Jarle Sæther < per.jarle.saet...@gmail.com> wrote: > Hello all > I ran an update of the ADT in Eclipse. > > After updating, I get an error message

[android-developers] How to update SDK Tools to revision 21?

2012-11-26 Thread Per-Jarle Sæther
Hello all I ran an update of the ADT in Eclipse. After updating, I get an error message saying: *This version of ADT requires Android SDK Tools revision 21.0.0 rc9 or above. Current revision is 20.0.0. Please update your SDK Tools to the latest version.* Together with two buttons (Open SDK Manag

Re: [android-developers] Using custom Content Providers

2012-06-18 Thread Per-Jarle Sæther
ave > the corresponding element. > > On Mon, Jun 18, 2012 at 9:02 AM, Per-Jarle Sæther > wrote: > > Hello, and thank you for replying > > > > I was looking at a tutorial that used Contacts which is a ContentProvider > > > >

Re: [android-developers] Using custom Content Providers

2012-06-18 Thread Per-Jarle Sæther
18, 2012 at 12:29 PM, Mark Murphy wrote: > You do not need to have a element to use that > ContentProvider. I do not know what other "uses tag" you might be > concerned with. > > On Mon, Jun 18, 2012 at 5:09 AM, Per-Jarle Sæther > wrote: > > Hello all >

[android-developers] Using custom Content Providers

2012-06-18 Thread Per-Jarle Sæther
Hello all Do I need to specify an uses tag in AndroidManifest if I shall use a custom Content provider? Example: Provider tag in Content Provider: What *uses* tag do I need to have in a client app that use this provider? Best regards Per-Jarle -- You received this message because you are s

Re: [android-developers] How to configure SDK emulator to start with english instead of japanese?

2010-08-26 Thread Per-Jarle Sæther
to leave it off. > > -- > Kostya Vasilyev -- http://kmansoft.wordpress.com > > 26.08.2010 11:19 пользователь "Per-Jarle Sæther" < > per.jarle.saet...@gmail.com> написал: > > > Hi, and thank you for replying to me > > The japanese settings are coming back

[android-developers] How to configure SDK emulator to start with english instead of japanese?

2010-08-25 Thread Per-Jarle Sæther
Hello all I'm new to Android development and have just startet playing with the SDK. One thing that is annoying is that the emulator always start with Japanese settings. I have found out how to fix this by going into settings and remove all the Japanese stuff, but this is time consuming since I ha

[android-developers] How to manipulate order of views in a viewgroup using drag'n'drop

2010-08-19 Thread Per-Jarle Sæther
Hi all I want to develop an application that contains 4 views in one viewgroup The following interactions shall be possible: 1. change ordering - When you drag a finger from one view to another, the two views shall swap 2. maximize one view - When you click on one view, it

[android-developers] Dalvik VM vs Sun JVM - compabillity

2010-08-18 Thread Per-Jarle Sæther
Hi all I am new to Android development Are there any compability issues between a standard JVM and Dalvik VM? Are there any classes or packages from the Sun SDK that can't be used on Android? Best regards Per-Jarle Sæther -- You received this message because you are subscribed to the G