Animations with Lottie in Xamarin Forms

  Рет қаралды 23,857

Houssem Dellai

Houssem Dellai

Күн бұрын

Пікірлер: 52
@AndrOSbaranov
@AndrOSbaranov 4 жыл бұрын
Спасибо чувак, все подробно и понятно !
@WolverineForLove
@WolverineForLove 6 жыл бұрын
You my favorite trainer 👍👍👍
@rajeshangappan7849
@rajeshangappan7849 3 жыл бұрын
For UWP how to achive?. I tried, it's not showing properly.
@abdoulraoufgambo
@abdoulraoufgambo 2 жыл бұрын
thank you so much for this video. please can you do an other video on how to combine after effet animation with xamarin ? if you can't please tell me how to do that ? please ! Thank you
@asharnavya
@asharnavya 6 жыл бұрын
Awesome video.... I loved it.
@williamtoro540
@williamtoro540 6 жыл бұрын
Hi Houseem, nice videos. I'm learning a lot. I have a question, can you explain how to use real time data and sort the data in real time, i've been trying but theres no much info especially sorting the data in real time.
@HoussemDellai
@HoussemDellai 6 жыл бұрын
William Jairo Toro Rosales do you mean data from database ?
@williamtoro540
@williamtoro540 6 жыл бұрын
Yes! Im using Firebase Real Time Data Base and it worked but I can´t figure out how to sort my listview in descendant order.
@HoussemDellai
@HoussemDellai 6 жыл бұрын
William Jairo Toro Rosales you should be able to do that in memory at least. In C# we have List.SortByDesc. Then you can save back that data to the DB.
@horay9597
@horay9597 4 жыл бұрын
Icant apply a Animation! What is problem?
@AngeloBelchior
@AngeloBelchior 6 жыл бұрын
Very good video! Lottie is awesome :)
@magonil691
@magonil691 4 жыл бұрын
Lottie xamarin support text rendering???
@medsaladin
@medsaladin 6 жыл бұрын
Hi, Why did choose .NET instead of Shared Project ? thanks
@inderjeetarora771
@inderjeetarora771 6 жыл бұрын
hi @houssem sorry i am asking my question here ,but i have searched alot and still got no answer of my question i am looking to change the default activity indicator image and add any gif image , but i am not getting a detailed demo on it can you please suggest me how to do this or if any free library is available for xamarin.forms that shows different type of busy indicators that please please please let me know
@priyakukkunoor2752
@priyakukkunoor2752 5 жыл бұрын
Hi Houssem I followed your tutorial. Animation is working. But it stops play when I call async Task . Actually I wanted it to show animation when calling async Task. Can You please help me with this issue.
@WolverineForLove
@WolverineForLove 6 жыл бұрын
كنت اريد ان اسالك ما رايك في syncfusion هل ترشح لاستخدامه في عمل تطبيقات xamarin forms ?? وشكرا جزيلا لحضرتك
@HoussemDellai
@HoussemDellai 6 жыл бұрын
Sameh Nagy yes it is good, I use it in production for my client
@3deste233
@3deste233 6 жыл бұрын
Thank you for this!! How can we add an lottie animation to our splash animation?
@raydeleon7806
@raydeleon7806 6 жыл бұрын
do you already know how to do it? if you know share us this please
@ussamaiftikhar8292
@ussamaiftikhar8292 6 жыл бұрын
Which version of VS you are using??
@HoussemDellai
@HoussemDellai 6 жыл бұрын
VS 2017
@ussamaiftikhar8292
@ussamaiftikhar8292 6 жыл бұрын
Which version of VS 2017? 15.7.2??
@tahirkhan466
@tahirkhan466 2 жыл бұрын
can anyone tell me how can i make toss a coin code, by clicking a button it should clip the coin and randomly show head or tail
@saqibnadeem2198
@saqibnadeem2198 4 жыл бұрын
Sir, its not working, just not showing the animation after the exact procedure.
@redarismail5777
@redarismail5777 6 жыл бұрын
Dear @Houssem Can you please make a video about 3 or more list view in TabbedPage in MVVM
@thedude3544
@thedude3544 5 жыл бұрын
What is the specifications of your computer so that work visual studio 2017 without any slow response..
@JohnDoe-fv5cu
@JohnDoe-fv5cu 5 жыл бұрын
It's just video editing
@Harmlesstolethal
@Harmlesstolethal 4 жыл бұрын
This video misses a very important info. I tried your code in vs2019 It wasnt working untill I found out that we had to add AnimationViewRenderer.Init() which is again not working if lottie nuget is not downgraded to version 2.6. 3
@yahyaotaif
@yahyaotaif 4 жыл бұрын
Any solution for this in 2019 yet ?
@KarinSantos87
@KarinSantos87 4 жыл бұрын
@@yahyaotaif Check MonoDroid Version and Lottie version (for Android 9.0 ==> 3.0.4 Lottie) then after Xamarin.Forms.Forms.Init(this, bundle); in MainActivity in droid project add AnimationViewRenderer.Init(); and import references. This work for me.
@chihebchebbi7660
@chihebchebbi7660 6 жыл бұрын
Great Video!
@nandhakumar-tb9gl
@nandhakumar-tb9gl 6 жыл бұрын
Not working in android
@nandhakumar-tb9gl
@nandhakumar-tb9gl 6 жыл бұрын
Not yet Nicklas
@ITPROFESSIONAL
@ITPROFESSIONAL 6 жыл бұрын
use ver 2.5.0 Install-Package Com.Airbnb.Android.Lottie -Version 2.5.0
@SundharaVlogs
@SundharaVlogs 4 жыл бұрын
AnimationViewRenderer.Init(); include in Main activity
@dominikganic4919
@dominikganic4919 6 жыл бұрын
Very nice video and informations. Now I've been doing it right, thankfully to your video. :)
@another-day-2024
@another-day-2024 6 жыл бұрын
Houssem, Can we use Lottie in Splash screen?
@raydeleon7806
@raydeleon7806 6 жыл бұрын
do you already know how to do it? if you know share us this please
@MatteoRebecchiMari
@MatteoRebecchiMari 4 жыл бұрын
If you need a fully customizable UI you can now integrate Flutter in your Xamarin apps. The project is called Flutnet. www.flutnet.com
@serviceleadermobile4687
@serviceleadermobile4687 6 жыл бұрын
nice video Hello sir How you can able to debug on ios using windows
@Tyler-hf4uc
@Tyler-hf4uc 6 жыл бұрын
Is this possible to do using Xamarin iOS?
@Tyler-hf4uc
@Tyler-hf4uc 6 жыл бұрын
Nevermind! Answers just two minutes in!
@danielbiniam2489
@danielbiniam2489 5 жыл бұрын
hi can you make a video for loading animation until some request is finished
@kaiofeliper.desouza4081
@kaiofeliper.desouza4081 6 жыл бұрын
very nice!
@VicoBastidas
@VicoBastidas 4 жыл бұрын
Thanks for share
@espedale
@espedale 5 жыл бұрын
Why two cursor arrows? I appreciate your tutorial, but it is very distracting to have two pointers dancing around the screen.
@wondwossengebreab5178
@wondwossengebreab5178 6 жыл бұрын
@ Houssem Dellai As always helpful video big respect from Ethiopia.
@pixelbyte.app0
@pixelbyte.app0 6 жыл бұрын
Doesn't working Android....
@marcelomms4021
@marcelomms4021 4 жыл бұрын
as ways, microsoft things does not work, as ways
@SundharaVlogs
@SundharaVlogs 4 жыл бұрын
AnimationViewRenderer.Init();
@ousspero
@ousspero 5 жыл бұрын
You wasted my time,
@Harmlesstolethal
@Harmlesstolethal 4 жыл бұрын
Thank you
Advanced Xamarin Forms [MVVM] Part1
23:27
Houssem Dellai
Рет қаралды 59 М.
Мама у нас строгая
00:20
VAVAN
Рет қаралды 12 МЛН
How many people are in the changing room? #devil #lilith #funny #shorts
00:39
小路飞和小丑也太帅了#家庭#搞笑 #funny #小丑 #cosplay
00:13
家庭搞笑日记
Рет қаралды 13 МЛН
Episode 5: MVVM & Data Binding with Xamarin.Forms
30:39
Microsoft Developer
Рет қаралды 90 М.
Beat Ronaldo, Win $1,000,000
22:45
MrBeast
Рет қаралды 105 МЛН
Using Lottie for Beautiful Animations for Xamarin Apps | The Xamarin Show
15:41
5 Ways to Not Pay Full Price for Windows
12:47
Linus Tech Tips
Рет қаралды 232 М.
This tiny computer changes EVERYTHING
15:57
Jeff Geerling
Рет қаралды 712 М.
Mobile App Security with Kerry W. Lothrop | The Xamarin Show
25:54
Microsoft Developer
Рет қаралды 7 М.
I never understood why you can't go faster than light - until now!
16:40
FloatHeadPhysics
Рет қаралды 4,2 МЛН
Making an AI Onlyfans with Computer Science
11:48
nang
Рет қаралды 3,4 МЛН
Мама у нас строгая
00:20
VAVAN
Рет қаралды 12 МЛН