Convert Speech to Text in Android Application
Many of the cool Android features are remained untouched by app developers. For example, Android SDK has the… ..
How to Programmatically Get Application Version in Android?
Use the following code snippet to, get Android application version from code. The PackageInfo class provides overall information&h..
How to Use Custom Chrome Tab in Android
Chrome Custom Tabs gives apps more control over their web experience and make transitions between native and web… ..
How to Add Rate On Google Play Button in Android
Use the following code snippet to, add an option in app that allow user to rate and review your app on Google Play or Amazon store..
Invite People to Download App Using Firebase AppInviteInvitation
Firebase Invites are an out-of-the-box solution for app referrals and sharing via email or SMS. Firebase Android SDK… ..
How to Disable Past Dates in Custom Calendar View Android
Since then many people are asking questions like how to use Decorators and how to disable some dates in CustomCalendarView. In thi..
How to Use Firebase Crash Reporting in Android
Firebase crash reporting automatically logs the crashes and custom events. In this tutorial we will see how use Firebase Crash Rep..
Code Snippet: Turn on and off Wi-Fi using Android API
Use the following code snippets to turn on and off wifi on Android devices. Switch toggle = (Switch)… ..
How to Add Click Listener to Android Switch
A Switch is a two-state toggle switch widget that can select between two options. Add Switch control to… ..
How to Integrate Firebase Cloud Messaging for Android
In this tutorial, we will see how to configure and use Firebase Cloud Messaging platform in your Android application. ..