How to Check if String Array Contains a Specific String in Android
Here is how to get a specific value or String from Array in Android To check if a string array contains a specific string, you can use…
Make Android WebView Support Razorpay Payment
How to Support Razorpay Payment and UPI in Android WebView? Android webview is inexpensive and easy way to make apps for websites. But to support some specific…
Make Android Webview Support PayTM Google Pay PhonePe UPI
GooglePay, Phonpe and PayTM support in Android WebView If you have built an android app for your new ecommerce website or any other website that needs accept…
How to Get GooglePlay Store Link of your App before Publishing
Here is How to Get your App’s GooglePlay Store Link before Publishing So you have built an app and is ready to upload it to play store,…
Online Android App Builder – Convert Your Website to App online
Welcome to Online Android App Building Page. Need an android app for your Website? We can build it for you in around 2 Hours! Need an android…
Fix Cannot fit requested classes in a single dex file
It’s a very common error in Android studio, and to fix it, you need to enable multidex so just add these codes in your gradle file and…
Here is How to Get Host Domain from URL in Android Java
Sometimes, we might need extract domain name such as www.google.com from the www.google.com/search=searchQuery. In android java, the code below can do it. It will output only the…
Here is How to Hide or Show a View After Some Seconds in Android Java
How to show, hide, or do an action in android after some seconds – Android Studio Tutorial Sometimes, we need hide or show a view, open an…
Here is How to Fix java.lang.NoClassDefFoundError in Android Studio
Android Studio How to Fix java.lang.NoClassDefFoundError:failed resolution of :Lorg/apache/http/ProtocolVersion This is an error associated with the google-play-services libraries and the http apache library. To fix this, do…
Whatsapp Support in Android Webview
Make Android Webview Support whatsapp opening and sharing The whatsapp messenger being the most widely used messenger in the world has become a very important part in…
Here is how to Resize Android Drawer Menu Items Size, Spacing etc
How to Resize Android Drawer Menu Items Size, Spacing between Menu Items etc By default the android drawer menu items height and width are set by default…
How to Make Android App for your Website or Blog
This is how to make an android app for your blog or website Android is without doubt, the largest operating system in the world powering billions of…
Android Send a Status Bar Notification
How to send a Notification in Android Status Bar – Android Notification Example Using this simple code below, we can show a Notification in android status bar,…
Make Android Webview Support UPI Payment
How to configure Android webview to support UPI Payment The UNIFIED PAYMENTS INTERFACE or Simply UPI is an easy payment system widely used in india. The android…
Download Android WordPress REST API Native App Source Code
This is an Android App source code Template for WordPress powered Websites. This source code can be used to convert your WordPress website to native android mobile…