In this blog we will discuss how to deploy Laravel applications using AWS Elastic Beanstalk and the step by step process, to have a clear view of the configuration to be done. What is AWS Elastic Beanstalk? AWS Elastic Beanstalk is a platform as a...
Spotlight search is an iOS feature through which you can search for anything in your iPhone/iPad. In this blog let us see the key components involved in the search API and make our app content display as a result of spotlight search.
Build variants are specific builds that, you can produce from Gradle, based around shared core source code. While a standard app may have a debug and release build type, you can expand on this, by adding flavor dimensions.
A database index is a data structure that improves the speed of data retrieval operations on a database table at the cost of additional writes and storage space to maintain the index data structure. Indices are used to quickly locate data without having...