Hello friends finally we are starting to lean Kotlin programming, here we are going to learn about basic introduction of Kotlin.
1. What is Kotlin?
Kotlin is a object-oriented programming language like java programming language ...
Top 10 important Android Interview Question with Answer for Experience Android Developer?
in
Interview
- on 04:57
- 2 comments

Hello Friends today i am sharing some advance android interview question with answers please read all questions it can help to crack interview.
if you want to learn about top most android basic interview question and answer please click blow...
Top 10 most important Interview question with Answer in android for fresher?
in
Interview
- on 03:43
- 2 comments

Hello Friends today i am going to share about top 10 interview question with answer.please read all question carefully that will help you to crack interview
Top 10 Interview Questions with Answer are follows:-
1.What is Activity and Activity...
There are four ways to Store Data in android
in
Data Store
- on 04:28
- No comments
Android has following options for you to save persistent data.We can choose depend on own specific needs, such as whether data should be private to over application or accessible to other application and also depend on how much space required by data.
The...
Menus in Android
in
Menus
- on 07:51
- No comments

Menus is a most important part of android application.menu are use for handle common features of activity.
In this tutorial we will learn about how to create menu in application with simple ways.
Type of Menu:-there are two type of menu in android
1....
Activity and Activity Life Cycle in Android

What is Activity?
Activity is a component and this is a single screen for user interference,
In any Application can be multiple activity according to depend on user screens in application and its compulsory to define all activity on AndroidManifest.xml...
SQLite DataBase in Android?
in
Sqlite
- on 04:54
- No comments
Hi Friends in this tutorial we will learn about sqlite database, In this tutorial we learn basic concept of Sqlite Database and how to use of tham.so pleaase read all my steps for learning Sqlite Database.
1. What is Sqlite Database?
SQLite...