Bonjour à tous,
Début octobre, Microsoft a envoyé un message nous signifiant l’arrêt du service groove, de sa musique et de ses api.
En tant qu'acteur sur le marché, ça a du sens. Par contre pour tous les développeurs, c'est quand même une tuile.
Microsoft préconise donc à ses utilisateur de migrer vers Spotify
Quand est il niveau dev? En faisant mes recherches sur les api Spotify: Je les ai trouvé assez compliqué à utiliser.
J'ai evalué les (le) concurrent(s) et je me suis rendu compte que Deezer faisaient parfaitement l'affaire. A tel point que je me suis même demandé pourquoi je n'ai pas sauté sur Deezer il y a 2 ans. Des api claires et facile d’acces (au premier abord)
Maintenant il ne reste plus qu'a implémenter tout.
Je documenterai les étapes de développement.
Bonne journée
dimanche 22 octobre 2017
mardi 9 mai 2017
Xamarin.forms : Add Splash screen (XF 2.3.4.234)
Hi all,
As I've installed VS2017, I took the time to do refactoring on my project in order to add new api.
So I've decide to start from a blank project and add my classes.
After several quirks, I've spent a lot of time to add a splash screen.
When I followed old fashion method or the method Xamarin describes on their website I always had this error:
To solve that: It tooks time to find a correct sample all around the web.. but the sample (with project) to download in the xamarin website works well.
The main difference is : No layer list to create, and in the style.xml file,
there are those two more item
<item name="android:windowContentOverlay">@null</item>
<item name="android:windowActionBar">true</item>
Now everything works fine.
Good work.
As I've installed VS2017, I took the time to do refactoring on my project in order to add new api.
So I've decide to start from a blank project and add my classes.
After several quirks, I've spent a lot of time to add a splash screen.
When I followed old fashion method or the method Xamarin describes on their website I always had this error:
- The file “obj\Debug\android\bin\packaged_resources” does not exist.
The main difference is : No layer list to create, and in the style.xml file,
there are those two more item
<item name="android:windowContentOverlay">@null</item>
<item name="android:windowActionBar">true</item>
Now everything works fine.
Good work.
Inscription à :
Articles (Atom)