Check out how to implement runtime permissions for an Audio recorder sample app in this post.
Getting started with developing Android Apps in Kotlin
Kotlin is official language for Android Apps development. Checkout my post about Getting started with developing Android apps in Kotlin.
Scheduling Repeating Local Notifications using Alarm Manager
Learn about Scheduling Repeating Local Notifications using Alarm Manager in this post.
Adding Menu Items in Navigation Drawer Dynamically
Checkout my post about Adding Menu Items in Navigation Drawer Dynamically here.
How did I integrated a launcher screen in an Android App under 5 minutes
Checkout my latest blog post about Android App Launcher Screen here.
Subscribe to:
Posts (Atom)
Scheduling Repeating Local Notifications using Alarm Manager
Learn about Scheduling Repeating Local Notifications using Alarm Manager in this post .
-
Couple of days ago, I started using Google's code projects for Git as well. It required me to setup and use .netrc file. Here are steps...
-
Normal structure of build.gradle for an Android library looks like this: apply plugin : 'com.android.library' android { comp...
-
This is a 5 step process: Install hudson.war in your download directory : ~/Downloads Create a hudson directory in your home folder : mk...