L'objectif de cet article va être de faire le tour d'horizon des threads créés par une application Android. Le rôle de chaque thread sera évoqué et nous terminerons par la présentation de la création de threads.
Bonjour,
Voici un article sur la création d'un carrousel
[IMG]http://davy-leggieri.developpez.com/tutoriels/android/creation-carrousel/images/Effect1screen2.png[/IMG]
http://davy-leggieri.developpez.com/...ion-carrousel/
Vos remarques sont les bienvenues....
I downloaded the new SDK and installed on my Windows 8 instance on my dedicated Hyper-V Server.
When I start the emulator I receive an error. And after some searching and reading I realised that hyper-v is not supported.
Is there any possibilities that I can run my Windows phone 8 emulator on a remote Hyper-V 2012 server?
What I can see, it only…
Hi
I'm using Gallio\MbUnit 3.1 with ReSharper and Visual Studio 2008. Everything is working well except this type of test:
[Test]
[Row("test@badEmail@_test.com")]
[Row("test@badEmail@_test.")]
public void IsValidEmail_Invalid_Emails_Should_Return_False(string invalidEmail)
{
…
I'm not too certain this is a SO question, but I didn't think it belonged in meta either.
Long story short, I am bioinformatics researcher. I like to code, it's my favourite part of the job. I have been thinking for a while that if academia is not kind to me, I might seek a career in software development. My current contract is…
Quels conseils donneriez-vous pour durer dans la carrière de développeur
Et pour rester compétent et à jour ?
Être développeur de plus de 40 ans, compétent et à jour, est-ce possible ?
C'est à ce sujet de la longévité des carrières de développeur que s'est attaqué le développeur Davy Brion sur son blogue.
Et pour lui, la…
Hi guys,
I am encountering a problem in delphi Tidhttp component wherein the GET procedure cant fetch a specific url but on other urls it is working. Example this code cant fetch the error_url but if you change the error_url to any valid url its working:
procedure TForm1.Button1Click(Sender: TObject);
var
Response :…
I ran into a weird directory permission problem when logged in to a Win2008SP2 (not R2) server through SSH. When I open a local cygwin shell on the server, i can do this:
myUser@myServer ~
$ cd /cygdrive/c/Windows/System32/inetsrv/
myUser@myServer /cygdrive/c/Windows/System32/inetsrv
$ cd config
myUser@myServer…
Hi
I need to develop a remote access too so that our support staff can take control of users' devices and fix problems.
I'm not sure where to start. Can anyone please point me in the right direction?
Thanks