How to use Recycler view in android studio
How to use Recycler view in android studio
Nitro Pro is a PDF file editor. Nitro is a pdf editing software. The use of PDF files is undeniable in our life. I use PDF files for various purposes. Recruiters provide PDF files for various jobs or recruitment. Sometimes we need to edit it. But editing requires software. We need to pay to …
There are powerful windows tools that are unknown to many. Today I have compiled 10 such software that comes in handy for every windows user. These tools are small in size but work like a charm. Please watch the full video to learn more about them. 1) Everything: https://www.voidtools.com/downloads/ 2) Unlocker: https://filehippo.com/download_unlocker/ 3) Texter: https://texter.en.softonic.com/ …
10 powerful windows tools that are unknown to many Read More »
Install Firebase CLI npm install -g firebase-tools Next Initialize your project (Sign in to Google) firebase login Until: Firebase CLI Login Successful! Initiate your project Run this command from your app’s root directory: firebase init 1. Are you in the Home directory? => y 2. Hosting: Configure and deploy Firebase Hosting sites 3. Use an …
List of Keyword chart of javaScript A developer need to know the keycode to use to make some apps . They can search from here! Keycode Key 3 Break 8 Backspace / Delete 9 Tab 12 Clear 13 Enter 16 Shift 17 Ctrl 18 Alt 19 Pause/Break 20 Caps Lock 21 Hangul 25 Hanja 27 …
Complete Command Prompt /CMD /Windows Terminal Tutorial – Compile C in CMD cmd codes explanation example dir To see the list of the directory in the same directory cd change directory dir/a mkdir nameOfFolder to make a folder cd .. to go back to previous folder/directory cd ../.. to go to the root directory rmdir …
Complete Command Prompt /CMD /Windows Terminal Tutorial – Compile C in CMD Read More »
Arithmetic and assignment operator There are different types of Operators in JavaScript. Arithmetic operator are in the bellow: Operator Description + Addition – Subtraction * Multiplication ** Exponentiation / Division % Modulus (Remainder) ++ Increment — Increment Arithmetic Operators Different kinds of Arithmetic Operator.
JavaScript tutorial : number method | toFixed | toPrecision Today we will discuss the number method, toFixed, and toPrecission. Follow the comments and then practice. You can also copy and paste the code to your projects. [code lang=”js”] var num = 20 var text = "Riaj Ahmed"; var logic = true; var decimal = 20.25632; …
javascript bangla tutorial : number method | toFixed | toPrecision Read More »
JavaScript tutorials: Variable JavaScript is a client-side scripting language or browser scripting language. Simply put, JavaScript is a programming language for the web or HTML that you can use to manage any HTML content at will. It includes data type, operator, some important objects, function methods required for web pages, etc. Today I will learn …
What is variable, how to declare, what to consider to declare a variable in JavaScript Read More »