Posts

Showing posts from 2023

SSC RESULT CHECK /এস এস সি রেজাল্ট দেখুন / SSC Result check online with full marksheet । All Education Board – এসএসসি রেজাল্ট দেখুন ফুল মার্কশীটসহ

Image
  SSC Result check online with full marksheet । All Education Board – এসএসসি রেজাল্ট দেখুন ফুল মার্কশীটসহ First, go to the website –  educationboardresults.gov.bd Select “ SSC/Dakhil ” to the “ Examination ” option. Select “ 2023 ” to “ Year ” option. Select education board on the “ Board ” option. Write your SSC roll number carefully on the “ Roll ” option. Carefully write your SSC exams registration number on “ Reg: No ” option. Solve the numeric captcha. Example: 4+5 =  9 Finally, review all information and click on “ SUBMIT “. Once you’ve done, you’ll get your SSC result 2023! Special Note  : On the SSC results publishing day, many people visit the official site of the Education Board together to see the results. As a result, site may be down. So, try a few times. Hopefully, you will get the result. SSC result 2023 chek by online with full marksheet Here is given all instructions to check SSC result from eboardresults.com First, go to the website –  eboardre...

How to add Lottie Animation in an Android app

Image
  Dynamic properties of Lottie Animations These can be used to give the app a theme. These can be added in response to any event such as error, success, etc. These can be animated to a single part of the animation in response to any user. Responding to view sizes or other values not known at design time. Advantages of Lottie It supports a larger set of After Effects features. Developers can set the progress to add the animation to a gesture, event, etc. Masks are anti-aliased. Developers have the freedom to change speed and color of a specific part of an animations dynamically. Approach:   Step 1:  Add this dependency into the  App level gradle module  of the project and then  sync  the gradle with the project. This library enables us to use Lottie’s animations:  Java // Lottie dependency def lottieVersion = "3.4.0" implementation "com.airbnb.android:lottie:$lottieVersion" Step 2:  Choose any animation from  here  and download the ...