[15] Results
Android Studio : Create custom icons for your application example
android-studio mipmap customize-application-icon android-assets-studio javaMaking your own Android applications will not be completed unless you learn how to create, generate and add your own….... read more
Android Studio : Checkbox for user to select options example
android-studio check-box select-options javaA decent operating system user interface should have check boxes to allow users to select options that are not mutually….... read more
Android Studio : Rating bar example
android-studio rating-bar javaSome people just like to give judgment. Whether a food quality is meh or delicious or an app is really….... read more
Android Studio : Import third-party library or package into Gradle Scripts
android-studio import-library gradle-scripts compile javaA note for Android Studio beginner like myself. Encounter an instruction on Github on how to import a third-party library….... read more
Android Studio : Highlight ImageButton when pressed on example
android-studio image-button focused pressedstates javaThere are times when we want to spice up our Android app with buttons that are aware of being pressed….... read more
Android Studio : Simple input textbox and intercept key example
android-studio get-user-input-edittext intercept-keystroke javaA GUI(Graphical User Interface) such as Android OS has input text box to allow users to enter text and able….... read more
Android Studio : Indicate progression with ProgressBar example
android-studio progress-bar build-gradle import-library-gradle javaAnyway, starting to get comfortable in learning Android Studio and really happy with my learning progress so far. Wouldn't it….... read more
Android Studio : Use image as AlertDialog title with custom layout example
android-studio alert-dialog customize-dialog image-view javaSo far we have learned how to create AlertDialog
at the previous tutorial and it would be nice….... read more