top of page

Learn Android App Development


Learn PHP and MySQL



Search


Login and Registration with Firebase Authentication
In this app, a Login and Register App is created using the Firebase Authentication method. Go to https://console.firebase.google.com >>>>...
Learning Android
Dec 17, 20213 min read
1,702 views
0 comments


How to add Google Sign-in in Android App in Android Studio
Code snippet for dependencies in App level Gradle:: build.gradle apply plugin: 'com.android.application' android { compileSdkVersion 29...
Learning Android
Mar 14, 20213 min read
497 views
0 comments


How to Store Images in SQLite DataBase in Android App with source code
In this video, I will explain how to store an image file (*.png) in the SQLite DataBase in an Android Studio. In this tutorial, I have...
Learning Android
Feb 14, 20212 min read
1,601 views
1 comment


Insert, Delete, Update and View Data in SQLite Database Android Studio
In this video lecture I have provided the entire source code for SQLite Database Tutorial for Android Studio. We will create three...
Learning Android
Jul 1, 20203 min read
20,634 views
0 comments


Login and Register Page with SQLite Database in Android Studio
The SQlite database as its name suggests, is a lightweight database which is used to store the data locally in your Android mobile...
Learning Android
Jun 2, 20203 min read
6,689 views
0 comments


Creating Login page in Android Studio
In this tutorial, I will tell you how to create an example of simple Login Page in Android Studio which takes a preset user name "user"...
Learning Android
May 22, 20202 min read
557 views
0 comments
Difference Between getApplicationContext() and MainActivity.this
While learning Android Applications, you might have wondered why we sometimes use getApplicationContext() (e.g. for Intents) and...
Learning Android
May 19, 20201 min read
70 views
0 comments


Switching between Activities in Android Studio
In this video tutorial, you will learn to create a simple Android app in Android Studio, involving switching between two activities by...
Learning Android
May 14, 20201 min read
147 views
0 comments


How to Switch Between Two Activities in Android Studio (in Hindi)
In this video tutorial, you will learn to create a simple Android app in Android Studio, involving switching between two activities by...
Learning Android
May 13, 20201 min read
33 views
0 comments
Home: Blog2
Home: Contact
Home: Subscribe
bottom of page