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

Category: Coding

Find all the latest tips and news regarding computers, gadgets, hacking and web publishing. Also regularly updated jokes full of geeky humor.

How to check the visibility of a view? [SOLVED] – Android Studio

Android StudioApr 1, 2017 Manas Sharma

View.getVisibility() gets the visibility of a View, but its not a simple true/false. A view can have its visibility set to one of…

Read More

Linear Fitting – JAVA / Android [Code/Program]

Android Studio Numerical Analysis ProgrammingMar 30, 2017Aug 20, 2017 Manas Sharma

In this post I would be explaining the code to find the best linear fit for a given set of data points. Or…

Read More

How to show graphs in Android App? [SOLVED] – Android Studio

Android StudioMar 21, 2017 Manas Sharma

One might need to show graphs in their app for a lot of reasons. You may want to let the user enter some…

Read More

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

Posts navigation

Previous 1 … 10 11 12 13 14 … 22 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...