Android Create System Overlay Window like Facebook Chat Heads

For floating overlay window  in Android we need following permission on “AndroidManifest.xml” <uses-permission android:name=”android.permission.SYSTEM_ALERT_WINDOW” /> How to open overlay window/ How get permission to draw overlay screen: public final static int Overlay_REQUEST_CODE = 251; public void checkDrawOverlayPermission() { if (Build.VERSION.SDK_INT >= 23) { if (!Settings.canDrawOverlays(mActivity)) { Intent intent = new Intent(Settings.ACTION_MANAGE_OVERLAY_PERMISSION, Uri.parse(“package:” + getPackageName())); startActivityForResult(intent, …

Android Weight Limit Chart

In Android Weight Limit Chart we can show weight limit (Upper limit, lower limit and normal value) by different colors. How to use it: LimitLineChart mChart = (LimitLineChart) findViewById(R.id.chart1); mChart.upperLimit = 70.5f; // Start of upper limit mChart.lowerLimit = 50f; // End of lower limit mChart.currentValue = 0f; mChart.drawGraph(); Complete solution with example and source …

English Urdu Dictionary – Free

If you have Smartphone and facing difficulty to find English Urdu meaning without Internet then you are in right place. Pak English to Urdu Dictionary free available is most popular Dictionary English to Urdu and it’s free of cost. Means you can use this offline dictionary without connecting to WI-Fi or Mobile data.
https://play.google.com/store/apps/details?id=innovativepocket.com.pakenglish2urdudictionary