Posts

Unit-3 Android UI Design Essentials [IMP QUESTION IN MID-2]

Image
Q-1) Intent and its types  -Android uses Intent for communicating between the components of an application and also from one application to another application.                                         OBJECT                                       🠑                                        INTENT                                                🠑                                 LABELEDINTENT -For example: Intent facilitate you to redirect your activity to another activity on occurrence of any event. By calling, startActivity() you can perform this task. - Intent intent = new Intent(getApplicationContext(), SecondActivity.class);       startActivity(intent); [2] Types of Intents  Intent is of two types: Explicit Intent and Implicit Intent I) Explicit Intent:        Explicit Intents are used to connect the application internally.        In Explicit we use the name of component which will be affected by Intent. For Example: If we                know class name then we can navigate the app

Creative Website For Tourism Company || Using HTML5 || CSS3 || PART #1

Image
 Download Image       : Source Code : 

Creative Website For Tourism Company || Using HTML5 || CSS3 || PART #1

Image
  Creative Website For Tourism Company || Using HTML5 || CSS3 || PART #1 Creative Website For Tourism Company || Using HTML5 || CSS3 || PART #1 Important Links------------------------------------------------------------------------------------------------- Font Link : https://codingtutorialpoint0.blogspot.com/ Download Image: --------------------------------------------------------------------------------------------------------------------------- Follow on my Social media page !!-------------------------------------------------------------------- INSTRAGRAM: https://instagram.com/co.ding_tutorial FACEBOOK: https://www.facebook.com/profile.php? ... Blogging : https://codingtutorialpoint0.blogspot.com/ --------------------------------------------------------------------------------------------------------------------------- Music ---------------------------------------------------------------------------------------------------------------- Sweet by LiQWYD | https://soundcloud.

How to Place Video inside Text || HTML5 CSS3 || Video inside text || making just 2 minutes

Image
 How to Place Video inside Text || HTML5 CSS3 || Video inside text ||      making just 2 minutes !! How to Place Video inside Text || HTML5 CSS3 || Video inside text || making just 2 minutes !! Important Links----------------------------------------------------------------------------------------------------- 1) video Download link : https://s3-us-west-2.amazonaws.com/s.cdpn.io/4273/ocean-small.webm 2) SVG Viewport : xmlns="http://www.w3.org/2000/svg" viewBox="0 0 285 80" preserveAspectRatio="xMidYMid slice" 3) Font Face/ Family: font-family: Biko; src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/4273/biko-black.woff") --------------------------------------------------------------------------------------------------------------------------- Follow on my Social media page !!----------------------------------------------------------------------------- INSTRAGRAM: https://instagram.com/co.ding_tutorial FAC

Build a Complete Responsive Personal Portfolio using PHP, HTML,CSS,JAVASCRIPT || PART #3 Coding

Image
Build a Complete Responsive Personal Portfolio using PHP, HTML,CSS,JAVASCRIPT || PART #3 Coding   !! How to Build a complete Responsive Personal Portfolio using PHP,HTML,CSS,JAVASCRIPT !! Part-------------------------------------------------------------------------------------------------------------------- PART 1 : https://youtu.be/OwiFTk5k4n0 PART 2 : https://youtu.be/xiSqP4Dhk68 PART 3 : https://youtu.be/el-nrEv-O_I PART 4 : Coming soon PART 5 : Coming soon --------------------------------------------------------------------------------------------------------------------------- Important Links------------------------------------------------------------------------------------------------- FONT AWESOME LINK: https://cdnjs.com/libraries/font-awesome FONT ICONS LINK: https://fontawesome.com/v4.7/icons/ --------------------------------------------------------------------------------------------------------------------------- Follow on my Social media page !!------------

How to make Google Search Engine Website using HTML CSS & JAVASCRIPT

Image
  !! How to make Google Search Engine Website using HTML CSS & JAVASCRIPT in just 5 minutes !! Download Photo's: Source code:

Software Testing - Cheatsheet

Image
   05BC1502 - Software Testing UNIT 1           UNIT 2 ------------------------------------------------------------------------------------------------------------------ UNIT : 2 ------------------------------------------------------------------------------------------------------------------ Dynamic Testing             Static techniques ------------------------------------------------------------------------------------------------------------------ Black-Box Testing Techniques /  functional testing ------------------------------------------------------------------------------------------------------------------ - This technique considers only the functional requirements of the software or module. ----------------------------------------------------------------------------------- Boundary Value Analysis (BVA): - A Black-Box testing technique used to check the errors at the boundaries of an input domain. 1.1 Boundary Value Checking : -  Test cases are designed by holding one v