Category Android

How to create json to pojo online quickly

json-to-pojo

Now a days JSON is extremely popular. In software engineering you can’t think without it. JSON means Javascript object notation. If you are a java programmer or android developer, you are familiar with the name called POJO. Here POJO means…

React Hooks – How to Fetch Data from API

Let's Learn React Hooks and Context API by Building a Recipe ...

The React team invented React Hooks to introduce state management and side-effects in the function components. The hooks enable writing React apps with just the function components. The hooks of React is a feature proposal that’s developed to have access…