2017-05-12 9 views

答えて

0

ContextのAndroidアプリ特定の事柄を行うために使用することができるクラスです。

あなたはContextクラスルックhere

の方法をご覧になりたい方Firebaseは、あなたがそれを設定する必要が理由です、あなたのアプリケーションの範囲でこれらのメソッドにアクセスする必要があります。

ApplicationクラスがContextクラスのインスタンスであるため、this引数を使用してFirebase.setAndroidContext(this);を呼び出すことができます。

+0

愛しているよ、それを持って.... @ Empty2k12 –

0

FireboxライブラリをAndroidコンテキストで初期化します。 Android Developersに応じ

The Firebase library must be initialized once with an Android Context. This 
must happen before any Firebase reference is created or used. 

コンテキスト::Firebaseドキュメントから

It allows access to application-specific resources and classes, as well as 
up-calls for application-level operations such as launching activities, 
broadcasting and receiving intents, etc. 

私はこれがうまく説明して願っています。

+0

も愛しています... ansに感謝ans –

+0

@MiMahbubあなたは私の答えをupvoteできますか? –

+0

bro私を助けてください... http://stackoverflow.com/questions/43955696/how-multiple-tabs-carry-icon-with-text-in-a-fragment –

関連する問題