SQLite database in Android kotlin example
SQLite database in Android is used to store a structure of relational or simple offline data in the android device. Where in other simply SQLite is… Read More »SQLite database in Android kotlin example
Degree in Computer Science and Engineer: App Developer and has multiple Programming languages experience. Enthusiasm for technology & like learning technical.
SQLite database in Android is used to store a structure of relational or simple offline data in the android device. Where in other simply SQLite is… Read More »SQLite database in Android kotlin example
Android Fragment is part of Android app UI or represents a behavior (DialogFragment,ListFragment)of the particular portion in an application. You can think of Fragments as module… Read More »Android Fragment Example in Kotlin | Code
With an Android WebView, you can show the website in an android application. Web-view is containers like scrollView, ListView, etc in Android app development. You… Read More »Android WebView app Example in Kotlin code
Linked List Data structure A linked list is a linear data structure where each element is a separate object. Here is the top (most commonly)… Read More »Top Linked List data structure interview questions and answers
Differences between ConstraintLayout and RelativeLayout is the most common question asked in an interview with the experienced android developer. The top differences are explained in this tutorial.… Read More »Differences between ConstraintLayout and RelativeLayout
It’s very common in the Android application that two or more Fragments in an Activity need to communicate with each other. Let see a common… Read More »Share Data Between Fragments Used ViewModel Example
Linked List or Singly Linked List is a type of data structure. In a linked list, each node stores the contents and a pointer (reference) of the next node. Reverse… Read More »Reverse a Linked list data structure in java
Android Fragment represents a behavior or a portion of the user interface in an Activity (or in FragmentActivity). You can use multiple fragments in a single activity… Read More »Basic Communication between two fragments (Pass data)
On Developing Android application, some application has needed only Portrait mode only (Game: Candy crush) or Portrait Orientation for an entire(full) app or particular on activity.… Read More »Set entire Android Application in Portrait mode only(Portrait Orientation)- Kotlin
If you are an Android experienced developer and want to prepare for Android Interview Questions. There are common Android interview questions that can make confuse… Read More »Top 3 Android Interview Questions #2 (Android Developer)