How to Clear Cache On Android WebView

Clear cache in Android webview This simple java code can be used to clear cache on android WebView Mywebview.clearCache(true); true or false here is boolean. Usually it…

How to Change Android App Version to New Version Android Studio

Changing version name and version code is important when you updating your android app, Example version: 1.0.1, 1.2.2 etc. Each time when you updating an android app…

Best Modems For Good Battery Life On Samsung Galaxy S2 SII I9100

What is a mobile phone modem? Your phone’s cellular  connection,internet connection, speed etc established through modem. In some mobile phones, you can get good signal and internet…

Here is how to Fix no Matching Client Found for Package Name on Android

How to Solve Error:Execution failed for task No matching client found error Android Studio Java This simple tutorial may help you to fix the following android studio error Error:Execution…

Upgrade Samsung Galaxy SII I9100 To Kitkat 4.4.4 (I9100 Only) (No need pc and root)

Yes, now your Samsung Galaxy SII can also have kitkat! UPDATED: 14/02/2015 , This post was originally posted in my old website zids dreamyworld, as that website…

Show Animation when Starting Activity on Android

To show an animation when starting or opening an activity on android, you can use this code. First, you need create a folder named anim in res….

How to Enable JavaScript in Webview Android 

By default, javascript is disabled in android webview. use this piece of code to enable it WebView myWebView = (WebView) findViewById(R.id.webview); WebSettings webSettings = myWebView.getSettings(); webSettings.setJavaScriptEnabled(true); The…

Change Option Menu Background Color and Text Color on Android

How to change option menu background color and text color in android You can change option menu background color with this simple code in your Styles.xml file…

All Social Networks in One Android App

Social cloud is an android app that packs most popular social networks such as Facebook,twitter,LinkedIn etc in one simple app that is low as 2 mb in…

Set Subtitle on Android Toolbar ActionBar

Subtitle is set below the title on the toolbar or actionbar. you can use this java code to place a subtitle on your toolbar tested on android…

Change Actionbar Toolbar text color in android

You can change toolbar or action bar text color of your android app with this code. tested on actionbar that is created with Appcompat No Actionbar theme….

Root and Install TWRP Recovery on Lenovo K4 Note

This tutorial is only for Lenovo K4 Note, Also known as: Lenovo K4 Note A7010a48, A7010, Lenovo Vibe X3 Lite. This was tested on K4 note build…

How to Add Admob ADS in your Android App

How to put admob ads in Android Admob is a mobile advertisements platform run by google. admob is better than any other ad networks because the payment…

How To Open A Website in WebView Android

In android, a WebView is a view that loads a website or webpage into it. for example, the webview can be used to pack your website into…

Update Samsung Galaxy S2 Gingerbread to Official Jellybean 4.1.2 (Need Root)(No Computer Required)

Upgrade I9100 to Android 4.1.2 official jellybean, No PC needed to flash This is a very old tutorial that i posted in my old blog when i…