Quantcast
Channel: LayoutInflater – CoderzHeaven
Browsing all 6 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

How to create a custom ListView in android?

Hello all….. In today’s tutorial I will show you how to create a custom listview in android. For that we need 3java files. One holding the ListView itself another a Model object that holds the data for...

View Article



How to create a custom layout for your camera in Android?

Hello everyone, Today’s example shows how to create a custom layout for your camera preview, that is if you want a custom layout while your camera is opening. This example helps you to achieve this....

View Article

Image may be NSFW.
Clik here to view.

How to place layouts one over another in android using addContentView()?

Hello all… In today’s tutorial I will show you how to add different layouts one over another in android through java code. For this we use the function addContentView() which is a variation on...

View Article

A Simple Layout with two listViews.

Here is a simple example to show two listviews horizintally in android. here is the java code that sets up the list. package com.coderzheaven.pack; import android.app.Activity; import...

View Article

Image may be NSFW.
Clik here to view.

Use of custom animations in a FragmentTransaction when pushing and popping a...

Hello all We have seen many examples of how to use fragments in android. You can search coderzheaven for all types of transactions using Fragments. Today in this post we will see how we can apply...

View Article


Image may be NSFW.
Clik here to view.

Custom Transitions in ANDROID.

Here we are going to create custom transitions for a fragment. We will create transitions using Java classes by extending the Transition Class in Android. ChangeColor.java is the java class that...

View Article
Browsing all 6 articles
Browse latest View live




Latest Images