Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

How to make Menu Groups in android

In the below code I have created Menu Groups. Simply I have added menu items in menu folder, all menu item are added in group. See the below code it will clearly described how to make Menu Groups . Step(1)-MainActivity- public class MainActivity ex

Customise Progress Bar

To make the layout interactive and to look good, we need to modify the default of certain widgets. Here is the simple customisation of the progress bar:- Step 1:- Create a drawable xml say customised_progress.xml <?xml version="1.0" encoding="

How to change checkbox icon

In certain cases, according to the application we need to change the mark or the drawable of the checkbox. Step 1:- Create selector in the  drawable, say checkbox_selector.xml :- <?xml version="1.0" encoding="utf-8"?> <selector xmlns

How to make BadgeCount on the menuItem on toolbar

If you are looking to create BadgeCount view in android toolbar, here is the way to code it:- Step 1:- Create badgeCount layout file say badgecount.xml :- <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:la

WhatsApp Video Calling: All you Need to Know

         Image Source: https://fossbytes.com   Today more than 1 billion people are actively using WhatsApp to stay in touch with family, friends or anybody they care about. The product is easy to use

An element could not be located on the page using the given search parameters

I tried to run the below code public class TestSelendroidApp { public static AndroidDriver driver; public static void main(String[] args) throws MalformedURLException, InterruptedException { File app = new File("E:\software\selendroid-t

How to go next Activity click On CardView Item in android

In the below example I have created a RecyclerView, In RecyclerView I have added cardView item, so when you click on cardview item it will open next activity. In below code, first I have added RecyclerView and CardView library , In second step, In a

Count Badge in Menu Android

This blog is about counter badge on icon of Menu . like counter of Notification. Here is code of this tutorial. 1. Create project. 2. Create text_circle.xml in res->drawable folder. 3. Write below code to text_circle.xml. <?xml version="1

How to create Fragment Communication in android

In the below example I am describing "how to communicate fragments"?, fragment is a part of Activity in android. In one Activity we can use multiple fragment easily and each fragment have it's own functinality. Without activity we can n

How to make Text View with Rounded Corners in android?

In the below example I have created a Text View with Rounded Corners function. Here I have defined style to change background to textview. Below example will clearly describe how to make TextView with Rounded Corners. Step(1)-MainActivity- public c

1 6 30
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: