Posts by diemesleno • 46 points
2 posts
-
1
votes1
answer197
viewsA: Difference in onCreate(Bundle) parameter
The only difference is that the onCreate(Bundle Icicle) method is from older versions of the Android SDK, while onCreate(Bundle savedSInstanceState) is in newer versions. Note the following: in both…
-
2
votes1
answer163
viewsA: Problems with Android Studio
It seems that you have created a Library type project and not a common Android project. And in case the project is of the type Library may be missing something. Try creating a new project and check…