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 Launching Email Client (app support) using Intents

By Ravi Tamada July 14, 2017 0 Comments

If you want to launch an email client (composing a new email), you can use the power of Intents…

Android How to Apply Material Design Theme

By Ravi Tamada September 16, 2015 0 Comments

Following steps will help you applying the material design theme to your app. 1. In Android Studio, go to…

Android How to Download and Make Volley.jar

By Ravi Tamada August 31, 2015 0 Comments

If you are using Android Studio, adding volley support can done just by adding ‘compile com.mcxiaoke.volley:library-aar:1.0.0’ to gradle.build dependencies…

How to Add Google Play Services to Android Studio Project

By Ravi Tamada April 1, 2015 0 Comments

In Eclipse, if we want to add Google Play Services to a project, we’ll simply import the play services…

How to auto generate comments for your android functions – Android Studio

By Ravi Tamada April 1, 2015 0 Comments

If you want to write comments for your android functions, there is an easy way to auto generate the…

Android How to Check if the App is in Background or Foreground

By Ravi Tamada April 1, 2015 0 Comments

In some cases you might want to check whether you app is running in background or foreground. An example…

Android showing Push Notification in Multiline

By Ravi Tamada April 1, 2015 0 Comments

When you show longer text in notification message, you can notice that the text is stripped away. So if…

Android How to Capitalize Every First letter of a Word in EditText

By Ravi Tamada March 30, 2015 0 Comments

If you want to capitalise the first letter of every word in a EditText, assign android:inputType=”textCapWords” to EditText. Example:…

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