Online CodeKul.com

CodeKul

Create New Thread in Android Part - 2
Free Best Android Tutorial Course Online For Beginners

Create New Thread in Android Part – 2

Create New Thread in Android Part – 2   In this video, we see How to create a new thread in android? The code to be executed in that thread needs to be placed within the Run() method of a Runnable instance.A new Thread object then needs to be created, Read more…

By CodeKul, 7 years ago
Android UI Thread Asynchronous Part -3
Free Best Android Tutorial Course Online For Beginners

Android UI Thread Asynchronous Part -3

Android UI Thread Asynchronous Part -3   What is asynctask in android? It is an abstract class provided by Android which gives us the liberty to perform tasks in the background and keep the UI thread light thus making the application more responsive. AnsycTask enables easy use of the UI Read more…

By CodeKul, 7 years ago
Android UI Handlers Part - 4
Free Best Android Tutorial Course Online For Beginners

Android UI Handlers Part – 4

Android UI Handlers Part – 4   UI Handler Android – When an event happens and we have registered an event listener for the event, the event listener calls the Event Handlers. It is part of the Android framework for managing threads. Handlers are managed Process Schedule and messages. Perform Read more…

By CodeKul, 7 years ago
RXjava Android Example for beginners Part - 5
Free Best Android Tutorial Course Online For Beginners

RXjava Android Example for beginners Part – 5

RXjava Android Example for beginners Part – 5   What is RX in Android? RX android is ReactiveX, It is also known as Reactive Extensions. It is a combination of the ideas from the observer and the Iterator pattern and functional program. This is perfect for Android, which is an Read more…

By CodeKul, 7 years ago
Introduction to Content Provider in Android Example - Part 1
Free Best Android Tutorial Course Online For Beginners

Introduction to Content Provider in Android Example – Part 1

Introduction to Content Provider in Android Example – Part 1   What is Content Provider in Android?? It is part of an Android application, which often provides its own UI for working with the data. It manages access to a central repository of data. Content providers are the standard interface Read more…

By CodeKul, 7 years ago
Android Content Provider Part 2 - Contact App
Free Best Android Tutorial Course Online For Beginners

Android Content Provider Part 2 – Contact App

Android Content Provider Part 2 – Contact App   In this video, we see How to manage data and contact app.Content providers manage access to a structured set of data. They encapsulate the data and provide mechanisms for defining data security. They are the standard interface that connects data in Read more…

By CodeKul, 7 years ago
Custom Content Provider Example in Android - Part 3
Free Best Android Tutorial Course Online For Beginners

Custom Content Provider Example in Android – Part 3

Custom Content Provider Example in Android – Part 3   In this Video we how to build our own content provider. Let us start to create a Content Provider class that extends the ContentProviderbaseclass. Then, to define our content provider URI address which will be used to access the content. Read more…

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

Android – Runtime Permissions

Android – Runtime Permissions   In this video, we see What is the runtime permissions in android? Android contains a permission and predefined permissions for any tasks. Every application can request for required permissions. Before API 23 the user was asked during installation, after API level the user is asked Read more…

By CodeKul, 7 years ago
Android json parsing Tutorial Part - 1
Free Best Android Tutorial Course Online For Beginners

Android json parsing Tutorial Part – 1

Android json parsing Tutorial Part – 1   Android JSON Parsing Tutorial – JSON stands for JavaScripts Object Notation. It is very simple, lightweight, structured, easy to parse and much human readable programming language. JSON is alternative to XML when your android app needs to exchange data with your server. Read more…

By CodeKul, 7 years ago
JSon Parsing with object api in Android Part -2
Free Best Android Tutorial Course Online For Beginners

JSon Parsing with object api in Android Part -2

JSon Parsing with object api in Android Part -2   In this video, we see JSON Parsing with Object api in android. For parsing a JSON object, create an object of class JSONObject and specify a string containing JSON data to it. Syntax: String in; JSONObject reader = new JSONObject(in);

By CodeKul, 7 years ago

Posts navigation

Previous 1 … 4 5 6 … 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