Online CodeKul.com

CodeKul

Intent services in Android Part - 4
Free Best Android Tutorial Course Online For Beginners

Intent services in Android Part – 4

Intent services in Android Part – 4 In this tutorial we learn – What is intent service in android? IntentService is a base class for Services that handle asynchronous requests on demand. It is expressed as Intents. It is triggered using an Intent, it spawns a new worker thread and Read more…

By CodeKul, 7 years ago
Android Services AIDL Server Part - 5
Free Best Android Tutorial Course Online For Beginners

Android Services AIDL Server Part – 5

Android Services AIDL Server Part – 5   In this video, we are going to see – What is AIDL in android? AIDL stands for Android Interface Definition Language. It allows you to define the programming interface that both the client and service agree upon in order to communicate with Read more…

By CodeKul, 7 years ago
Android Services AIDL Server Part - 6
Free Best Android Tutorial Course Online For Beginners

Android Services AIDL Server Part – 6

Android Services AIDL Server Part – 6 In this tutorial we see – What are Client side and server side ADIL communication? – What is the use of AIDL in Android? The main Use of AIDL is that Two processes cannot share memory and communicate with each other directly. So Read more…

By CodeKul, 7 years ago
Free Best Android Tutorial Course Online For Beginners

Android – Broadcast Reciever

Android – Broadcast Reciever   What is broadcast receiver in android? A BroadcastReceiver is component of an Android that responds to system-wide broadcast announcements. It allows you to register for system or application events. When all registered receivers for an event are notified by the Android runtime once this event Read more…

By CodeKul, 7 years ago
Android - Shared Preferences
Free Best Android Tutorial Course Online For Beginners

Android – Shared Preferences

Android – Shared Preferences   What is shared preferences and its methods? Shared preferences are different from preference API. It is used for storing small application data. This file consists of the key-value pairs. We use Sharedpreference API to store and retrieve data. Shared preferences are provided methods for reading Read more…

By CodeKul, 7 years ago
Internal Storage in Android
Free Best Android Tutorial Course Online For Beginners

Internal Storage in Android

Internal Storage in Android   What is internal storage in android? Internal storage generally indicates the non-volatile memory. You can save files directly on the device’s internal storage.Internal storage Store private data on the device memory and other applications cannot access them. When the user uninstalls your application, these files Read more…

By CodeKul, 7 years ago
External Storage in Android
Free Best Android Tutorial Course Online For Beginners

External Storage in Android

External Storage in Android   What is external storage in android? So many devices divided into two type of storage space such as “internal” and “external” partitions. External storage indicates the removable storage medium such as SD card or Memory Card. You can store your data in external storage as Read more…

By CodeKul, 7 years ago
How to create Simple Services in Android Part - 1
Free Best Android Tutorial Course Online For Beginners

How to Access Sqlite Database in Android Part – 1

How to Access Sqlite Database in Android Part – 1   In this Tutorial we see, What is sqlite in android? It is an opensource, lightweight, single tier and standards-compliant structured SQL database that stores data. It has methods to create, delete, execute SQL commands, and perform some other common database Read more…

By CodeKul, 7 years ago
Create Sqlite openhelper in android Part - 2
Free Best Android Tutorial Course Online For Beginners

Create Sqlite openhelper in android Part – 2

Create Sqlite openhelper in android Part – 2   What is sqlite open helper? SQLiteDatabase has methods to create, delete, execute SQL commands, and perform other common Relational database management tasks. SQLiteOpenHelper class to manage tasks of creating and initializing the database. – sqliteopenhelper example

By CodeKul, 7 years ago
Sqlite crud operation in Android Part - 3
Free Best Android Tutorial Course Online For Beginners

Sqlite crud operation in Android Part – 3

Sqlite crud operation in Android Part – 3   In this video, we see the basic CRUD Operation details. What is CRUD Operation? In Computer programming language, there are some basic function of SQL database. The acronym CRUD stands for create, read, update and delete. CRUD is used to describe Read more…

By CodeKul, 7 years ago

Posts navigation

Previous 1 2 3 4 … 10 Next
Search
Recent Posts
  • How to Create Project Structure in Angular
  • Arrow Functions with Example in Angular
  • NG Content in Angular Part – 1
  • Typescript Shapes in Angular Part – 8
  • Typescript OOPS Concepts Part – 7
Android Online Training
  • Angular Online Course
  • Free Best Android Tutorial Course Online For Beginners
  • About
Hestia | Developed by ThemeIsle