Author: MD Roman Sarkar

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

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”  …