Posts

Showing posts from June, 2017

How to delete Facebook search bar history in Android App

Image
Hello All, One of my friend was asking how can I delete Facebook search bar history in Android App, so I decided to make one post on that so ppl like him can refer it. I have made a video for this please refer below

Reading json file from some location and sending it in Response body - Spring boot hello world example

Before going to give Program for this let me introduce Spring boot first.      Spring boot is Frame work from Spring Developers Team. To ease the development of Spring applications. its not any new or different framework than spring framework, Spring boot is built on top of spring framework which helps doing spring configurations with annotation. its the latest Framework which is using vastly now a days. Am going to give git hub location for the code which you can pull of fork it. Click Here for GitHub location. Explanation for Project:      The project is simple Spring boot Application. which reads json file and convert it into object and send it as json response. This project is use full in implementing dynamic fields of UI. (Performance tuning required)