Skip to content

nixit28/LoaderExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Loader API Example

I have created this project as an demo of how can we use Loader API

Thing Covered

Objective

In this project I have created a Custom [AsyncTaskLoader] (http://developer.android.com/reference/android/content/AsyncTaskLoader.html) which is responsible for the loading of data. My objective was to load the data from the server Asynchronously in to ListView, and data can be changed based on the content of the EditText. I am currently having data from the yahoo finance api which returns the Json Response so, I am parding it and simply showing in to list view.

Thanks to Loader Api It look so simple and ease on the phone

Compile and Run

Inorder to compile and run you need to add "android-support-v4.jar" in to your libs folder, why? because, Loader Api is been introduced from Api level 11

Thanks and Happy Coding

About

Loader Api Example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages