
Search In
From here you can easily detect the Wifi-Networks as well as there info surrounding your device. This can be achieved by using the "WifiManager" in a following way :-
package com.example.wifidetector;
import java.util.List;
import android.annotat
Hello Readers,
Cordova background mode plugin keeps the app running in background mode. When app pause in background mode and the system keeps open the network but doesn't send data until app resumes. This plugin helps in those application
In previous blog we added openCV android sdk and native libraries in our project so that we can use sdk.
Here we will show camera in our Android app using openCV sdk.
in your activity's xml file add this :
<org.opencv.android.JavaCameraVie
CSS animations allows us to animate transitions from one CSS style to another. Animations consist of two components, a style describing the CSS animation and a set of keyframes that indicate the start and end states of the animation's style, as well
Advantages of Unity
Unity 3D is one of the most powerful and versatile game development tools available. It can be used to develop 2D and 3D games and also allows the games to be ported and played in different environments.
Unity provides support fo
Every android activity follow a life-cycle. There are certain situation when an activity goes into pause state or in stopped state but at some particular time your application need to keep valuable state (i.e. data)
This we can achieve by using the
Advantages of Unity
Unity 3D is one of the most powerful and versatile game development tools available. It can be used to develop 2D and 3D games and also allows the games to be ported and played in different environments. Unity provides support fo
We can count steps in Android by using two sensors i.e. TYPE_STEP_COUNTER and TYPE_STEP_DETECTOR.
These two sensors were introduced in API level 19.
TYPE_STEP_COUNTER:- This sensor returns number of steps taken by the user since last rebo
In a negotiation, it’s commonly accepted that there’s a winner and a loser. It doesn’t always have to be that way, and the best negotiations end in both parties leaving happy. Whatever the outcome, however, your goal is always to
This tutorial helps you how to create custom camera app, with the help of the following sample code.
The Custom camera capture the image with auto focus and flash on the click of the capture button.Some developers may require a camera user int