TIP
  • Android Launching Email Client (app support) using Intents
  • Android How to Apply Material Design Theme
  • Android How to Download and Make Volley.jar
  • How to Add Google Play Services to Android Studio Project
  • How to auto generate comments for your android functions – Android Studio
  • Android How to Check if the App is in Background or Foreground
  • Android showing Push Notification in Multiline
  • Android How to Capitalize Every First letter of a Word in EditText
  • Facebook
  • Twitter
  • Google Plus
  • Instagram
  • Pinterest
  • Vimeo
Android Quick Tips | AndroidHive
  • HOME
  • DOWNLOAD
  • Advertise
  • HIRE ME

Android getting Activity from Context

By Ravi Tamada October 27, 2013 0 Comments

Sometimes we pass context of an activity as a parameter to some other function and later we might want…

How to clear all activity stack in Android

By Ravi Tamada October 27, 2013 0 Comments

Normally when we launch new activity, it’s previous activities will be kept in a queue like a stack of…

How to dismiss the keypad in Android

By Ravi Tamada October 27, 2013 0 Comments

If you want to dismiss the keypad manually through code, you can do that with the following methods Method…

Android stop or start adb from command line

By Ravi Tamada October 27, 2013 0 Comments

Sometimes your android emulator might fails to connect eclipse DDMS tool and ask for adb to start manually. In…

Android getting application context in Fragments

By Ravi Tamada October 27, 2013 0 Comments

If your activity class extends Activity, you can get application context using getApplicatoinContext(). But this method won’t be available…

Android invoking View Click through code

By Ravi Tamada October 27, 2013 0 Comments

Invoking click event on all the views (Buttons, Layout etc.,) through code can be done so easily. Method 1…

Android Showing and Hiding the views

By Ravi Tamada October 27, 2013 0 Comments

You can show and hide android views (layout, button, textview etc.,) at any time. You can also use animations…

How to detect Android Back button press

By Ravi Tamada October 27, 2013 0 Comments

Detecting android device hardware back button / soft back button press is very easy. But be careful while overriding…

Previous1 2 3Next
  • SEARCH HERE
  • We’re Social

    AndroidHive

  • Tag Cloud
    Action Bar Activity adb Android Studio Back Button Button Context EditText email Fragment Google Play Services HTTP intent JSON material design Notifications SQLite Title Bar UI Uncategorized
  • Facebook
  • Twitter
  • Google Plus
  • Instagram
  • YouTube
Android Quick Tips | AndroidHive

Copyright © 2017 Droid5 Informatics (OPC) Pvt Ltd

Top