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 6766097
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T14:47:23+00:00 2026-05-26T14:47:23+00:00

I am developing inteligent study application and I have any problem with restoring my

  • 0

I am developing inteligent study application and I have any problem with restoring my Activity. Activity takes some data from database for the list and there are any other Views.
Now my problem – if I close (hide) this application in this situation (with Home button), run any other application (for example sending sms) and then when I go back to my running application there is big error. I don’t know where is the problem (debug not help). Please help.

Here is the error from Log:

11-04 16:03:58.270: ERROR/kernel(130): [115047.678649] init: untracked pid 1183 exited
11-04 16:04:12.660: ERROR/jdwp(1276): Failed sending reply to debugger: Broken pipe
11-04 16:04:12.961: ERROR/AndroidRuntime(1276): FATAL EXCEPTION: main
11-04 16:04:12.961: ERROR/AndroidRuntime(1276): java.lang.NullPointerException
11-04 16:04:12.961: ERROR/AndroidRuntime(1276):     at cz.android.zkouseni.VyberLekce$AdapterVyberLekce.getView(VyberLekce.java:262)
11-04 16:04:12.961: ERROR/AndroidRuntime(1276):     at android.widget.AbsListView.obtainView(AbsListView.java:1519)
11-04 16:04:12.961: ERROR/AndroidRuntime(1276):     at android.widget.ListView.makeAndAddView(ListView.java:1749)
11-04 16:04:12.961: ERROR/AndroidRuntime(1276):     at android.widget.ListView.fillDown(ListView.java:674)
11-04 16:04:12.961: ERROR/AndroidRuntime(1276):     at android.widget.ListView.fillFromTop(ListView.java:731)
11-04 16:04:12.961: ERROR/AndroidRuntime(1276):     at android.widget.ListView.layoutChildren(ListView.java:1602)
11-04 16:04:12.961: ERROR/AndroidRuntime(1276):     at android.widget.AbsListView.onLayout(AbsListView.java:1349)
11-04 16:04:12.961: ERROR/AndroidRuntime(1276):     at android.view.View.layout(View.java:7320)
11-04 16:04:12.961: ERROR/AndroidRuntime(1276):     at android.widget.RelativeLayout.onLayout(RelativeLayout.java:912)
11-04 16:04:12.961: ERROR/AndroidRuntime(1276):     at android.view.View.layout(View.java:7320)
11-04 16:04:12.961: ERROR/AndroidRuntime(1276):     at android.widget.FrameLayout.onLayout(FrameLayout.java:342)
11-04 16:04:12.961: ERROR/AndroidRuntime(1276):     at android.view.View.layout(View.java:7320)
11-04 16:04:12.961: ERROR/AndroidRuntime(1276):     at android.widget.FrameLayout.onLayout(FrameLayout.java:342)
11-04 16:04:12.961: ERROR/AndroidRuntime(1276):     at android.view.View.layout(View.java:7320)
11-04 16:04:12.961: ERROR/AndroidRuntime(1276):     at android.view.ViewRoot.performTraversals(ViewRoot.java:1162)
11-04 16:04:12.961: ERROR/AndroidRuntime(1276):     at android.view.ViewRoot.handleMessage(ViewRoot.java:1882)
11-04 16:04:12.961: ERROR/AndroidRuntime(1276):     at android.os.Handler.dispatchMessage(Handler.java:99)
11-04 16:04:12.961: ERROR/AndroidRuntime(1276):     at android.os.Looper.loop(Looper.java:130)
11-04 16:04:12.961: ERROR/AndroidRuntime(1276):     at android.app.ActivityThread.main(ActivityThread.java:3701)
11-04 16:04:12.961: ERROR/AndroidRuntime(1276):     at java.lang.reflect.Method.invokeNative(Native Method)
11-04 16:04:12.961: ERROR/AndroidRuntime(1276):     at java.lang.reflect.Method.invoke(Method.java:507)
11-04 16:04:12.961: ERROR/AndroidRuntime(1276):     at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:866)
11-04 16:04:12.961: ERROR/AndroidRuntime(1276):     at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:624)
11-04 16:04:12.961: ERROR/AndroidRuntime(1276):     at dalvik.system.NativeStart.main(Native Method)
11-04 16:06:51.880: ERROR/ServiceLocator(1412): ServiceLocator$VoipServiceConnection.onServiceConnected ext: android.os.BinderProxy@2b01c718
11-04 16:08:10.580: ERROR/ActivityThread(1506): Failed to find provider info for com.maxmpz.audioplayer
  • 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-26T14:47:23+00:00Added an answer on May 26, 2026 at 2:47 pm

    you are getting a NullPointerException in VyberLekce.java line 262, which maybe caused because you are not saving application state, and when app resumes it doesn’t find some variable

    if that’s the case this Saving Android Activity state using Save Instance State might be helpful

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

Sidebar

Related Questions

Developing a heavily XML-based Java-application, I recently encountered an interesting problem on Ubuntu Linux.
Developing a project of mine I realize I have a need for some level
Developing a desktop application based on Java + Swing I faced the problem of
Developing an application for Android, i want to record data that will be usefull
I developing a plugin which reads from a .properties file for the database connection,
Suggest me any open source based platform/IDE/framework/toolkit for developing intelligent agent. I don't have
I´m developing an application, where I´d like to have a button, which opens Androids
Developing a Sencha Touch MVC app that pulls data from json store (thats set
Developing sample download application,My application contains 3 activities.When the first activity starts, the download
iam developing one application.In that i use the search bar for search the data.But

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.