Company
Home
About Us
Client Testimonials
Career
Portfolio
Contact Us
Gaming
Game Development
3D Game Development
Android Game Development
iOS Game Development
Blog
Game Design
Unity
Android
iOS
Graphics
Web
Contact Us
3DS Max
Android
Blog
Graphics
iOS
Maya
Unity
Web
Game Design
Android - Call Logs - Code Sample
Jump To:
Create CallLogHelper class.
getAllCallLogs() method.
insertPlaceholderCall() method.
Calling Methods
Objective
The main objective of this tutorial is to help you get call logs from android devices and insert call logs into devices.
continue reading...
Tejas Jasani
2016-05-21 05:15:58
Android Take Photo From Camera and Gallery - Code Sample
Jump To
Create Layout
Create options Dialog box
Set Dialogbox Items
Requesting Permission at Runtime
Check for Camera Request
Check for Gallery Request
Grant Permission at Runtime
Handling Image
onActivityResult() Method
Handling Camera Request For Capturing an Image
Handling Gallery Request For Selecting Image
Add permission to manifest file
Objective
The main objective of this post is to help you understand how to take photo /picture/image from the camera or gallery in your Android phone.
continue reading...
Tejas Jasani
2016-07-21 00:07:58
Android - Linkedin Connectivity - Code Sample
Jump To:
Create application from LinkedIn developer account
Collect .jar files.
Add .jar files.
Constant .java file
MainActivity.java file
onClick() method
onNewIntent() method
AndroidManifest.xml file
StrictMode.ThreadPolicy
Objective
The main objective of this post is to help you understand how to connect with Linkedin in Android.
continue reading...
Tejas Jasani
2015-12-23 00:22:39
Android - Text to PDF
Jump To:
Download “itext” zip file.
Get .jar files.
Import .jar files.
onCreate() method.
addMetaData() method.
addTitlePage() method.
Run Application
Objective
The main objective of this post is to help you understand how to Generate PDF file in Android.
continue reading...
Tejas Jasani
2016-01-16 01:48:51
How to use SQLite Database in Android
Jump To:
Create Layouts
Database Creation (SQLiteHelper.java)
Make SQLiteHelper class
onCreate() method
onUpgrade() method
Steps For Open Database in SQLite Manager
Create model class for contact (ContactModel.java)
CRUD Operations (Insert/ Update/ Delete/ Select Records)
Insert Records
Why do we need SQLiteDatabase Object?
ContentValues
Insert Row
Update Rows
Delete Records
Select Records
What is Cursor?
Fetching Records from database
Calling SQLiteHelper class methods
Making SQLiteHelper class object
Add Record
Start TableManipulationActivity with ADD_RECORD request
onButtonClick() method
onActivityResult(int requestCode, int resultCode, Intent data)
Display all records
Update Record
onUpdateRecord
Delete Record:
Get all table names list into array from Current SQLite database
Objective
Learn how to Insert Update Delete Retrieve Records in SQLite Database in Android
continue reading...
Tejas Jasani
2016-07-21 00:19:52
«
1
2
3
4
5
6
»