2023


WebView print android java

XML Code in activity_main.xml  : <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android=&quot...

BD TopCoders 15 Dec, 2023

Load mp3 from url with progressBar Android Java

Xml Code: activty_main.xml <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http:...

BD TopCoders 30 Nov, 2023

Save Image in Shared Preferences

How to save image in Shared Preferences ? Learn the step-by-step process of saving images in Android Shared Preferences with our comprehensi...

BD TopCoders 21 Nov, 2023

How to Pick Images From Gallery Android Studio

Explore seamless image selection in your Android app with our Gallery Picker feature in Java. Serial Number ...

BD TopCoders 17 Nov, 2023

String encrypt and decrypt in android java

Android Java String Encrypt and Decrypt. you can cusomize it and use it for free Java Class: public class AESUtils { private stati...

BD TopCoders 14 Nov, 2023

Install Laravel in Ubuntu 22.04.3 LTS

Requirement Ctype PHP Extension cURL PHP Extension DOM PHP Extension Fileinfo PHP Extension Filter PHP Extension Hash PHP Extension Mbstring...

BD TopCoders 5 Nov, 2023

Open Facebook Profile, Page and Group from Android app?

Welcome to our latest tutorial on how to open Facebook profiles, pages, and groups directly from your Android app! In this video, we'...

BD TopCoders 1 Nov, 2023

One Tap Lock Screen for Android Java

This tutorial is suitable for both beginners and intermediate Android developers. Whether you're looking to improve your Java programmin...

BD TopCoders 25 Oct, 2023

Storage Permission in Android 13

In this comprehensive tutorial, we'll show you how to effectively manage multiple permissions in Android 13, ensuring a seamless user ...

BD TopCoders 23 Oct, 2023

How to Share Image of Your App with Another App in Android

In this tutorial, we'll show you how to seamlessly share images from one Android app to another. Whether you want to send pictures from ...

BD TopCoders 23 Oct, 2023

Implement Admob GDPR message - Java

Complete the following steps to create a GDPR message.  Library Implement (Admob &  GDPR  ) Create GDPR Java class  Call this method in ...

BD TopCoders 13 Oct, 2023 3

In App Update Android Java

Library Implement: // In App Update implementation 'com.google.android.play:app-update:2.1.0' Variable : // Variable pr...

BD TopCoders 4 Sep, 2023

Flutter AlertDialog And SnackBar

Flutter Alert Dialog : myAlertDialog(context) { return showDialog( context: context, builder: (BuildContext co...

BD TopCoders 12 Jul, 2023

Android Mysqli Image And Text Insert Using PHP (Source Code)

connection.php File Code : <?php $hostname = "localhost"; $dbusername = "atikulmy_practice_user"; $pa...

BD TopCoders 3 Jul, 2023

Android Intent - Open Browser, Copy Text, Share Text, Share App, More App All in one solution

How to open browser using intent android java ? Code: // open browser public static void openBrowser(Context context,String websiteUrl...

BD TopCoders 21 May, 2023