1 SQLite Database in Android
This post is describes how to use the SQLite
database.
It`s demonstrates the usage of loader framework
allow to load data asynchronously.
SQLite Database class
for working with SQLite database in Android to provides methods , query,
update and close database.
This Project create a new class in your new project
directory and name is DatabaseHelper.
Class is extends in your DatabaseHelper from
SQLiteOpeHelper.
It is used DatabaseHelper Class in SQLiteOpenHelper.
The data read and write, inserting records, updating
records,delete records, and reading the row in SQLite Database .
The main objectiv in this post
to understands in SQLite Database in Android.
2 Android Text in PDF
This post is understand how it can be generate PDF file
in android.
It is used to generate your own PDF file in android.
The data arranging in a text format,
graphics,images on this page.
Text is pdf library allow to create,inspect and maintain document
in PDF.
To generate document and reports based on PDF.
Before the project download the zip file, after the extrct zip
file and add the three files in this application.
Run this application and to save AndroidText PDF file in sdk card.
This applicatin is create in
text to pdf file in android.
3 Android linkedin connectivity code sample
This post is to help you in understand how to LinkedinConnectivity
in android.
In demonstrates android linkedin Auth imlementation using scribe
library.
The implements a simple application myconnection.
Before the create this apps in download the jar file and add this
file in project.
It was StrictMode.ThreadPolicy since API level 9 then
default thread policy has been changed since API level 11.
It means does not alloews network operation to get execcuted in
UIThread.