Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8623119
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T07:12:35+00:00 2026-06-12T07:12:35+00:00

I recently started developing a small app using the sample provided in this article.

  • 0

I recently started developing a small app using the sample provided in this article. http://developer.sonymobile.com/2012/09/26/let-your-app-stay-on-top-with-small-apps-for-xperia-tablet-s/

Does anybody know if I can make a small app as part of my existing app, extended as a small app included in the code of my regular apk or I need to upload another apk to Google PLAY specifically as a small app?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T07:12:37+00:00Added an answer on June 12, 2026 at 7:12 am

    A Small-App API based application can be a part of an existing application.

    If you want to support Small Apps API in your current application, here is what you need to do.

    In Android Manifest add the following line:

    <uses-library android:name="com.sony.smallapp.framework” android:required="false" />
    

    The above code ensures that library is not used to filter out your application for devices which do not support it. Then you can dynamically check for the class by using the code below in your launcher activity or a separate class.

    1.  String checkLibrary = "com.sony.smallapp.framework";  
    2.  try {  
    3.      Class libraryToInvestigate = Class.forName(checkLibrary);  
    4.      // Dynamically initiate the library  
    5.       // Initiate constructor or methods
    6.  } catch (ClassNotFoundException e) {  
    7.      // If class is not found(Small Apps API not supported), handle exception and use a home widget or normal activity as fallback
    8.  } catch (Exception e) {  
    9.      // Unknown exception  
    10. }  
    

    For more reference into using reflection in Java, please check the following link: http://mobile.tutsplus.com/tutorials/android/java-reflection/

    For information on uses-library in android manifest check this link:
    http://developer.android.com/guide/topics/manifest/uses-library-element.html

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I recently started developing websites on wordpress. I have this problem with tinymce editor.
I've just recently started developing a site for iPhone using jQTouch, and have the
I recently started using Xcode for developing. It's pretty neat. By accident I happened
A developing consensus among the iPhone developer community is that Apple has recently started
I have recently started on a PoC project wherein we are developing a small
I recently started developing mobile applications using Flex 4.5. I try to migrate an
Recently, I have started using Xcode 4 for developing iOS apps. In Xcode intellisense's
I have recently started using Zend Framework. I started developing on my local XAMPP
Recently I started developing a J2ME app prototype. I noticed how difficult it is
I've recently started work on developing a site using Magento. All of my files

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.