Education

June 8, 2022
Complete wordpress bangla tutorial
Education

Complete wordpress bangla tutorial

https://youtu.be/h8Q_chP6fks #wordpress #wordpresstutorial #learning WordPress Bangla Tutorial For Beginners | Step by Step WordPress Portfolio Website.

May 23, 2022
World Tech Summit 2022
Education, Freelancing, News

World Tech Summit 2022

If you want to be the boss of the digital marketing world, you have to learn with social media marketing…

April 25, 2022
Facebook Blueprint Certification
Education

Facebook Blueprint Certification

Free certification Facebook Blueprint 100% FREE Certification. Become a Facebook-certified marketing professional with Facebook Blueprint and get recognized through the…

March 10, 2022
Android Studio Counter Application
Education

Android Studio Counter Application

.XML .Java .XML <TextView          android:id=“@+id/tx”          android:layout_width=“wrap_content”          android:layout_height=“wrap_content”          android:layout_centerInParent=“true”          android:layout_centerVerticle=“true”          android:text=“0”          android:textAppearance=“?android:attr/textAppearance”          android:textSize=“100sp” />      <Button          android:id=“@+id/bt”          android:layout_width=“wrap_content”          android:layout_height=“wrap_content”          android:text=“click me”          android:layout_alignParentBottom=“true”          android:layout_alignParentRight=“true”          android:layout_alignParentEnd=“true”  …