Android


Custom Dialog Android This tutorial shows how to create a dialog with custom view in Android. As you know, you can create dialogs and set its title, button actions and message with Android‘s Dialog library. In this tutorial, we’ll create a custom view and set it as view of our […]

Custom Dialog Android


“Hello World” for Dummies… – Android In these tutorials, everything begins with Android Studio. It’s official IDE, developed by Google, for Android developers. Please download the latest version of Android Studio. Important: I assume that you are familiar with Java programming 🙂 Ready? Let’s begin with creating a our first […]

“Hello World” for Dummies… – Android