Image Credit: windowslatest
Microsoft Research has recently released an intelligent indoor navigation app with the focus on the indoor navigation part of a building to ease the user experience while visiting a crowded or new location. Existing sensors on a smartphone will be utilised to make indoor navigation possible to simplify the otherwise time-consuming task. It covers all possible places normally most of the users visit frequently.
Augmented reality is the ability to insert an overlay of interactive digital and virtual information into the real world thereby, changing the way we visualize the world by 360 degrees. It is a revolutionary concept that allows the user to browse life just like browsing the web. The concept is to overlay digital information onto the physical world. This technology has infinite potential that can be applied beyond chasing Pokemon into traffic to ease travel and shopping as well as medicine and education sector.
Mar 27th, 2017
WordPress is no doubt a popular and equally powerful CMS but, it is lots of HTML and PHP loops that are quite often very hard to comprehend hence, developing on top of WordPress seems very frustrating. Let us now explore possibilities of ReactJS for development of app front end, React Router for routing and Webpack for keeping it all together. You can also integrate Advanced Custom Fields for creation of a very intuitive solution.
(more…)
Search engine giant Google released their open source algorithm Guetzli to efficiently compress high-quality JPEG images uptil 35% more than other available options. Guetzli will also ensure that size is compressed with zero compromise over the image quality. This announcement will prove very beneficial for those who are into developing an app or website where storing, manipulating or displaying huge amount of images is frequently required. This will eventually allow web pages to not only load faster but also use less data.
The launch of new Create React Native App (CRNA) will ease development of React Native project. CRNA is very much inspired with Create React App design and a result of collaboration between Expo and facebook. Now developers need not struggle with current native build dependencies while installing and configuring React Native’s as Expo app has enabled the load and run of purely JavaScript written CRNA projects with no need to compile any native code. Expo also enables you to control UI components on Android and iOS platform using JavaScript.