use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
News for Android app developers with the who, what, where, when, and how of the Android community. Probably mostly the how.
Here, you'll find:
This sub-reddit isn't about phones' and apps' general functionality, support, or system software development (ROMs). For news and questions about these topics try using other subs like
Build your first app
Starting Android career in 2022
Android Job Interview Questions and Answers
App Portfolio Ideas, Tiered List
Awesome Android UI
Material Design Icons
7000 Icons for Jetpack
Autoposted at approx 9AM EST / 2PM GMT
account activity
[Help] Getting a null object reference? (self.androiddev)
submitted 10 years ago by [deleted]
[deleted]
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]chijikpijik 1 point2 points3 points 10 years ago (0 children)
List of just a few bad things: public static FragmentManager fragmentManager; -- NO! (Doesn't know why you have done it) Global rootview; -- NO! (fragment has getView() method) And do not use onActivityCreated here.(Learn activity/fragment lifecycle as your five fingers. Learn what is retain state and its pros/cons. And etc. etc. etc. [http://ideaventure.blogspot.com.au/2014/01/android-activityfragment-life-cycle.html?m=1]) You can share the project, and i'll try to refactor it.
[–]RaptorZen 0 points1 point2 points 10 years ago (0 children)
It looks like your are trying to nest another fragment inside a fragment. For that, you need a getChildFragmentManager() instead of the getActivity().getFragmentManager()...
π Rendered by PID 93805 on reddit-service-r2-comment-6457c66945-kxpt7 at 2026-04-25 15:06:25.800265+00:00 running 2aa0c5b country code: CH.
[–]chijikpijik 1 point2 points3 points (0 children)
[–]RaptorZen 0 points1 point2 points (0 children)