Category: General

How to create a YouTube subscription link and get more subscribers quickly

If you are making videos or tutorials, you should be on YouTube, and part of growing your fanbase is to get more subscribers. We have YouTube channel and we have created a link https://www.youtube.com/channel/UCfYTAK_StwK1-4-e-FP7LOg?sub_confirmation=1 The red part is the name of the channel and we have added ?sub_confirmation=1 after the channel name. This will prompt the visitor

Adarsha Bangla Lipi – Android App by Zakaria

Download Link – https://play.google.com/store/apps/details?id=com.zakasoft.adarshabanglalipi This is first version of the Bangla Alphabet learning app where the voice was recorded by me. It was a great experience to make something useful and people really liked it a lot. Some of the improvements that are needed: Add a game  

Android Development | Problems and Solutions

We all face some kind of problems when coding in Android Development. I am trying to compile some solutions which will help you to speed up the process. Buttons How to have a transparent ImageButton: Android? android:background=”@null” For Ripple effect: android:background=”?attr/selectableItemBackgroundBorderless” Shortcut Keys https://developer.android.com/studio/intro/keyboard-shortcuts EditText EditText1.requestFocus(); // this will focus the cursor on the edittext