python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Button onClick in fragment to open new fragment not working
I'm working on a Bible app divided by Books -> Chapter -> Verse. When I attempted to create an onClick listener for the Book of Genesis, the button is unresponsive. I'm attempting to create a on...
Chief Simz
Votes: 0
Answers: 0
set a custom style into app:tabTextAppearance programatically for material tabLayout
Recently I'm start using MDC's tabLayout and with the help of some answers of stackoverflow I'm able to change tabTextAppearance from xml -
<com.google.android.material.tabs.TabLayout
andro...
mefahimrahman
Votes: 0
Answers: 0
Android NavigationDrawer and Toolbar in all fragments, plus TabLayout into one
I would like to create an Android app that uses a navigation drawer which loads different fragments, all of which include a toolbar/appbar and one that also has a TabView with ViewPager2, something li...
virtualdj
Votes: 0
Answers: 1
Fetching JSON data returns null in fragment of a tablayout
My DynamicFragment.java is as below
public class DynamicFragment extends Fragment {
public static DynamicFragment newInstance() {
return new DynamicFragment();
}
@Override
public void onCreate(@...
amit jain
Votes: 0
Answers: 1