• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps JSON Parsing to ListView on Drawer Fragments Not show

How to show my json parsing data to listview on drawer fragments?

  • JSON Parsing android

    Votes: 0 0.0%
  • Drawer Fragments

    Votes: 0 0.0%

  • Total voters
    0
  • Poll closed .

ary2168

Lurker
Hi guys, i want to ask some thing about my android project application. I use tab swipe and drawer sliding menu, for my home activity I use 2 tab swipe with listview and data in listview from json parsing I call it on class onCreateView Fragements, but when I go to another activity with my sliding menu the data on listview is gone. Here my log when i choose another menu with my sliding menu.
Code:
05-16 09:07:36.791 31130-31130/com.ekoacak.satasia D/AbsListView: Get MotionRecognitionManager
05-16 09:07:36.796 31130-31528/com.ekoacak.satasia I/System.out: (HTTPLog)-Static: isSBSettingEnabled false
05-16 09:07:36.796 31130-31528/com.ekoacak.satasia I/System.out: (HTTPLog)-Static: isSBSettingEnabled false
05-16 09:07:36.796 31130-31528/com.ekoacak.satasia I/System.out: KnoxVpnUidStorageknoxVpnSupported API value returned is false
05-16 09:07:36.796 31130-31528/com.ekoacak.satasia I/System.out: KnoxVpnUidStorageknoxVpnSupported API value returned is false
05-16 09:07:36.801 31130-31130/com.ekoacak.satasia D/AbsListView: Get MotionRecognitionManager
05-16 09:07:36.816 31130-31528/com.ekoacak.satasia I/System.out: (HTTPLog)-Static: isSBSettingEnabled false
so please help me..
 
Hi and welcome to Android Forums!

I have moved your question to the Application Development Forum so that other developers can see your issue and help. Cheers and good luck!
 
Your ListView is probably being destroyed and re-created when your Activity is re-displayed. But without seeing your code it's impossible to say for sure.
 
Back
Top Bottom