Kotlin is a modern and adaptive programming language for Android developers. Being an Android developer, you must have a lot of experience with Java language. Java is an old programming language and very well adopted in various platforms and frameworks but Kotlin have much better features as compared to Java. Kotlin is fully inter-operable with Java code, which means one can […]
Blogs
Have you heard about God Activity or God Fragment in the world of Android Development ? This is basically a single class which is used to do all the work itself, instead of delegating work to other classes. Mostly new developers, while in their early career in Android app development, write almost all logical code inside one Activity […]
Android has recently released the first preview of Android O in which they have added some new features. Today we will talk about what are new features added in Notifications. Notification Channel Notification channel allow the developer to create custom channel for their notification. User can block the notifications of specific categories (channels). To create the notification channel […]
In our last post we created a custom toast library. Now it’s time to distribute it. Time to Distribute your Library After testing your library, you can distribute it at the public repository as discussed in the part 1 of this post. Before upload the library, we should know how android studio fetch these libraries from […]
Kotlin is a modern and adaptive programming language for Android developers. Being an Android developer, you must have a lot of experience with Java language. Java is an old programming language and very well adopted in various platforms and frameworks but Kotlin have much better features as compared to Java. Kotlin is fully inter-operable with Java code, which means one can […]
Have you heard about God Activity or God Fragment in the world of Android Development ? This is basically a single class which is used to do all the work itself, instead of delegating work to other classes. Mostly new developers, while in their early career in Android app development, write almost all logical code inside one Activity […]
Android has recently released the first preview of Android O in which they have added some new features. Today we will talk about what are new features added in Notifications. Notification Channel Notification channel allow the developer to create custom channel for their notification. User can block the notifications of specific categories (channels). To create the notification channel […]
In our last post we created a custom toast library. Now it’s time to distribute it. Time to Distribute your Library After testing your library, you can distribute it at the public repository as discussed in the part 1 of this post. Before upload the library, we should know how android studio fetch these libraries from […]