You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There was no clear set up process after setting up the dependencies .
The text was updated successfully, but these errors were encountered:
JosephRidge
changed the title
Addition of Setting up Timber section in the existing ReadMe Documentation File.
😇 I’d like to add this to the ReadMe Documentation.
Apr 16, 2022
I added more details on the existing ReadMe file , focusing on setting up Timber once the dependencies have been downloaded.
Step 1 : Create an Application class that inherrits from Application class .
Step 2 : import the application package
Step 3 : override the onCreate() method and initialize the Timber class
override the onCreate() method in your Application class
Step 4 : Define it in your Android Manifest , Application tag
In your application tag, add it as a name attribute :
There was no clear set up process after setting up the dependencies .
The text was updated successfully, but these errors were encountered: