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
Runtime Permissions in Android Marshmallow
Jump To:
Getting Started
Update content_main.xml with following code
Update MainActivity.java with following code
Action on Button Click
Checking Permission at Runtime
Rational Request Checking
Writing Calendar Event
Action on Allowing Permission Request
Add permission to manifest file
Objective
The main objective of this blog post is to implement permission request at runtime in Android, specifically for MarshMallow or higher version.
continue reading...
Shreya Kotak
2018-05-07 20:30:32
Realm Mobile Database Implementation In Android
Jump To:
Introduction
Create Project in Android Studio
Add Realm IO Dependency
Create Model Class for Realm Database
Create Activity which Dislpay Names
Update content_main.xml file with following code
Create inflate_list_item.xml layout file
Update MainActivity.java file with following code
Insert Data into Realm Database
Update Data into Realm Database
Delete Data from Realm Database
Create Activity which displays details of Specific Person
Create activity_person_details.xml Layout file
Create PersonDetailsActivity.java file
Objective
The main objective of this blog post is to give the brief introduction about Realm Database Structure for offline data storage.
continue reading...
Shreya Kotak
2018-05-07 20:35:28