If you guys are like me and you always want to keep step with latest and best technology available out there then you are already thinking about migrating to Flutter for your new mobile applications. […]

If you guys are like me and you always want to keep step with latest and best technology available out there then you are already thinking about migrating to Flutter for your new mobile applications. […]
In part 3 we are adding new page to our application. This is where our application users will read full post content when they click on READ MORE button in post Card widget.
This is part 2 of my tutorial series Build Android Application using Flutter and WordPress API. If you didn’t read the first part please check it before you continue reading further. Build Android application using […]
Flutter – Google Framework If you’re an developer, especially Android developer, you may have heard of Flutter.It’s a relatively new simple Google framework designed for making cross-platform native apps.It is used to develop applications for […]
Hello.
In this tutorial I will show you how to implement that awesome collapsing toolbar in your android application.
This is second part of my tutorial Api Client using Retrofit, RXJava and Kotlin. In first part we connected with API and received list of articles, but we only logged out data in Logcat. In this part I’ll show you how to output article list in RecyclerView and make it look nice with CardView.
Hello. In this tutorial I will show you how to make a grid layout in your application. You can change number of columns, rows, number of items and all other cool stuff. Pretty handy for […]
Hello. In this tutorial, I will show you how to add cool animations to your loading data of recyclerview. Add recyclerview and cardview to your build gradle: build.gradle(Module:app) implementation ‘com.android.support:recyclerview-v7:26.1.0’ implementation ‘com.android.support:cardview-v7:26.1.0’ Next, make a […]
Old version of Google Location API only works with older versions of Google Play Services, in newer versions, the FusedLocationApi object has been deprecated. So in today’s lesson, we’ll learn how to get your device’s […]
Hello.
In this tutorial you will see how to easily make your ImageView round.
Hello.
This will be tutorial about implementing very fancy menu view. It looks nice and is easy to implement.
For last year since I found about Kotlin I’m learning how to use it in Android app development, Spring framework etc. I’m still amazed how expressive and functional this programming language is compared to our old friend Java. Kotlin is constantly updated with new features and it’s getting better and more popular every day.
I’m using angular and other javascript frameworks like vue in my work. I just love how easy is to work with API data with angular’s HttpClient, rx observables and other great tools packed with it. With few lines of code you get so much done. Now with Kotlin, Retrofit and RXJava you can do almost same in android development. In this tutorial I’ll try to show you just few cool and useful possibilities.