navigation between fragments in Java
I'm working with Fragments and Android studio and I need navegate in fragments from Activities. Always I get the same error "No view found for id 0x7f0800a2".Main Activity Fragment newFragment = new...
View Articledynamic page generation and flutter routes
I am trying to develop an education app (I have never developed any app - I am first time programmer), the data in final version is to be fed by firebase - in which each Subject has Chapter, which has...
View ArticleMapbox with routes and navigation for Flutter
I'm new to flutter and I want to implement a MapBox API into my application. I am currently facing ALOT of problems with MapBox. I can't find a matching solution to my problem.So basically I want to do...
View ArticleAutomatic navigation of page in WPF using c#
I want to set my wpf application to navigate to another page after 3 second using c#.Is this possible? If yes then how?
View ArticleBackButton without text SwiftUI
Actually, this is the question.I have a screen like this, I would like to change the BackButton.My View screen:enter image description hereI want instead of blue backbutton with standart array + text...
View ArticleHow do I not refresh the list when we use navigation?
I use Android jitpack navigation in the project.In the first fragment, I show the list in recyclerview.When I click on the item, I show the second fragment.But when I go back to the first fragment,...
View ArticleNavigation Architecture Fragment Reload Problem
I am using Navigation Architecture in an image gallery, when I go from fragment A to B and then return back to A, these 3 methods are called again which will cause my gallery to reload, where I should...
View ArticleNavigator.vibrate() is not working in laptop
I am trying to implement Vibrate on my laptop using window.navigator.vibrate(200);.I am getting true in my browser console, however, my laptop is not vibrating.It should be false if it's not...
View ArticleHow can I go back directly to Fragment A since Fragment D without going back...
I use Android Navigation Architecture Component.I have three Fragment A, B and CFragment A -> Fragment B -> Fragment DFragment A -> Fragment C -> Fragment DOn fragment D I have a button...
View ArticleHow to assign default value in route param in react native
I want to set a default value in route param if nothing is sent from the other screen earlier we used to dolike let phot0 = this.props.navigation.getParam("photo","empty");what to do in react...
View ArticleHow to Handle Navigation for a Modular iOS Swift Application
I have a modular iOS Swift application structured like the following, where each module is its own target:App/ Main/ AppDelegate.swift Module1/ *.swift Module2/ *.swift Module3/ *.swiftI am trying to...
View Articlehow to reference list of list of list in dart/flutter
I am trying to develop an education app in which there are subject, based on user selection of subject there are chapter and each chapter has lecture and finally video lecture for that lecture. Hence I...
View Articlehow to change css flex navigation color [closed]
i have a bootstrap navigation. nav is transparent on header section and when we scroll down that nav become white ... here is my code how can i change white navigation background to gray. where is a...
View ArticleIntegrating Google Search bar into navigation
I'm trying to integrate a google custom search bar into my nav and I'm struggling!The default search bar is huge so I tried to resize it – I'm bumping into a couple of problems. The first being that...
View ArticleStale data passing params via React Native
This should be simple but it is just not working for me.I have a FlatList which iterates over a collection of locations.FlatList works fine but I am not able to pass the id value via...
View ArticleMoving values from one screen to another in react native ERROR: undefined is...
I am trying to navigate from one screen to another in react native by carrying a value from one screen to the other however, i am getting the above error. Ideally i would like send the value from...
View ArticleChange supportActionBar for CollapsingToolbarLayout in Fragment with...
i see some other questions about hide the supportActionBar but don't see no one about how to hide with BottomNavigationView. My problem is:i have one main activity for whole app (2 to be more precise,...
View ArticleHow to add a button on the header bar in bare react native which navigates to...
navigation.setOptions({ headerRight: () => (<TouchableOpacity onPress={() => navigation.navigate('CreateScreen')}><Icon name="plus" size={40} style={{ marginRight: 12 }}...
View ArticleI want to hide navigation when I click to anchor element
I have problem with my navigation bar, actually it works pretty well but I don't know how to activate :active psydo class for the anchors tag when clicked . So here is my html code and css and the main...
View ArticleMapboxDirections set origin and destination dynamically
I want to set route multiple times on my map, based on some markers latitude and longitude.setOrigin() and setDestination() works fine when called on map load:var directions = new MapboxDirections({...
View Article