andfun-kotlin-dessert-pusher icon indicating copy to clipboard operation
andfun-kotlin-dessert-pusher copied to clipboard

Results 7 andfun-kotlin-dessert-pusher issues
Sort by recently updated
recently updated
newest added

Hey folks, I just started with this lesson and I had a lot of issues getting the app build. I initially checked out the `starter-code` and went down a rabbit...

Updated dependencies to match master closer that the starter project builds in Android Studio 2023.1.1

It's deprecated because they now expect you to use Java 8 and implement the interface DefaultLifecycleObserver. Since Java 8 allows interfaces to have default implementations, they defined DefaultLifecycleObserver with empty...

'constructor Handler()' is deprecated. Deprecated in Java Creating an object of Handler using the new Handler() is deprecated. As per the documentation, using a new Handler() can lead to bugs....

```savedInstanceState``` will always remain null after the app is killed. It is not passed on to the bundle. ``` public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); if (savedInstanceState != null) {...

Android Studio 2023.1.1 is refusing to compile started code as is, so I updated dependencies inline with `master` branch + fixed Android Manifest to set exported main activity as true.