Android Tutorials for Beginners

Learn Android very Easily and Step by Step with this blog.

😀😻🟠 Romantic DP for Whatsapp 🥰😎

Saturday, December 26, 2020

JAVA Code to Rename all files in a folder

›
JAVA Code to Rename all files in a folder import java.io.*; public class RenameFileNames  {      public static void main(String[] args)     ...
6 comments:
Tuesday, November 24, 2020

Code to Check Internet Connection in Android 8 and above

›
 Code to Check Internet Connection in Android 8 and above public boolean isInternetConnected(Context context) { int result = 0 ; // Re...
1 comment:
Wednesday, September 30, 2020

Showing Snackbar with action button in Android

›
Showing Snackbar with  action button in Android  void showSnackBarWithMessage(String message) { final Snackbar snack = Snackbar. make ( ...
2 comments:
Friday, July 31, 2020

JAVA Code to find distance between two GPS Coordinates

›
Here is a JAVA Program to find the distance between two GPS Coordinates.        static double latitude1 = 40.6971494;        static do...
3 comments:

JAVA Code to convert Bytes into MB

›
Here is the JAVA Code to convert bytes in MB upto 1 decimal place. public void getSizeInMB()     {         long sizeinBytes = 200*1024;...
21 comments:

JAVA Code to get Date with Month and Time

›
                                GregorianCalendar  gc=new GregorianCalendar();     gc.setTimeInMillis(System.currentTimeMillis()); ...
2 comments:
Friday, July 24, 2020

Customizing a Snackbar in Android

›
In Android we can customize a Snackbar We can change the Text Color, Action text color, Background color and chnage/add an image  Text...
4 comments:

Snackbar in Android

›
How to use Snackbar in Android Snackbar is used to show some information or feedback about an operation. Toasts can also be used for th...
1 comment:
Sunday, July 19, 2020

How to Check GPS Status in Android

›
How to check GPS/ Location Service is Enabled in Android In Android, It is very easy to check whether GPS or Location Service are enabl...
12 comments:
Tuesday, July 14, 2020

How to check Internet Connection in Android

›
How to check Internet is Connected or not In Android In Android Internet Connection can be checked by using   ConnectivityManager class....
2 comments:
Sunday, July 12, 2020

Switch Example in Android

›
Working with Switch in Android A Switch is a two-state toggle button. A user can select between two options. Add switch in layout : ...

List of Android normal permissions and dangerous permissions in API 23

›
List of Android permissions normal permissions and dangerous permissions in API 23 From Android API 23, permission has been classified in...
4 comments:

How to request permissions in Android API 23 and above.

›
From Android API 23, we need to request for permission in Activity class and user has "Allow" for permission in order to use the ...
2 comments:

How to set a custom layout in Alert Dialog In Android

›
How to set a custom layout in Alert Dialog In Android. In Android we can set a custom layout in Alert Dialog making it look better. For...
1 comment:

How to get the Date with Month Name and Year In Java or Android

›
How to get the Date with Month Name and Year In Java or Android In Java And Android we can get proper Date with Month name. The followi...
1 comment:

How to open an APP in Google Play Store

›
How the open an APP in Google Play Store Programatically In Android Programming we can open Play Store with a Given App Package Name. T...
6 comments:

How to get All Apps List Installed in Phone

›
How to get All Apps Icon, Package Name, App Name and Size. In our Android phone there are 2 types of Apps 1 : System Apps : These are ...
1 comment:
Saturday, July 11, 2020

Add YouTube Video Player in Android App

›
How to Add Youtube Video in Android App In our Android App we can easily add a youtube video link in our Android App. For this we need...
Monday, June 29, 2020

How to Donate to creator of the Blog

›
I have created the blog and regularly posting usefull Android Articles. I am doing this for my blog users. If you like the work and want ...
4 comments:
Monday, May 18, 2020

What is GPS, How it works

›
GPS(Global Positioning System) is a satellite-based navigation system. It provides time and location-based information to a GPS receiver, l...
1 comment:
‹
›
Home
View web version
Powered by Blogger.