Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our W3Make Forum to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
how to make background with some color and a text with border over it
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle" > <solid android:color="#4C4B16" /> <stroke android:width="2dip" android:color="#FBFFDC"/> </shape> Make a layout in drawable with any name like as back.xml and wirte this code in it.Read more
Error: “java.lang.NullPointerException”
This is a error that occurs at the run time, when an application or a program tries to access the object reference which has a null value stored in it, then this exception occurs in order to overcome this exception you need to to check your code whether you define a variable but have not given a valRead more
This is a error that occurs at the run time, when an application or a program tries to access the object reference which has a null value stored in it, then this exception occurs in order to overcome this exception you need to to check your code whether you define a variable but have not given a value to it so bascially it automatically takes a garbage null value thats why this error occurs.
Hope this will help you.
See lessError: “java.lang.NullPointerException”
This is a error that occurs at the run time, when an application or a program tries to access the object reference which has a null value stored in it, then this exception occurs in order to overcome this exception you need to to check your code whether you define a variable but have not given a valRead more
how to make background with some color and a text with border over it
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle" > <solid android:color="#4C4B16" /> <stroke android:width="2dip" android:color="#FBFFDC"/> </shape> Make a layout in drawable with any name like as back.xml and wirte this code in it.Read more