New Years Resolutions funny fails

New Years Resolutions | Funny Fails

New Years Resolutions Funny Fails   Funny Fails Resolutions  New Years Resolutions | Funny Fails: We all heard of Resolutions, setting achievable goals in the year. Many of us makes such…
risk Life Insurance plans for 1 crore

Rs 1 Cr – Just Rs 11/day (Life Insurance)

Insurance A Future plan   Life Insurance, often heard many times - A Future plan for our Dependents., Parents, wife, children... Life Insurance plans are best suited for working individuals…
google new messaging app

Google New Messaging App | Google Allo

Google New Messaging App   Google Allo Google New Messaging App: We all addicted to messaging apps, some of popular like Whatspp, Telegram, Wechat and etc... In All Messaging app's,…
Android Interview Questions For Freshers

Android Interview Questions For Freshers

 Android Interview Questions For Freshers Android Interview Questions For Freshers and Experience How many activity call backs methods in android ? [showhide type="linkIshand11" more_text="Show Answer" less_text="Hide Answer"]Answer :  six -…
intent action java source code snippets

Andriod Program – Intent Action

ANDROID FOR FRESHERS Android program for Intent Action        Java Code(MainAct)  import android.app.Activity; import android.content.Intent; import android.os.Bundle; import android.view.View; import android.widget.EditText; public class MainAct extends Activity { EditText…
Android Toast snippet source code download

Android Program – Toast Activity

Android For Freshers Toast Example In Android Java Code(ToastAct ) import android.app.Activity; import android.content.Intent; import android.os.Bundle; import android.view.View; import android.widget.EditText; import android.widget.Toast; public class ToastAct extends Activity { EditText et1;  …