

31
Aug, 18
Today we will learn how to style some UI components using styles.xml. Radio Button :- Radio button has states like Normal(not Selected),Activated(Selected) so to change the color according to custom theme follow the below steps Add below code in styles.xml...

31
Aug, 18
Prevent Ubuntu from freezing when its RAM is full.
Hello Guys, Yesterday when i was working, my Ubuntu stop responding(Freeze) and was unable to perform any task. I checked my RAM status and it was nearly 100%. After some research, i found the solution and I think its worthwhile to share this, since this...

30
Aug, 18
Implement the Google Drive in iOS
Hi Guys In today’s world, people don’t want to do any manual work they want to do smart work and at the same time they don’t want store there data on the physical drive, the world is so much involved to use the technology to store their...

30
Aug, 18
Introduction of Microservices in spring Boot
What Is Microservices – Introduction To Microservice Architecture Before Knowing about microservices we have to understand the architecture of the monolithic application after that, we...

30
Aug, 18
Events in Smart Contracts
Events in smart contract is used to notify the client application about an operation or event that has completed. The primary purpose of an Event is to provide callbacks in user interface, which allows us to execute code based on an event. An event...

7
Aug, 18
Introduction to Redux-Saga
I have begun using redux-saga and find it useful. We are going to make our first redux-saga. In which we are going to fetch data from the random API and we will print on the page. Nothing scary just normal function as we used in react-redux (except for the *)....

6
Aug, 18
JavaScript Variables – Var, Let And Const
Hey Guys! In this blog post I am going to explain in detail about javascript variables, Javascript variables are containers that holding pieces of data. There are three keywords used when declaring the variable in Javascript,...

3
Aug, 18
Dive in React Component LifeCycle Method Part-1
Hello, Friend today I am going to explain about LifeCycle methods and Phases in React Js. If I define React Js in short “ReactJs is a powerful javascript library for building user interfaces as a single page application as well as mobile application, given by...

2
Aug, 18
Optimize images for Web and Apps performance
Everybody says a picture is worth a thousand words, which is one of the reasons images are very important in the application. Images of the product are able to attract the customer to pick up, touch and inspect. They rely heavily on the images to understand...

30
Jul, 18
Simple & Important Steps for a Successful User Interface of Website Design
This article will walk you through important steps to how to design a website with best UI, and the process will help you become a more productive and successful website designer. Understanding the Client’s Needs Before starting your plan, you’ll need as much...

30
Jul, 18
Implement Facebook login in iOS with Swift
Hi everyone, Nowadays peoples are so lazy and they want all the things available on there to figure tips this also applies when people log in to any application web or Mobile. Generally, the user doesn’t want to fill...

28
Jul, 18
Custom Toast Android Using Kotlin and Constraint Layout
Hello guys, are you bored using the same Toast all the time and fancied by all the libraries that are out there and rely on them for a customized Toast? Well, not anymore when you can create your own custom Toast and also can put it out as a library. Yes, you...

28
Jul, 18
Writing and deploying smart contracts on blockchain
Hey Guys! In this blog post I am going to explain in detail about blockchain technology, truffle framework, solidity, deploying smart contracts on blockchain network. What is blockchain ? Blockchain is a list of blocks that are linked...

28
Jul, 18
Define event loop in Node.js.
Node.js is a server side java script framework. It is a single-threaded application, but it can support concurrency via the concept of event and callbacks. The event loop is what allows Node.js to perform non-blocking I/O operations, and...

25
Jul, 18
Integrating Amazon S3 in Grails Application
Amazon Simple Storage Service (S3) is storage for the Internet. It is designed to make web-scale computing easier for developers. Amazon S3 API allows operations on different components of Amazon S3 solution such as Buckets, Objects, and the Service. Today we...

24
Jul, 18
Set custom Google fonts in ionic 2 or 3
Hello guys, Today, I will show you ‘How to set custom Google fonts in an ionic app’. Let’s started, There are following steps to use font style in your app: Step 1: We will select a font style from...

15
Jul, 18
.forEach(), .map(), .filter() …. What’s the difference?
.forEach: .forEach(), is used to execute the same code on every element in an array but does not change the array and it returns undefined. In the below example, we would use .forEach() to iterate over an array of technology and log that we would...

13
Jul, 18
Basic annotation in Hibernate/JPA
Basic annotation in Hibernate/JPA Hello guys, Welcome back to Hibernate series. Today we are are going to discuss some basic annotation use in hibernate. Its really imperative to know this annotation, if you want to move one step ahead from configuration to...

13
Jul, 18
Configure NextCloud with MySql
Hello folks. In this post we are going to discuss about configuration of Nextcloud with MySql . Nextcloud is a file sharing server that permits you to store your personal content like documents and pictures, in a centralized location much like Dropbox. The difference...

12
Jul, 18
Implement Google Drive with Rest API in Ionic 2
Hello guys, In this blog, I will discuss how to implement the google drive in Ionic 2. We will implement google drive with the help of Rest API’s. We will be uploading a file, retrieving the file and search the file in google drive. Let’s get started, We have to...
Recent Comments