The Android Platform
Welcome to Android OS
Read More The Android PlatformWelcome to Android OS
Read More The Android PlatformSunrise and sunsets are magical and fascinating to watch. What about that sensation you get when driving a supercar? Well, just like sunrise to sunset, from zero to 200 km/hr android activities go through some stages but I can promise you things happen so much faster. During sunrise the street lights spontaneously go off and birds […]
Read More Android Activity LifecycleWhat is Context Class We find Context almost everywhere in Android Development and it is the most important thing in the Android Development, so we have to understand how to use it correctly. You can do almost nothing without context; without it your app is just plain Java code. I come across a guy on […]
Read More Android ContextWorld Cup in Russia was a scintillating affair; this made me write a simple app about the lesser known facts for the world cup. You can download this app if you soccer-mad like me, however, the main thing is learning the ropes step-by-step on how to deploy an Android app on Google Play Store. ProGuard […]
Read More Publish Your App on Play Storeworking with buttons
Read More Android ButtonNormally, developers use ADB over USB, but it is also possible to use ADB over Wi-fi. This saves programmers wire-related troubles like damaged USB ports and cables. Wireless debugging also enables you to test apps that require you to move around for testing. ADB is short for Android Debug Bridge. It is a software that bridges the […]
Read More Wireless App DebuggingMain Activity class Having looked at activity_main.xml layout file we are now ready to proceed to MainAcitity.java activity class. Just to recap, layout xml file takes care of our user interface while it is the java class files that contain the code for the logic of the app. With our project open in Android Studio click […]
Read More The Activity ClassAndroid’s View Class
Read More The View ClassThe Master IDE
Read More Android Studio at a GlanceThe First Android Project
Read More Android Project from ScratchThis is about getting the tools for the job working.
Read More Initial Android Set-up in Minutes