adarsh_patel_in

Android Tutorial Day 2

Learning Objective: Hope you have understood the key terminology about Android App Development. Now Let’s Start using Android Studio and make our first Hello World Application. Checklist before you start: Android Studio Installation Done? SDK Installation Done? AVD Installation Done? I am Ready to Start Start Android Studio Create New Project (Select Option Phone and Tablet) […]

Android Tutorial Day 2 Read More »

Android Tutorial Day 4

Learning Objective: Let’s start exploring more fundamentals of Android. How to store some user logged-in value to track the user and its profile. We can use  Shared Preferences. How to Create  Shared Preferences in Android Programming. Sample Code to Write Data into Android using Shared Preferences. FirstFragment Java Code SecondFragment Java Code SecondFragment Layout Code

Android Tutorial Day 4 Read More »

Android Tutorial Day 10

Learning Objective: Let’s check out few components like RadioButton, , WebView, Toast, Soft Keyboard, Progressbar, Implicit Intent, Explicit Intent, Popup Menu, Checkbox, Switch Button, etc. RadioButton Example (Source) XML Code for Radio Button Webview Example Toast Example How to close/hide the Android soft keyboard programmatically? (Source) Progressbar Example (Source) Implicit Intent (Source) Implicit Intent doesn’t specifiy the

Android Tutorial Day 10 Read More »