問題タブ [android-drawer]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
android - Android Studioでナビゲーションを実行するには?
MySQL を使用して Android アプリケーションを開発しています。ログインと登録のナビゲーションを実行するselector.javaというクラスを使用しています。
セレクター.java
上記のシナリオでは、MainDrawer.class に直接リダイレクトされますが、ログインが成功したら MainDrawer.class に移動する必要があります。
上記のコードを次のように変更すると、ログインが成功した後に MainDrawer が表示されません
MainDrawer.java
サンプル.java
ログインに成功したら、 MainDrawer に移動したいと思います。どうすればそれを達成できますか?