top of page
Learn Android App Development
Learn PHP and MySQL
Search
Learning Android
Dec 17, 20213 min read
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 >>>>...
1,702 views0 comments
Learning Android
Mar 14, 20213 min read
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...
497 views0 comments
Learning Android
Feb 14, 20212 min read
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...
1,575 views1 comment
Learning Android
Jul 1, 20203 min read
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...
20,627 views0 comments
Learning Android
Jun 2, 20203 min read
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...
6,640 views0 comments
Learning Android
May 22, 20202 min read
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"...
557 views0 comments
Learning Android
May 19, 20201 min read
Difference Between getApplicationContext() and MainActivity.this
While learning Android Applications, you might have wondered why we sometimes use getApplicationContext() (e.g. for Intents) and...
64 views0 comments
Learning Android
May 14, 20201 min read
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...
147 views0 comments
Learning Android
May 13, 20201 min read
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...
33 views0 comments
Home: Blog2
Home: Contact
Home: Subscribe
bottom of page