AndroidJava/JVMMobility

Indoor Positioning System(Trilateration)

In geometry, trilateration is the process of determining absolute or relative locations of points by measurement of distances, using the geometry of circles, spheres or triangles. In addition to its interest as a geometric problem, trilateration does have practical applications in surveying and navigation, including global positioning systems (GPS). In contrast to triangulation, it does […]

AndroidJava/JVMMobility

Beacon Implementation in Android

In our previous post we have given a overview of what Beacon is, so here we are with its practical implementation. There are two applications required to create Beacon experience. 1. Transmitter 2. Receiver For Transmitter – 1. Bluetooth should be on getSystemService(Context.BLUETOOTH_SERVICE) 2. BLE supported device hasSystemFeature(PackageManager.FEATURE_BLUETOOTH_LE)) <uses-permission android:name=”android.permission.BLUETOOTH” /> <uses-permission android:name=”android.permission.BLUETOOTH_ADMIN” /> If […]

AndroidMobility

InAppPurchase in Android

InAppPurchase, as the name suggests is for purchasing items from within the application i.e., it allows you to put a price tag on your products and sell them in the market using your Android application. Integration of InAppPurchase in android can be achieved in few steps as follows: 1.  The very first you need to do […]

AWSTechnology

PHP and Nginx monitoring using DATADOG

Continuing with my previous blog on Cloud Infrastructure Monitoring with Datadog,  we would now be monitoring the application level with Datadog. My use-case was that I needed to monitor my PHP application, get deeper insights for it and also monitor the various Nginx metrics. So, I decided to try out Datadog Monitoring tool. In this […]

Technology

10 Video Optimization Methods Not Generally Known

People usually believe that a good content is sure to get clicks. It is true largely but for real success on YouTube knowing how to optimize for the platform is the key. Spend as much time optimizing your video content as you do creating videos. After all what is the purpose of an epic content […]

Technology

Best Ways to Add and Optimize Keywords on YouTube

Every minute, videos of over 100 hours are uploaded on YouTube to tap the limitless potential of the most crowded digital platform. For any content creator, standing out against the tidal wave of daily content is a perpetual battle. Considering the flood of content to compete with, the obvious question that arises is, “how do […]

Technology

Users migration from CQ5.6 to AEM 6.0/6.1

Businesses want to move whole legacy CQ application to new AEM 6.0/ AEM 6.1. There are different types of migration from legacy to new AEM version and it all depends on the version of legacy application. If it is below than CQ5.6 then there might be lot of efforts needed to make things work. Assets […]

Jitendra
Jitendra
Read

AndroidMobility

Shared Preferences in Android

Shared Preferences in Android Android Prefereces provide a way to store user and application data in device. It stores primitive data including String objects in key-value pairs. There are several ways to store data in android: Preferences(Shared and User): Store private primitive data in key-value pairs. Internal Storage: Store private data on the device memory. […]

Technology

Is SnapChat an important social tool for video amplification?

What is SnapChat? SnapChat, the smartphone app that let users send photos and videos with personalized text that disappear shortly after being viewed. The sender decides the length from one to ten seconds. SnapChat is one of social media’s rising stars. SnapChat was developed by Evan Spiegel, Bobby Murphy, and Reggie Brown, all from Stanford University […]