Merge two layout xml in android
Merging layout is an excellent feature in android. Separate xml can be included in a single xml. For this first i create a main.xml file <RelativeLayout...
View ArticleHow to use shapes in android? A simple example.
In android with shapes we can create beautiful layouts. Lets look at an example. Create an xml named “gradient.xml” in your drawable folder and copy this code into it. <?xml version="1.0"...
View ArticleSingle Selection ListView in android
Hello all….. In today’s post I will show you how to create a single selection list in android. Here is the main.xml <?xml version="1.0" encoding="utf-8"?> <LinearLayout...
View ArticleListView with Sections in android.
Hello all………. We have seen many posts about ListViews like creating a listview, adding data to it, customizing a listview etc. Take a look at some of these examples 1. Single Selection ListView in...
View ArticleHow to create a Slide from Left animation while deleting a row from a...
Hello all…… I have written a lost of posts on Listviews. You can see that by just searching Listviews in my site. Today I will show you how to create a slide out animation while we delete a row from a...
View ArticleHow will you create a custom Notification in Android with a custom Layout?
This sample application does that. First create an xml for your notification. custom_notification.xml <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"...
View ArticleHow to create transparency without using image in Android?
Transparency in a background of a View in android can be achieved in two ways. 1. By providing a transparent image. 2. By providing an XML that has as shape with end, starting and middle color. This is...
View Articleng-repeat Simple Demo in Angular JS with filter
ng-repeat. Example <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head>...
View ArticleGridView Demo in Flutter
Hi Friends, Today we will see how to implement GridView in Flutter. We are going to use this service for the data First we will create a Model for the Grid Cell class HomeCellVO { int id; String...
View ArticleFlutter Tutorials – Form Validation (Android and iOS)
Hello friends, In this article I am gonna show you how you can do Form Validation in a very simple way in Flutter. Below is the demo of the app we are going to build App Demo Watch Video Tutorial...
View Article