nishantvnair.wordpress.com
Call a function in android using string value(Using Java Reflection) | Nishant Nair's Blog
https://nishantvnair.wordpress.com/2012/05/16/call-a-function-in-android-using-string-valueusing-java-reflection
Nishant Nair's Blog. Call a function in android using string value(Using Java Reflection). Call a function in android using string value(Using Java Reflection). May 16, 2012. Leave a Reply Cancel reply. Enter your comment here. Fill in your details below or click an icon to log in:. Address never made public). You are commenting using your WordPress.com account. ( Log Out. You are commenting using your Twitter account. ( Log Out. You are commenting using your Facebook account. ( Log Out.
nishantvnair.wordpress.com
Sliding Panel in IPad like twitter | Nishant Nair's Blog
https://nishantvnair.wordpress.com/2011/05/12/sliding-panel-in-ipad-like-twitter
Nishant Nair's Blog. Sliding Panel in IPad like twitter. Sliding Panel in IPad like twitter. May 12, 2011. Have you used twitter app in IPAD? It has a awesome sliding panel, if you want try something like that then here is the link. Orientation (both Landscape and Portrait). This is develop by my two colleagues Reefaq and Nikhil. Another link blog click here. September 19, 2014 at 12:51 pm. I want to activate sliding menu at left side too not just for rightside panel. How can I do that?
nishantvnair.wordpress.com
Android: Check network connection | Nishant Nair's Blog
https://nishantvnair.wordpress.com/2011/01/08/android-check-network-connection
Nishant Nair's Blog. Android: Check network connection. Android: Check network connection. January 8, 2011. This will help to to detect if your android has any internet connection. This will return true i.e your application has internet connection. Private boolean isNetworkAvailable() { ConnectivityManager connectivityManager = (ConnectivityManager) getSystemService(Context.CONNECTIVITY SERVICE); NetworkInfo activeNetworkInfo = connectivityManager.getActiveNetworkInfo(); return activeNetworkInfo! Create ...
nishantvnair.wordpress.com
Make a phone call from Android app | Nishant Nair's Blog
https://nishantvnair.wordpress.com/2012/05/17/make-a-phone-call-from-android-app
Nishant Nair's Blog. Make a phone call from Android app. Make a phone call from Android app. May 17, 2012. Pass phone number to ‘call’ function, android will make a call. Private void call(String number) { try { Intent callIntent = new Intent(Intent.ACTION CALL); callIntent.setData(Uri.parse(tel: number) ; context.startActivity(callIntent); } catch (ActivityNotFoundException e) { Log.e(TAG, Call failed, e); } }. Leave a Reply Cancel reply. Enter your comment here. Address never made public).
nishantvnair.wordpress.com
May | 2012 | Nishant Nair's Blog
https://nishantvnair.wordpress.com/2012/05
Nishant Nair's Blog. Archive for May, 2012. Make a phone call from Android app. May 17, 2012. Pass phone number to ‘call’ function, android will make a call. Private void call(String number) { try { Intent callIntent = new Intent(Intent.ACTION CALL); callIntent.setData(Uri.parse(tel: number) ; context.startActivity(callIntent); } catch (ActivityNotFoundException e) { Log.e(TAG, Call failed, e); } }. Send email from android app. May 17, 2012. May 16, 2012. May 16, 2012. My Blog’s Link. Post was not sent -...
nishantvnair.wordpress.com
Nishant Nair's Blog | My Experience..!! | Page 2
https://nishantvnair.wordpress.com/page/2
Nishant Nair's Blog. Android: Check if Airplane mode is on. January 8, 2011. This will help u check if your android is in airplane/fight mode. Static boolean isAirplaneEnabled;. IsAirplaneEnabled = Settings.System.getInt(context.getContentResolver(), Settings.System.AIRPLANE MODE ON, 0) = 1;. Customize button in Android. November 9, 2010. You can change the appearance of button in android like make the corners of button rounded etc…. Xml version=1.0 encoding=UTF-8? Here’s the code. LinearLayout xmlns:and...
nishantvnair.wordpress.com
nishant nair | Nishant Nair's Blog
https://nishantvnair.wordpress.com/author/nishantvnair
Nishant Nair's Blog. Make a phone call from Android app. May 17, 2012. Pass phone number to ‘call’ function, android will make a call. Private void call(String number) { try { Intent callIntent = new Intent(Intent.ACTION CALL); callIntent.setData(Uri.parse(tel: number) ; context.startActivity(callIntent); } catch (ActivityNotFoundException e) { Log.e(TAG, Call failed, e); } }. Send email from android app. May 17, 2012. Call a function in android using string value(Using Java Reflection). May 16, 2012.
nishantvnair.wordpress.com
Android Hybrid app | Nishant Nair's Blog
https://nishantvnair.wordpress.com/2012/05/16/android-hybrid-app
Nishant Nair's Blog. May 16, 2012. VhasFocus() { v.requestFocus(); } break; } return false; } });. To call javascript function. mainWebView.loadUrl(javascript:changeValue(' value ') ;. Function showMenu(){ DemoActivity.showMenu(); } function hideMenu(name){ DemoActivity.hideMenu(name); } function changeValue(name){ document.getElementById(messageView).innerHTML = name; }. You can download the source code from. Http:/ dl.dropbox.com/u/12044966/Demos.zip. Leave a Reply Cancel reply. Enter your comment here.
nishantvnair.wordpress.com
On off switcher android | Nishant Nair's Blog
https://nishantvnair.wordpress.com/2012/02/18/on-off-switcher-android
Nishant Nair's Blog. On off switcher android. On off switcher android. February 18, 2012. Its bit complicated but good to use. Stlyes.xml (res/values/styles.xml). Xml version=1.0 encoding=utf-8? Background disable switch button.xml. Xml version=1.0 encoding=UTF-8? Shape xmlns:android=http:/ schemas.android.com/apk/res/android android:shape=rectangle solid android:color=#e8e8e8/ corners android:radius=3dip/ /shape. Background disable switch button1.xml. Xml version=1.0 encoding=UTF-8? Shape xmlns:android=...
SOCIAL ENGAGEMENT