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

  • SEARCH
  • Home
  • 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 5939191
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T15:47:30+00:00 2026-05-22T15:47:30+00:00

I am using 1.6 i.e. API 4 to build my application. There are couple

  • 0

I am using 1.6 i.e. API 4 to build my application. There are couple of commands that are supported by higher versions. I want to write those commands and make application more compatible for higher versons. Like, I use Tabs. I want to use setLeftStripDrawable and setRightStripDrawable, but they are supported by API 8.

I write something like :

// I want these lines to come into affect only if the device SDK is greater than 7 as SDK of below 7, doesn't support these methods.
if (android.os.Build.VERSION.SDK_INT > 7) {   
    tw.setLeftStripDrawable(R.drawable.tab_selected_bar_left_v4);  // TabWidget
}

EDIT : I want to set setLeftStripDrawable to the tabs used in my app. In my manifest I have uses-sdk android:minSdkVersion=”4″. If I write the lines as above and compile it in 2.3, it compiles successfully. When I run in 1.6 I get “java.lang.VerifyError”. If I remove those liens and again run in 1.6, it works properly.

What should I do to execute those lines only if the device SDK api is > 7, and if it is less than that then those lines should not come under any affect ?

Any clue ?

  • 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-05-22T15:47:31+00:00Added an answer on May 22, 2026 at 3:47 pm

    I think you should use something like this. I did this by heart, so there might be some errors.

    try {
        Method twMethod = TabWidget.class.getMethod("setLeftStripDrawable", new Class[] { int.class });
        twMethod.invoke(tw, R.drawable.yourdrawable);
    } catch (NoSuchMethodException e) {
        /* not supported */
    } catch (IllegalArgumentException e) {
        /* wrong class provided */
    } catch (IllegalAccessException e) {
        /* Java access control has denied access */
    } catch (InvocationTargetException e) {
        /* method has thrown an exception */
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using Yahoo Answers API to build a c# desktop application which goes
I want to build an API service using Django. A basic workflow goes like
I want to make some API calls to a server using HttpURLConnection . But
Part 1 I want to build a PHP Zend Framework application that users can
We are using Spring MVC and we would like to build an Application that
I'm using the Google Maps API to build a map full of markers, but
I'm trying to build a local version of the freebase search api using their
I'm actually using Doctrine2 within a Zend Framework project. I'm build an API to
I am trying to build a search engine using java and the lucene API
I'm using Codeigniter and the Active Record class to build a simple API in

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.