Android
Make Android View Scrollable both Horizontally and Vertically
Tutorial to demonstrate how we can make an Android View both Horizontally and Vertically scrollable using HorizontalScrollView and ScrollView.
Android
How to add border to Android TextView
Tutorial on how we can add a Border to Android TextView and set its color with examples.
Android
Android : How to make TextView Scrollable
How to make Android TextView Scrollable vertically using ScrollView.
Android
Center align text in TextView Android Programming
How to center align text in a TextView i.e exactly in the middle : vertically and horizontally.
Android
How to change TextView or EditText Text Color on Focus and on Press
How we can change TextView or EditText Text Color when it is being selected i.e when brought in focus or when Pressed.
Android
How to add border to Android Button
Demonstration for adding border to an Android Button.
Android
Android Wifi WPA2/WPA Connects and Disconnects issue
How to resolve Android Wifi auto disconnection issue with WPA/WPA2 security.
Android
Android Images with Rounded Corners : ImageView
How can we display images in android programming having rounded corners.
Android
Android : No Launcher activity found! Error
How to resolve Android Error: No Launcher activity found! The launch will only sync the application package on the device!
Android
How to display Toast in a thread : Android
How to display a Toast Message in the main UI thread when you are working in a worker thread example.
Android
fill_parent vs match_parent vs wrap_content
What is the difference between fill_parent vs match_parent vs wrap_content with example?
Android
How to change Android Button Color using xml attribute and programatically using java
How we can change the color of Android Button using XML attribute or using java code programmatically. Includes examples
Android
How to make a Android button act as a toggle button
How to make a simple Android button behave as a toggle button?
Android
How to create an Autocomplete Android EditText Example
Tutorial on how we can create an Autocomplete EditText in Android using AutoCompleteTextView view. Source code download link included.
Android
How to create Custom RatingBar Android Programming Tutorial
How to create a custom RatingBar in Android Programming. Tutorial with source code download link.