Job Getabu

Results 12 issues of Job Getabu

Updated SDK to 28.0.0 & Gradle to 4.4

- Hide bottom navigation bar during scroll event

``` /** * Sets whether or not we should request (before starting updates) the availability of the * location settings and act upon it. * * @param allowingLocationSettings TRUE to...

java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String android.content.Context.getString(int)' on a null object reference at com.choota.dev.ctimeago.TimeAgo.getTimeAgo(TimeAgo.java:77)

After correct implementation Worked for a while then started showing `PlatformException(400, Failed to generate request token., Please check your APIKey or APISecret., null)`

**Can't get selected item from spinner -> nulls**

``` apply plugin: 'com.android.application' android { compileSdkVersion 'android-P' buildToolsVersion "27.0.3" defaultConfig { applicationId "com.job.darasastudent" minSdkVersion 19 targetSdkVersion 27 versionCode 1 versionName "1.0" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" //Enabling multidex support. multiDexEnabled true vectorDrawables.useSupportLibrary...