Categories: Mobile Development

How to integrate Kids Place SDK in your app

Kids Place API Usage Example

This project includes sample code to demonstrate how to use Kids Place API. This can assist android developers who develop Apps for Children with following features:

  1. Locking of home button
  2. Android Parental Controls Settings
  3. Central authentication mechanism (to make sure only parents can access the area of app like app settings; in-app purchases and upgrades).
  4. Add/Remove approved apps from Kids Place.

Kids Place – Parental Control, by kiddoware, is a free Android app that provides parental controls with child lock to childproof android devices. Kiddoware provides a simple to use integration code that android developers can use in their project.

Kids Place SDK Can be downloaded from here: Download Kids Place SDK Jar File

SDK Javadocs can be browsed from here: Browse Kids Place SDK Javadoc

For quick and basic implementation refer to source code of simple project and for more advanced integration refer to advanced project.

Please click here to contact us if you have any questions.

Some of the apps on Google Play that uses Kids Place SDK:

Basic Setup

Step by step installation of the Kids Place library in an existing application project, with the simplest settings:

    • Download the Kids Place library http://44.235.201.113/apk/kidsplace_sdk.jar
    • Open your Eclipse project
    • Create a libs folder in your project
    • Add the kidsplace_sdk_1.0.jar from your download directory in the libs folder
    • Add following code in your activity from where you want to invoke Kids Place API
      1. Import Kids Place library
import com.kiddoware.kidsplace.sdk.KPUtility;
      1. Add following code in onCreate Method of your activity
KPUtility.handleKPIntegration(this, KPUtility.GOOGLE_MARKET);
nitu01

Share
Published by
nitu01

Recent Posts

How to Set Up a Parental Control App on OnePlus to Safeguard Your Child’s Online Experience

Introduction: Protecting Your Child in the Digital Age on OnePlus In today's digital world, safeguarding…

2 days ago

How Can I Control My Kid’s Samsung Phone? A Complete Guide to Setting Parental Controls

In today's digital age, giving your child a smartphone, especially a popular one like a…

5 days ago

parental controls on Samsung phone

How to Set Up Robust Parental Controls on Samsung Phone Using the Kids Place App:…

1 week ago

Is Minecraft Safe for Your Child? A Deep Dive Into the Risks, Official Safeguards, and How Kiddoware Provides Ultimate Protection

Minecraft is more than just a game; it's a sprawling digital universe that has captured…

1 week ago

How to Set Up Parental Controls on Android: A Comprehensive Guide for Parents with Kiddoware

In today's digital age, ensuring your child's online safety and managing their screen time on…

2 weeks ago

What Does the Green Dot on Snapchat Mean? How Parental Control Apps Help Monitor Your Child’s Snapchat Activity

Introduction: Deciphering the Digital Landscape for Your Child's Safety In today's hyper-connected world, social media…

3 weeks ago