How to stop refreshing fragments on tab change in Android
Problem: How to stop refreshing fragments on tab change You can add multiple fragment tabs in viewpager. But when you swipe tabs, the transition quite slow because of the destruction of the fragment view, which is refreshing during the swipe operation. The viewpager does not create …
Validate and import data into database using excel file
This article gives you an idea of validate and import data into database using excel file , I have used maatwebsite package. It is easily working with csv or excel file. Also, provide an easy method to get data. Let’s start to validate and import data into a …
Android Studio Installation in Ubuntu
Many of us don’t like to use Ubuntu when we need to install something. You might have some issues while Android Studio Installation in Ubuntu. Here we are to help you. Let’s have a step by step instruction for Android Studio Installation in Ubuntu. 1) …
Inbound mail using Mailgun and laravel
Many people ask about send e-mails using their own application, no one is interested to open mail application and send the e-mail using that. But thanks to current technology which allows us to have the solution for every problem. Many mail service provider like Mailgun …
Lambda Expression in Android Using Java 8
What is Lambda Expressions? Lambda Expressions are one of the most useful features in Java 8. Implementing interface using implement its abstract method is too long, but using Lambda Expressions we can pass functionality directly to an argument to the method. Here are some examples …
How to fetch Google+ Post into Website using LARAVEL
Many times, we need to show some of our Google+ images or albums on our website without any need of passing through the Google authentication mechanism. In such cases, we can use the following method. The Image must be publicly shared on Google+. We have …
iOS UITABLEVIEW tutorial using SWIFT
In most of the application you will need to use UITABLEVIEW. UITABLEVIEW is a list of data we are displaying. The main Objective of this blog is to learn simple table view with Delegate and Datasource method in swift programming language in iOS. Let’s Start …
Using web-jar in Spring boot, Ensure IDE automatically Downloads POM dependencies
While learning spring boot, I came across feature known as web-jars. WebJars are very helpful for static content management. I.e you don’t have to manually map in your CSS and JS file paths. WebJars, once dependency added in your project, they would download your dependencies …
552 Disk full – Delete unwanted files on CentOs server
Running out of the storage space is very common problem. If we’ve GUI interface available with then its easy to clean and discard unwanted files but when it happens with our server and you’re not server expert then its a big one then and probably …

