Skip to content

BragitOff.com

READ-LEARN-BRAG!

  • Archives
  • Coding
    • Machine Learning
    • Android Studio
    • C Programs
      • Miscellaneous
      • Matrix Operations
      • Numerical Integration
      • Ordinary Differential Equations
      • Plots and Graphs
      • Random Numbers
      • Root Finding
      • Series Sum
    • C++ Programming
    • Python
    • Scilab
    • Microprocessor 8085 Programming
  • Physics
    • Digital Electronics
    • General Theory of Relativity
    • Lab Manuals
    • Mathematical Physics
    • Nanoscience and Nanotechnology
    • Numerical Analysis Programming
    • Popular Queries of Physics Students
    • Quantum Mechanics
    • Quantum Field Theory
    • Viva Questions
  • Word-a-Geek
    • Pictionary
    • Visual Dictionary
  • Research
  • Conferences
  • Machine Learning
  • Quantum Chemistry
    • PyFock: Pure Python DFT and Quantum Chemistry with GPU Acceleration
    • TURBOMOLE
    • PySCF
    • NWChem
    • DFT
    • Quantum Espresso
    • DFT Simulations Database
  • CrysX
    • PyFock: Pure Python DFT and Quantum Chemistry with GPU Acceleration
    • CrysX – Neural Network (crysx_nn)
    • CrysX: Crystallographic Tools
      • CrysX – Documentation
    • CrysX – 3D Viewer
      • CrysX-3D Viewer Documentation
      • CrysX – 3D Viewer Privacy Policy
    • CrysX – AR Documentation
    • CrysX-AR Privacy Policy
    • Molecule Database

Author: Manas Sharma

I'm a physicist specializing in computational material science with a PhD in Physics from Friedrich-Schiller University Jena, Germany. I write efficient codes for simulating light-matter interactions at atomic scales. I like to develop Physics, DFT, and Machine Learning related apps and software from time to time. Can code in most of the popular languages. I like to share my knowledge in Physics and applications using this Blog and a YouTube channel.

Animating Views (TextView, EditTexts, Buttons, etc) -Android Development

Android StudioMar 20, 2017Mar 20, 2017 Manas Sharma

Adding basic animations to views such as a TextView, ImageView, EditTexts, etc is now very easy, thanks to the amazing library by daimajia.…

Read More

How to show a Toast Error Message for an entry to EditText? [SOLVED] – Android Studio

Android StudioMar 20, 2017 Manas Sharma

You may have an EditText in your app to take some input from your user for a variety of reasons. But it should…

Read More

Exponential Fitting – JAVA / Android [Code/Program]

Android Studio Numerical Analysis ProgrammingMar 19, 2017Mar 19, 2017 Manas Sharma

In this post I will be showing you how to write a code that fits the data-points to an exponential function, like: eq(1)…

Read More

How to solve write permission error on Android Marshamallow (API 24)? [SOLVED] – Android Development

Android StudioMar 19, 2017 Manas Sharma

Since Android 6.0 (Marshmallow), Google has changed the way permissions used to work. Earlier the user granted permissions read/write permission to the app…

Read More

How to hide the status bar? [SOLVED] – Android Studio

Android StudioMar 19, 2017 Manas Sharma

You might need to hide the status bar(formerly known as the notification bar) for some activities like your splash screen activity, etc. This…

Read More

How to hide/show action bar programatically? [SOLVED] – Android Studio

Android StudioMar 18, 2017 Manas Sharma

To Hide/Show the action bar of your activity on Android Devices with API>11, just use the following codes: To Hide the action bar:…

Read More

How to change the versionCode and versionName? [SOLVED] Android Studio

Android StudioMar 18, 2017 Manas Sharma

To change the versionCode or the versionName, just open the build.gradle file located at and change the corresponding fields: defaultConfig { applicationId “com.bragitoff.curvefit_leastsquares”…

Read More

How to avoid going back to the Splash Screen Activity on the press of Back Button? [SOLVED] – Android Studio

Android StudioMar 18, 2017 Manas Sharma

To prevent the user from going back to the splash screen on pressing the ‘back’ button, just add the following line to the…

Read More

How to change the minSDK and targetSDK on Android Studio? [Solution]

Android StudioMar 17, 2017 Manas Sharma

You can change the compileSdk, minSdk, and the targetSdk of your app by making changes to the build.gradle file in your app. You…

Read More

How to open an Activity on the Press of a Button? [Solution] (Android Development)

Android StudioMar 17, 2017 Manas Sharma

To open a new Activity on the click of a button, just add the following method to your activity, and call it when…

Read More

Posts navigation

Previous 1 … 25 26 27 28 29 … 68 Next

Latest Articles

  • A Computational Chemistry Alphabet for Curious Young Minds
    Nov 21, 2025
  • How to Properly Cite VASP in Your Research Papers | A Guide with Examples and Formats
    Dec 11, 2024
  • Exchange-Correlation Functionals [Explained for Beginners]
    May 1, 2024
  • Why is chemical accuracy defined as 1 kcal/mol? [SOLVED]
    Apr 29, 2024
  • What is Electron Correlation? [EXPLAINED]
    Dec 4, 2023
  • Automate Bulk Downloading of Molecular Properties and 3D Structures from ChemSpider with Python and Chemspipy
    Nov 16, 2023

SUBSCRIBE ON YOUTUBE

Follow me on Instagram

[instagram-feed feed=1]

  • About
  • Policies

Social

  • View ducktape07’s profile on Facebook
  • View manassharma07’s profile on Twitter
  • View ducktape07’s profile on Instagram
  • View manassharma24059a12a’s profile on LinkedIn
  • View manassharma100’s profile on YouTube
  • View manassharma07’s profile on Google+
  • View manassharma07’s profile on WordPress.org

SUBSCRIBE ON YOUTUBE

Powered by Nevler. © 2026 BragitOff.com. All Rights Reserved.
 

Loading Comments...