bluelinelabs / bluelinelabs/Conductor

Android Notification Action

Open
#398 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
3.9k
Forks
338
PR merge metrics
No merged PRs in 30d

Description

Hi,

I've implemented an app using Conductor.

* MainActivity
=> I declare BottomNavigationDrawer here.
* MainController
=> I implement onNavigationItemSelectedListener here.
* Child Controller Menu A
* Child Controller Menu B
* Child Controller Menu C
* DetailController

I'm trying to give notification action to DetailController. It's success (open DetailController), but the BottomNavigationDrawer doesn't work when I clicked.

I think the problems are:
* Notification Action to MainActivity and then setRoute to DetailController
* I declare onNavigationItemSelectedListener in MainController

Other solutions:
* I implement onNavigationItemSelectedListener to MainActivity, but it's hard because I can't call method getChildRouter from there.

Can you help me?

The repository:
https://github.com/bisrinursa/Android-Conductor-CatalogueMovie/tree/develop

Thanks,

Contributor guide

Open the contributing guide

Research direction

Start by reviewing the linked Android-Conductor-CatalogueMovie repository, especially MainActivity, MainController, and DetailController. Trace how the notification action opens DetailController and how onNavigationItemSelectedListener is registered. Done means the notification opens the detail screen while the BottomNavigationDrawer continues to respond normally.

Written by the indexing model from the issue text.

Assessment

Tech stack
android, java
Domain
mobile
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.