Skip to main content

Posts

Showing posts from August, 2018

Splash Screen and Permission in Android

SPLASH SCREEN AND PERMISSION IN ANDROID Splash screen is the screen that appears for few seconds when the application is launched. It may also display startup progress or branding.It appears before main activity and is the launching activity. STEPS TO CODE SPLASH SCREEN- STEP 3.  After making a new project in android studio, create second activity i.e splash activity. Those who don't know how to make a project ,kindly visit the link below. https://developer.android.com/studio/projects/create-project Code for xml file -  STEP 4.  STEP 5. STEP 6. i. Import all these packages and if any error occurs at some code than hit alt+enter. ii. iii. STEP 7. These are changes to be made in Android.manifest file.You can ask for any permission like read or write storage,etc. STEP 8.  Code for splash screen is done. The screenshot below is of main activity.You can perform any operation that you want here.I have simply printed a

Bootstrap Framework

  WHAT IS BOOTSTRAP FRAMEWORK? Bootstrap is a free and open-source front-end library for designing websites & web applications. It contains HTML and CSS-based design templates for typography, forms, buttons, navigation and other interface components, as well as optional JavaScript extensions. Bootstrap also gives you ability to create responsive layout with much less efforts. Bootstrap contains helper classes that when added to our code adds extra functionalities and helps to make responsive web pages (i.e. pages that adjust their content according to different device size).Bootstrap contains classes to make forms, tables, buttons and responsive images. Bootstrap was developed by Mark Otto and Jacob Thornton at Twitter. It was released as an open source product in August 2011 on Github. The latest version of the bootstrap that is v4.1 can be downloaded from  getBootstrap.com . ADVANTAGES -  1.  Easy to get started 2.  Responsiveness 3.  Helpe