Option Menu-Android
Menu is one of the most useful and important component/widget. As menu has many different types as their usages differ. In this article we are… Read More »Option Menu-Android
Menu is one of the most useful and important component/widget. As menu has many different types as their usages differ. In this article we are… Read More »Option Menu-Android
Step 1 : Select File -> New Project -> Project name Step 2 :Open res -> layout -> activity_main.xml add following code : <?xml version=”1.0″ encoding=”utf-8″?> <android.support.constraint.ConstraintLayout… Read More »Dynamic ListView – Android
Static ListView Creation in Android Step 1 : Select File -> New Project -> Project Name Step 2 : Open res -> layout -> activity_main.xml add following code :… Read More »Static ListView – android